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 Sep 21, 2023
1 parent 3db71ea commit dc21122
Show file tree
Hide file tree
Showing 6 changed files with 2,766 additions and 3,454 deletions.
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"license": "MIT",
"devDependencies": {
"style-dictionary": "3.7.2"
"style-dictionary": "3.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"license": "MIT",
"dependencies": {
"@typescript-eslint/parser": "6.7.0",
"eslint-config-prettier": "8.6.0"
"@typescript-eslint/parser": "6.7.2",
"eslint-config-prettier": "8.10.0"
},
"devDependencies": {
"@snyk/protect": "1.1111.0",
"@snyk/protect": "1.1226.0",
"eslint": "8.49.0",
"typescript": "5.x"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"devDependencies": {
"@svgr/cli": "5.3.0",
"@types/react": "17.0.53",
"@types/react": "17.0.65",
"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": "workspace:../icons",
"@cockroachlabs/ui-components": "workspace:../ui-components",
"ts-loader": "9.4.2",
"ts-loader": "9.4.4",
"typescript": "5.x"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/core": "7.22.20",
"@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.4.3",
"@storybook/addon-controls": "^7.0.20",
"@storybook/addon-docs": "7.0.20",
"@storybook/addon-docs": "7.4.3",
"@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.4.3",
"@storybook/addons": "7.4.3",
"@storybook/react": "7.4.3",
"@storybook/react-webpack5": "7.4.3",
"babel-loader": "8.3.0",
"react": "17",
"react-dom": "17",
"storybook": "7.0.20",
"ts-loader": "9.4.2",
"storybook": "7.4.3",
"ts-loader": "9.4.4",
"webpack": "5.75.0"
}
}
30 changes: 15 additions & 15 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,34 +45,34 @@
"@parcel/reporter-bundle-analyzer": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
"@parcel/transformer-typescript-types": "^2.9.3",
"@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.5",
"@types/lodash": "4.14.198",
"@types/node": "16.18.53",
"@types/react": "17.0.65",
"@types/react-lines-ellipsis": "0.15.1",
"@types/recharts": "^1.8.23",
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.49.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"final-form": "4.20.9",
"final-form": "4.20.10",
"identity-obj-proxy": "3.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-runner-eslint": "1.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-runner-eslint": "1.2.0",
"npm-run-all": "4.1.5",
"parcel": "^2.9.3",
"prettier": "2.8.4",
"prettier": "2.8.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "1.58.3",
"sass": "1.68.0",
"ts-jest": "29.1.1",
"typescript": "5.x"
},
Expand Down
Loading

0 comments on commit dc21122

Please sign in to comment.