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 Oct 13, 2023
1 parent 1433cfc commit 28a0b5a
Show file tree
Hide file tree
Showing 2 changed files with 923 additions and 459 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"homepage": "https://canonical.github.io/react-components",
"devDependencies": {
"@babel/cli": "7.22.5",
"@babel/eslint-parser": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@percy/cli": "1.26.1",
"@percy/storybook": "4.3.6",
"@babel/cli": "7.23.0",
"@babel/eslint-parser": "7.22.15",
"@babel/preset-typescript": "7.23.2",
"@percy/cli": "1.27.3",
"@percy/storybook": "4.3.7",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-controls": "6.5.16",
"@storybook/addon-docs": "6.5.16",
Expand All @@ -36,69 +36,69 @@
"@storybook/react": "6.5.16",
"@storybook/theming": "6.5.16",
"@testing-library/cypress": "9.0.0",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@testing-library/user-event": "14.5.1",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "27.5.1",
"babel-loader": "9.1.2",
"babel-loader": "9.1.3",
"babel-plugin-module-resolver": "5.0.0",
"babel-plugin-typescript-to-proptypes": "2.1.0",
"concurrently": "8.2.0",
"concurrently": "8.2.1",
"css-loader": "6.8.1",
"cypress": "12.16.0",
"cypress": "12.17.4",
"deepmerge": "4.3.1",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.51.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"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",
"eslint-plugin-testing-library": "5.11.0",
"eslint-plugin-testing-library": "5.11.1",
"jest": "27.5.1",
"npm-package-json-lint": "5.4.2",
"prettier": "2.8.8",
"react": "18.2.0",
"react-docgen-typescript-loader": "3.7.2",
"react-dom": "18.2.0",
"sass": "1.63.6",
"sass": "1.69.3",
"sass-loader": "10.4.1",
"style-loader": "3.3.3",
"stylelint": "15.10.1",
"stylelint": "15.10.3",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "5.0.2",
"stylelint-order": "5.0.0",
"stylelint-prettier": "2.0.0",
"ts-jest": "27.1.5",
"tsc-alias": "1.8.6",
"tsc-alias": "1.8.8",
"typescript": "4.9.5",
"vanilla-framework": "4.2.0",
"wait-on": "5.3.0",
"webpack": "5.88.0"
"webpack": "5.88.2"
},
"dependencies": {
"@types/jest": "27.5.2",
"@types/node": "18.16.18",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-table": "7.7.14",
"@types/node": "18.18.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-table": "7.7.16",
"classnames": "2.3.2",
"nanoid": "3.3.6",
"prop-types": "15.8.1",
"react-router-dom": "6.6.1",
"react-router-dom": "6.16.0",
"react-table": "7.8.0",
"react-useportal": "1.0.18"
},
"resolutions": {
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"postcss": "^8.3.11"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 28a0b5a

Please sign in to comment.