Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/analytics",
"version": "1.1.2",
"version": "1.1.3",
"description": "Analytics service exposes methods to send events to 3rd party analytics tools like Webengage and Gtm.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -44,9 +44,10 @@
"devDependencies": {
"typescript": "4.4.4",
"tsup": "5.11.11",
"esbuild-plugin-glob": "1.0.5"
"esbuild-plugin-glob": "1.0.5",
"@groww-tech/ella": "0.2.5"
},
"dependencies": {
"@groww-tech/ella": "workspace:*"
"peerDependencies": {
"@groww-tech/ella": "^0.2.5"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/eslint-config",
"version": "1.0.6",
"version": "1.0.7",
"description": "Standard Eslint config adopted in Groww. Customized as per requirement and preferences of devs in Groww.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -50,10 +50,10 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-import-newlines": "1.3.1",
"@groww-tech/eslint-plugin-internal": "workspace:*"
"@groww-tech/eslint-plugin-internal": "1.0.4"
},
"peerDependencies": {
"@groww-tech/eslint-plugin-internal": "workspace:*",
"@groww-tech/eslint-plugin-internal": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/monitoring",
"version": "0.0.1",
"version": "0.0.2",
"description": "A monitoring CLI to spin up prometheus server",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -40,8 +40,6 @@
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/monitoring#readme",
"devDependencies": {
"@groww-tech/eslint-config": "workspace:*",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eslint has been moved to root, so not required here.

"@groww-tech/tsconfig": "workspace:*",
"@types/express": "^4.17.17",
"esbuild-plugin-glob": "1.0.5",
"eslint": "7.26.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/react-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/react-charts",
"version": "0.0.8",
"version": "0.0.9",
"description": "React charts library tailored as per Groww needs",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -50,7 +50,6 @@
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@groww-tech/tsconfig": "workspace:*",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.3.0",
Expand Down Expand Up @@ -94,4 +93,4 @@
"bar-graph",
"pie-chart"
]
}
}
11 changes: 6 additions & 5 deletions packages/ui-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/ui-toolkit",
"version": "0.3.1",
"version": "0.3.2",
"description": "A lightning nature UI",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -70,15 +70,16 @@
"prop-types": "^15.7.2",
"react": "^16.12.0 || ^17.0.0",
"react-dom": "^16.12.0 || ^17.0.0",
"react-lazyload": "^3.0.0"
"react-lazyload": "^3.0.0",
"@groww-tech/icon-store": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@groww-tech/base-css": "workspace:*",
"@groww-tech/base-css": "0.0.7",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@stitches/react": "^1.2.7",
Expand Down Expand Up @@ -109,10 +110,10 @@
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "4.5.5"
"typescript": "4.5.5",
"@groww-tech/icon-store": "1.3.0"
},
"dependencies": {
"@groww-tech/icon-store": "workspace:*",
"flat-carousel": "0.0.1",
"lodash.debounce": "^4.0.8",
"react-waypoint": "^10.1.0"
Expand Down
11 changes: 7 additions & 4 deletions packages/web-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/web-storage",
"version": "0.0.1",
"version": "0.0.2",
"description": "Web Storage is a service used that exposes methods to get full control over storage mechanisms available via bucketing.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -50,10 +50,13 @@
"tsup": "5.11.11",
"typescript": "4.4.4",
"vitest": "0.29.7",
"jsdom": "21.1.1"
"jsdom": "21.1.1",
"@groww-tech/ella": "0.2.4"
},
"peerDependencies": {
"@groww-tech/ella": "^0.2.4"
},
"dependencies": {
"js-cookie": "2.2.1",
"@groww-tech/ella": "0.2.4"
"js-cookie": "2.2.1"
}
}
45 changes: 21 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.