diff --git a/package.json b/package.json index 629c58ed..de881c11 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ "test": "turbo run test" }, "devDependencies": { - "@groww-tech/eslint-config": "workspace:*", - "@groww-tech/tsconfig": "workspace:*", + "@groww-tech/eslint-config": "1.0.7", + "@groww-tech/tsconfig": "1.0.2", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", - "@groww-tech/eslint-plugin-internal": "workspace:*", + "@groww-tech/eslint-plugin-internal": "1.0.4", "babel-eslint": "^10.1.0", "eslint": "^7.22.0", "eslint-plugin-import": "^2.22.1", diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 7b47badb..6a5740b0 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -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", @@ -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" } } diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6ec138ed..197401cd 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -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": { @@ -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", diff --git a/packages/monitoring/package.json b/packages/monitoring/package.json index 239573e4..f57f2a87 100644 --- a/packages/monitoring/package.json +++ b/packages/monitoring/package.json @@ -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": [ @@ -40,8 +40,6 @@ }, "homepage": "https://github.com/Groww/webster/tree/develop/packages/monitoring#readme", "devDependencies": { - "@groww-tech/eslint-config": "workspace:*", - "@groww-tech/tsconfig": "workspace:*", "@types/express": "^4.17.17", "esbuild-plugin-glob": "1.0.5", "eslint": "7.26.0", diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index 997c367f..8beb190f 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -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", @@ -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", @@ -94,4 +93,4 @@ "bar-graph", "pie-chart" ] -} \ No newline at end of file +} diff --git a/packages/ui-toolkit/package.json b/packages/ui-toolkit/package.json index ab0ed98c..1ea6c97b 100644 --- a/packages/ui-toolkit/package.json +++ b/packages/ui-toolkit/package.json @@ -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", @@ -70,7 +70,8 @@ "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", @@ -78,7 +79,7 @@ "@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", @@ -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" diff --git a/packages/web-storage/package.json b/packages/web-storage/package.json index e3180670..a5f1bf87 100644 --- a/packages/web-storage/package.json +++ b/packages/web-storage/package.json @@ -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", @@ -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" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3cd7c08d..422ab7a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,9 +4,9 @@ importers: .: specifiers: - '@groww-tech/eslint-config': workspace:* - '@groww-tech/eslint-plugin-internal': workspace:* - '@groww-tech/tsconfig': workspace:* + '@groww-tech/eslint-config': 1.0.7 + '@groww-tech/eslint-plugin-internal': 1.0.4 + '@groww-tech/tsconfig': 1.0.2 '@typescript-eslint/eslint-plugin': ^4.22.0 '@typescript-eslint/parser': ^4.22.0 babel-eslint: ^10.1.0 @@ -30,13 +30,12 @@ importers: packages/analytics: specifiers: - '@groww-tech/ella': workspace:* + '@groww-tech/ella': 0.2.5 esbuild-plugin-glob: 1.0.5 tsup: 5.11.11 typescript: 4.4.4 - dependencies: - '@groww-tech/ella': link:../ella devDependencies: + '@groww-tech/ella': link:../ella esbuild-plugin-glob: 1.0.5 tsup: 5.11.11_typescript@4.4.4 typescript: 4.4.4 @@ -104,7 +103,7 @@ importers: packages/eslint-config: specifiers: - '@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 @@ -161,8 +160,6 @@ importers: packages/monitoring: specifiers: - '@groww-tech/eslint-config': workspace:* - '@groww-tech/tsconfig': workspace:* '@types/express': ^4.17.17 esbuild-plugin-glob: 1.0.5 eslint: 7.26.0 @@ -174,8 +171,6 @@ importers: express: 4.17.1 prom-client: 14.0.1 devDependencies: - '@groww-tech/eslint-config': link:../eslint-config - '@groww-tech/tsconfig': link:../tsconfig '@types/express': 4.17.17 esbuild-plugin-glob: 1.0.5 eslint: 7.26.0 @@ -193,7 +188,6 @@ importers: '@babel/preset-react': ^7.13.13 '@babel/preset-typescript': ^7.13.0 '@babel/runtime': ^7.14.6 - '@groww-tech/tsconfig': workspace:* '@rollup/plugin-commonjs': ^19.0.0 '@rollup/plugin-node-resolve': ^11.2.1 '@rollup/plugin-typescript': ^8.3.0 @@ -236,7 +230,6 @@ importers: '@babel/preset-env': 7.20.2_@babel+core@7.21.3 '@babel/preset-react': 7.18.6_@babel+core@7.21.3 '@babel/preset-typescript': 7.21.0_@babel+core@7.21.3 - '@groww-tech/tsconfig': link:../tsconfig '@rollup/plugin-commonjs': 19.0.2_rollup@2.79.1 '@rollup/plugin-node-resolve': 11.2.1_rollup@2.79.1 '@rollup/plugin-typescript': 8.5.0_zptcx3kz3uwp66hzhyyt545weq @@ -281,8 +274,8 @@ importers: '@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/icon-store': workspace:* + '@groww-tech/base-css': 0.0.7 + '@groww-tech/icon-store': 1.3.0 '@rollup/plugin-commonjs': ^19.0.0 '@rollup/plugin-node-resolve': ^11.2.1 '@stitches/react': ^1.2.7 @@ -318,7 +311,6 @@ importers: rollup-plugin-typescript: ^1.0.1 typescript: 4.5.5 dependencies: - '@groww-tech/icon-store': link:../icon-store flat-carousel: 0.0.1 lodash.debounce: 4.0.8 react-waypoint: 10.3.0_react@16.14.0 @@ -329,6 +321,7 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.21.3 '@babel/preset-typescript': 7.21.0_@babel+core@7.21.3 '@groww-tech/base-css': link:../base-css + '@groww-tech/icon-store': 1.3.0_react@16.14.0 '@rollup/plugin-commonjs': 19.0.2_rollup@2.79.1 '@rollup/plugin-node-resolve': 11.2.1_rollup@2.79.1 '@stitches/react': 1.2.8_react@16.14.0 @@ -373,9 +366,9 @@ importers: typescript: 4.4.4 vitest: 0.29.7 dependencies: - '@groww-tech/ella': 0.2.4 js-cookie: 2.2.1 devDependencies: + '@groww-tech/ella': 0.2.4 '@types/js-cookie': 3.0.2 esbuild-plugin-glob: 1.0.5 eslint: 7.26.0 @@ -2136,7 +2129,15 @@ packages: lodash.clonedeep: 4.5.0 lodash.isequal: 4.5.0 react-helmet: 6.1.0 - dev: false + dev: true + + /@groww-tech/icon-store/1.3.0_react@16.14.0: + resolution: {integrity: sha512-DN8DGO8oXDVomV7BaUmF6Kp2Fv1bJID3ABjWz2Pq+JV06piYGM/0nKWu+2yD7C+VtDguHK9dDHs+uGdbsH+weA==} + peerDependencies: + react: ^16.12.0 + dependencies: + react: 16.14.0 + dev: true /@humanwhocodes/config-array/0.5.0: resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==} @@ -6887,7 +6888,6 @@ packages: /dayjs/1.10.7: resolution: {integrity: sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==} - dev: false /debug/2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} @@ -7814,7 +7814,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 4.33.0_sgaiclxgc5mltnpgmg7py4v6ca + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0 debug: 3.2.7 eslint: 7.32.0 eslint-import-resolver-node: 0.3.7 @@ -7842,7 +7842,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 4.33.0_sgaiclxgc5mltnpgmg7py4v6ca + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0 array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -8734,7 +8734,7 @@ packages: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. + deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 requiresBuild: true dependencies: bindings: 1.5.0 @@ -10505,7 +10505,6 @@ packages: /lodash.clonedeep/4.5.0: resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==} - dev: false /lodash.debounce/4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} @@ -10520,7 +10519,6 @@ packages: /lodash.isequal/4.5.0: resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} - dev: false /lodash.isnil/4.0.0: resolution: {integrity: sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==} @@ -12915,7 +12913,6 @@ packages: /react-fast-compare/3.2.1: resolution: {integrity: sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg==} - dev: false /react-helmet/6.1.0: resolution: {integrity: sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==} @@ -12926,7 +12923,7 @@ packages: prop-types: 15.8.1 react-fast-compare: 3.2.1 react-side-effect: 2.1.2 - dev: false + dev: true /react-helmet/6.1.0_react@16.14.0: resolution: {integrity: sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==} @@ -12981,7 +12978,7 @@ packages: resolution: {integrity: sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==} peerDependencies: react: ^16.3.0 || ^17.0.0 || ^18.0.0 - dev: false + dev: true /react-side-effect/2.1.2_react@16.14.0: resolution: {integrity: sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==}