Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

removed caret from all package.json #227

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"devDependencies": {
"@groww-tech/eslint-config": "workspace:*",
"@groww-tech/tsconfig": "workspace:*",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@groww-tech/eslint-plugin-internal": "workspace:*",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
"turbo": "1.8.8",
"typescript": "4.5.5"
},
Expand Down
34 changes: 17 additions & 17 deletions packages/ella/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/ella",
"version": "0.2.5",
"version": "0.2.6",
"description": "Ella is a utility-belt library for JavaScript that provides general purpose methods used in day to day programming.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -47,28 +47,28 @@
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/ella#readme",
"devDependencies": {
"@groww-tech/tsconfig": "^1.0.0",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.isequal": "^4.5.5",
"@types/react": "^17.0.38",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"esbuild-plugin-glob": "^1.0.5",
"gh-pages": "^3.2.3",
"react": "^16.12.0",
"rimraf": "^3.0.2",
"@groww-tech/tsconfig": "workspace:*",
"@types/lodash.clonedeep": "4.5.7",
"@types/lodash.isequal": "4.5.6",
"@types/react": "17.0.53",
"@types/react-helmet": "6.1.6",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"esbuild-plugin-glob": "1.1.3",
"gh-pages": "3.2.3",
"react": "16.14.0",
"rimraf": "3.0.2",
"tsup": "5.11.11",
"typedoc": "^0.22.11",
"typescript": "^4.5.4"
"typedoc": "0.22.18",
"typescript": "4.9.5"
},
"peerDependencies": {
"react": "^16.12.0 || ^17.0.0"
},
"dependencies": {
"dayjs": "1.10.7",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"react-helmet": "^6.1.0"
"lodash.clonedeep": "4.5.0",
"lodash.isequal": "4.5.0",
"react-helmet": "6.1.0"
}
}
24 changes: 12 additions & 12 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 @@ -43,22 +43,22 @@
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/eslint-config#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.4.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-import-newlines": "1.3.1",
"@groww-tech/eslint-plugin-internal": "workspace:*"
},
"peerDependencies": {
"@groww-tech/eslint-plugin-internal": "workspace:*",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.1",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-import-newlines": "1.3.1"
}
}
10 changes: 5 additions & 5 deletions packages/eslint-plugin-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/eslint-plugin-internal",
"version": "1.0.4",
"version": "1.0.5",
"description": "ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.",
"keywords": [
"eslint",
Expand Down Expand Up @@ -42,10 +42,10 @@
"requireindex": "~1.1.0"
},
"devDependencies": {
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.1.0",
"mocha": "^7.2.0",
"jsx-ast-utils": "^3.3.3"
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"mocha": "7.2.0",
"jsx-ast-utils": "3.3.3"
},
"license": "MIT",
"bugs": {
Expand Down
18 changes: 9 additions & 9 deletions packages/icon-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/icon-store#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@svgr/cli": "^5.5.0",
"chalk": "^4.1.2",
"npm-run-all": "^4.1.5",
"react": "^16.12.0",
"terser": "^5.9.0"
"@babel/core": "7.21.3",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@svgr/cli": "5.5.0",
"chalk": "4.1.2",
"npm-run-all": "4.1.5",
"react": "16.14.0",
"terser": "5.16.8"
},
"peerDependencies": {
"react": "^16.12.0 || ^17.0.0",
Expand Down
4 changes: 2 additions & 2 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 @@ -42,7 +42,7 @@
"devDependencies": {
"@groww-tech/eslint-config": "workspace:*",
"@groww-tech/tsconfig": "workspace:*",
"@types/express": "^4.17.17",
"@types/express": "4.17.17",
"esbuild-plugin-glob": "1.0.5",
"eslint": "7.26.0",
"tsup": "5.11.11",
Expand Down
72 changes: 36 additions & 36 deletions packages/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,45 +45,45 @@
"prop-types": "15.7.2"
},
"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",
"@babel/core": "7.21.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.0",
"@groww-tech/tsconfig": "workspace:*",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/d3-array": "^3.0.2",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.3",
"babel-loader": "^8.2.2",
"postcss": "^8.2.13",
"postcss-import": "^14.0.2",
"postcss-url": "^10.1.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.2",
"rollup": "^2.45.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.2.2",
"@babel/cli": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-prettier": "^2.1.0",
"rollup-plugin-size": "^0.2.2"
"@rollup/plugin-commonjs": "19.0.2",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-typescript": "8.5.0",
"@types/d3-array": "3.0.4",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.19",
"babel-loader": "8.3.0",
"postcss": "8.4.21",
"postcss-import": "14.1.0",
"postcss-url": "10.1.3",
"react": "16.14.0",
"react-dom": "16.14.0",
"rimraf": "3.0.2",
"rollup": "2.79.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.9.5",
"@babel/cli": "7.21.0",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/preset-env": "7.20.2",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-prettier": "2.3.0",
"rollup-plugin-size": "0.2.2"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@visx/axis": "^2.2.2",
"@visx/event": "^2.1.2",
"@visx/scale": "^2.2.2",
"@visx/shape": "^2.2.2"
"@babel/runtime": "7.21.0",
"@visx/axis": "2.18.0",
"@visx/event": "2.17.0",
"@visx/scale": "2.18.0",
"@visx/shape": "2.18.0"
},
"keywords": [
"charts",
Expand Down
8 changes: 4 additions & 4 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/stylelint-config",
"version": "2.0.2",
"version": "2.0.3",
"description": "Standard Stylelint config adopted in Groww. Customized as per requirement and preferences of devs in Groww.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/stylelint-config#readme",
"dependencies": {
"stylelint-config-standard": "^25.0.0",
"stylelint-declaration-strict-value": "^1.8.0",
"stylelint-no-unsupported-browser-features": "^5.0.2"
"stylelint-config-standard": "25.0.0",
"stylelint-declaration-strict-value": "1.9.2",
"stylelint-no-unsupported-browser-features": "5.0.4"
},
"peerDependencies": {
"stylelint": "^14.2.0"
Expand Down
74 changes: 37 additions & 37 deletions packages/ui-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,48 +73,48 @@
"react-lazyload": "^3.0.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",
"@babel/core": "7.21.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.0",
"@groww-tech/base-css": "workspace:*",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@stitches/react": "^1.2.7",
"@storybook/addon-actions": "^6.2.8",
"@storybook/addon-essentials": "^6.2.8",
"@storybook/addon-links": "^6.2.8",
"@storybook/react": "^6.2.8",
"@types/object-assign": "^4.0.30",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.3",
"@types/react-lazyload": "^3.1.0",
"babel-loader": "^8.2.2",
"classnames": "^2.2.6",
"concurrently": "^6.0.2",
"copyfiles": "^2.4.1",
"postcss": "^8.2.13",
"postcss-import": "^14.0.2",
"postcss-url": "^10.1.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-lazyload": "^2.6.9",
"rimraf": "^3.0.2",
"rollup": "^2.45.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"@rollup/plugin-commonjs": "19.0.2",
"@rollup/plugin-node-resolve": "11.2.1",
"@stitches/react": "1.2.8",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/react": "6.5.16",
"@types/object-assign": "4.0.30",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.19",
"@types/react-lazyload": "3.2.0",
"babel-loader": "8.3.0",
"classnames": "2.3.2",
"concurrently": "6.5.1",
"copyfiles": "2.4.1",
"postcss": "8.4.21",
"postcss-import": "14.1.0",
"postcss-url": "10.1.3",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-lazyload": "2.6.9",
"rimraf": "3.0.2",
"rollup": "2.79.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript": "1.0.1",
"typescript": "4.5.5"
},
"dependencies": {
"@groww-tech/icon-store": "workspace:*",
"flat-carousel": "0.0.1",
"lodash.debounce": "^4.0.8",
"react-waypoint": "^10.1.0"
"lodash.debounce": "4.0.8",
"react-waypoint": "10.3.0"
}
}
Loading