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 Apr 29, 2024
1 parent 082c9df commit 054529a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 53 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.20.2
working_directory: ~/repo
steps:
- &Versions
Expand Down
80 changes: 40 additions & 40 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.3.1"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/eslint-parser": "7.21.8",
"@babel/core": "7.24.5",
"@babel/eslint-parser": "7.24.5",
"@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.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@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.6.18",
"@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.6.18",
"@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.6.18",
"@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.6.18",
"@storybook/react-webpack5": "7.6.18",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.0.4",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.3.1",
"@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.12",
"@types/react": "18.3.1",
"@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.57.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-jsx-a11y": "6.7.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"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",
"ts-node": "10.9.1",
"typescript": "5.0.4"
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",
"rimraf": "5.0.5",
"semantic-release": "21.1.2",
"storybook": "7.6.18",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"config": {
"commitizen": {
Expand Down Expand Up @@ -156,7 +156,7 @@
]
},
"volta": {
"node": "18.16.0",
"yarn": "1.22.19"
"node": "18.20.2",
"yarn": "1.22.22"
}
}
16 changes: 4 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3320,9 +3320,7 @@
ts-dedent "^2.0.0"

"@storybook/addon-essentials@^7.0.4":
version "7.6.17"
resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-7.6.17.tgz#d49d9a77edc999518c6871b66032a647787c39f4"
integrity sha512-qlSpamxuYfT2taF953nC9QijGF2pSbg1ewMNpdwLTj16PTZvR/d8NCDMTJujI1bDwM2m18u8Yc43ibh5LEmxCw==
version "7.6.18"
dependencies:
"@storybook/addon-actions" "7.6.17"
"@storybook/addon-backgrounds" "7.6.17"
Expand All @@ -3347,9 +3345,7 @@
"@storybook/global" "^5.0.0"

"@storybook/addon-interactions@^7.0.4":
version "7.6.17"
resolved "https://registry.yarnpkg.com/@storybook/addon-interactions/-/addon-interactions-7.6.17.tgz#5860cf6f2fb9999e0b83ac07a0b7f3a9988ff22a"
integrity sha512-6zlX+RDQ1PlA6fp7C+hun8t7h2RXfCGs5dGrhEenp2lqnR/rYuUJRC0tmKpkZBb8kZVcbSChzkB/JYkBjBCzpQ==
version "7.6.18"
dependencies:
"@storybook/global" "^5.0.0"
"@storybook/types" "7.6.17"
Expand All @@ -3375,9 +3371,7 @@
react-select "^5.7.0"

"@storybook/addon-links@^7.0.4":
version "7.6.17"
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-7.6.17.tgz#5a678ff09c1b5056b67cb345c115cfcd343ffe86"
integrity sha512-iFUwKObRn0EKI0zMETsil2p9a/81rCuSMEWECsi+khkCAs1FUnD2cT6Ag5ydcNcBXsdtdfDJdtXQrkw+TSoStQ==
version "7.6.18"
dependencies:
"@storybook/csf" "^0.1.2"
"@storybook/global" "^5.0.0"
Expand Down Expand Up @@ -4113,9 +4107,7 @@
integrity sha512-WaWqB8o9vUc9aaVls+povQSVirf1Xd1LZcVhUKfAocAF3mzYUsnJsVqvnbjRj/F96UFVihOyDt9Zjl/9OvrCvQ==

"@storybook/preset-create-react-app@^7.0.4":
version "7.6.17"
resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-7.6.17.tgz#646a9160d2a625bf219a0fab6d4c1492894293aa"
integrity sha512-iLjIKBG7UK/iac7wdm3JJcoHss3wKUuHuMJ/cc10UGJdBe1kEJnkcnab/whPhWo3E59wXBLkCXoh9BwiOP8sbw==
version "7.6.18"
dependencies:
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.1"
"@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0"
Expand Down

0 comments on commit 054529a

Please sign in to comment.