Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2023
1 parent 113b904 commit a87823b
Show file tree
Hide file tree
Showing 7 changed files with 1,828 additions and 2,449 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"devDependencies": {
"auto": "10.43.0",
"auto": "10.46.0",
"lerna": "5.6.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"license": "MIT",
"devDependencies": {
"style-dictionary": "3.7.2"
"style-dictionary": "3.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"license": "MIT",
"dependencies": {
"@typescript-eslint/parser": "5.54.0",
"eslint-config-prettier": "8.6.0"
"@typescript-eslint/parser": "5.62.0",
"eslint-config-prettier": "8.8.0"
},
"devDependencies": {
"@snyk/protect": "1.1111.0",
"eslint": "8.35.0",
"@snyk/protect": "1.1192.0",
"eslint": "8.45.0",
"typescript": "4.8.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"@svgr/cli": "5.3.0",
"@types/react": "17.0.53",
"@types/react": "17.0.62",
"npm-run-all": "4.1.5",
"react": "17.0.2",
"rimraf": "3.0.2",
Expand Down
20 changes: 10 additions & 10 deletions packages/storybook-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"dependencies": {
"@cockroachlabs/icons": "^0.7.6",
"@cockroachlabs/ui-components": "^0.7.7",
"ts-loader": "9.4.2",
"ts-loader": "9.4.4",
"typescript": "4.8.4"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/core": "7.22.9",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@storybook/addon-actions": "7.0.20",
"@storybook/addon-actions": "7.1.0",
"@storybook/addon-controls": "^7.0.20",
"@storybook/addon-docs": "7.0.20",
"@storybook/addon-docs": "7.1.0",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-links": "7.0.20",
"@storybook/addons": "7.0.20",
"@storybook/react": "7.0.20",
"@storybook/react-webpack5": "7.0.20",
"@storybook/addon-links": "7.1.0",
"@storybook/addons": "7.1.0",
"@storybook/react": "7.1.0",
"@storybook/react-webpack5": "7.1.0",
"babel-loader": "8.3.0",
"react": "17",
"react-dom": "17",
"storybook": "7.0.20",
"ts-loader": "9.4.2",
"storybook": "7.1.0",
"ts-loader": "9.4.4",
"webpack": "5.75.0"
},
"resolutions": {
Expand Down
44 changes: 22 additions & 22 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,48 +35,48 @@
"recharts": "^2.1.12"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.0",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@cockroachlabs/design-tokens": "^0.4.12",
"@cockroachlabs/eslint-config": "^1.0.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@types/classnames": "2.3.0",
"@types/jest": "29.4.0",
"@types/lodash": "4.14.191",
"@types/node": "16.18.14",
"@types/react": "17.0.53",
"@types/jest": "29.5.3",
"@types/lodash": "4.14.195",
"@types/node": "16.18.38",
"@types/react": "17.0.62",
"@types/react-lines-ellipsis": "0.15.1",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-loader": "8.3.0",
"classnames": "2.3.2",
"css-loader": "^6.8.1",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"final-form": "4.20.9",
"identity-obj-proxy": "3.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-runner-eslint": "1.1.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jest-runner-eslint": "1.2.0",
"mini-css-extract-plugin": "^2.7.5",
"prettier": "2.8.4",
"prettier": "2.8.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-final-form": "6.5.9",
"sass": "1.58.3",
"sass-loader": "13.2.0",
"sass": "1.64.0",
"sass-loader": "13.3.2",
"source-map-loader": "4.0.1",
"style-loader": "3.3.1",
"ts-jest": "29.0.5",
"style-loader": "3.3.3",
"ts-jest": "29.1.1",
"typescript": "4.8.4",
"webpack": "5.75.0",
"webpack-cli": "4.10.0",
Expand Down
Loading

0 comments on commit a87823b

Please sign in to comment.