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] committed Mar 17, 2023
1 parent 67a62bd commit aa9b496
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 507 deletions.
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.55.0",
"eslint-config-prettier": "8.7.0"
},
"devDependencies": {
"@snyk/protect": "1.1111.0",
"eslint": "8.35.0",
"@snyk/protect": "1.1121.0",
"eslint": "8.36.0",
"typescript": "4.8.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "4.8.4"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/core": "7.21.3",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-docs": "6.5.16",
"@storybook/addon-knobs": "6.4.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/core": "7.21.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-env": "7.20.2",
Expand All @@ -47,33 +47,33 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@types/classnames": "2.3.0",
"@types/jest": "29.4.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.191",
"@types/node": "16.18.14",
"@types/node": "16.18.16",
"@types/react": "17.0.53",
"@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.55.0",
"@typescript-eslint/parser": "5.55.0",
"babel-loader": "8.3.0",
"classnames": "2.3.2",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.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.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-runner-eslint": "1.2.0",
"prettier": "2.8.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-final-form": "6.5.9",
"sass": "1.58.3",
"sass": "1.59.3",
"sass-loader": "13.2.0",
"source-map-loader": "4.0.1",
"style-loader": "3.3.1",
"style-loader": "3.3.2",
"ts-jest": "29.0.5",
"typescript": "4.8.4",
"webpack": "5.75.0",
Expand Down
Loading

0 comments on commit aa9b496

Please sign in to comment.