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 Sep 26, 2023
1 parent a8a8898 commit 622395c
Show file tree
Hide file tree
Showing 3 changed files with 3,914 additions and 2,102 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
refs:
container: &container
docker:
- image: node:18.16.0
- image: node:18.18.0
working_directory: ~/repo
steps:
- &Versions
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,75 +55,75 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"resolutions": {
"@types/react": "18.2.7"
"@types/react": "18.2.23"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/eslint-parser": "7.21.8",
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
"@babel/preset-typescript": "7.21.5",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "10.0.3",
"@semantic-release/npm": "10.0.6",
"@shopify/jest-dom-mocks": "4.2.0",
"@storybook/addon-actions": "7.0.18",
"@storybook/addon-actions": "7.4.5",
"@storybook/addon-docs": "^7.0.4",
"@storybook/addon-essentials": "^7.0.4",
"@storybook/addon-interactions": "^7.0.4",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-links": "^7.0.4",
"@storybook/addon-mdx-gfm": "7.0.18",
"@storybook/addon-mdx-gfm": "7.4.5",
"@storybook/addon-notes": "5.3.21",
"@storybook/addon-options": "5.3.21",
"@storybook/blocks": "^7.0.4",
"@storybook/cli": "7.0.18",
"@storybook/cli": "7.4.5",
"@storybook/manager-api": "^7.0.4",
"@storybook/preset-create-react-app": "^7.0.4",
"@storybook/react": "7.0.18",
"@storybook/react-webpack5": "7.0.18",
"@storybook/testing-library": "^0.1.0",
"@storybook/react": "7.4.5",
"@storybook/react-webpack5": "7.4.5",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.0.4",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.2",
"@types/react": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@types/jest": "29.5.5",
"@types/react": "18.2.23",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-core": "6.26.3",
"babel-loader": "9.1.2",
"babel-loader": "9.1.3",
"babel-plugin-dynamic-import-node": "2.3.3",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-react-app": "7.0.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-storybook": "^0.6.11",
"fork-ts-checker-webpack-plugin": "8.0.0",
"gh-pages": "5.0.0",
"husky": "8.0.3",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.5.0",
"jest-localstorage-mock": "2.4.26",
"lint-staged": "13.2.2",
"lint-staged": "13.3.0",
"markdown-loader": "8.0.0",
"prettier": "2.8.8",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"rimraf": "5.0.1",
"semantic-release": "21.0.2",
"storybook": "7.0.18",
"ts-jest": "29.1.0",
"ts-loader": "9.4.3",
"rimraf": "5.0.4",
"semantic-release": "21.1.2",
"storybook": "7.4.5",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
"typescript": "5.0.4"
"typescript": "5.2.2"
},
"config": {
"commitizen": {
Expand Down Expand Up @@ -156,7 +156,7 @@
]
},
"volta": {
"node": "18.16.0",
"node": "18.18.0",
"yarn": "1.22.19"
}
}
Loading

0 comments on commit 622395c

Please sign in to comment.