Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

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 May 14, 2024
1 parent dd18836 commit 0e72439
Show file tree
Hide file tree
Showing 5 changed files with 3,867 additions and 4,490 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.8.2.cjs
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,68 +45,68 @@
"engines": {
"node": ">=14.0.0"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@3.8.2",
"volta": {
"node": "20.9.0",
"yarn": "1.22.19"
"node": "20.13.1",
"yarn": "1.22.22"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.2",
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "18.0.0",
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"@storybook/addon-docs": "^7.4.5",
"@storybook/addon-essentials": "7.5.0",
"@storybook/addon-interactions": "7.5.0",
"@storybook/addon-links": "7.5.0",
"@storybook/addon-essentials": "7.6.19",
"@storybook/addon-interactions": "7.6.19",
"@storybook/addon-links": "7.6.19",
"@storybook/addon-storysource": "^7.4.5",
"@storybook/blocks": "7.5.0",
"@storybook/react": "7.5.0",
"@storybook/react-webpack5": "7.5.0",
"@storybook/blocks": "7.6.19",
"@storybook/react": "7.6.19",
"@storybook/react-webpack5": "7.6.19",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/node": "20.8.7",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@types/react-test-renderer": "18.0.4",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.5",
"antd": "^5.9.3",
"babel-loader": "9.1.3",
"commitizen": "^4.3.0",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.51.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-sort-class-members": "^1.18.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-typescript-sort-keys": "3.1.0",
"eslint-plugin-unused-imports": "3.0.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"eslint-plugin-unused-imports": "3.2.0",
"husky": "8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "15.0.1",
"prettier": "3.0.3",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"release-it": "16.2.1",
"storybook": "7.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",
"release-it": "16.3.0",
"storybook": "7.6.19",
"tsup": "7.2.0",
"typescript": "5.2.2",
"typescript": "5.4.5",
"vitest": "^0.34.5",
"yalc": "1.0.0-pre.53"
},
Expand Down

0 comments on commit 0e72439

Please sign in to comment.