Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 097f2f0 commit 02ebcf0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions conf/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@rushstack/eslint-patch": "^1.10.1",
"@rushstack/eslint-patch": "^1.10.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-preset-react-app": "^10.0.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"node": "^16.0.0 || >=18.0.0"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/helper-module-imports": "^7.24.3",
"@babel/parser": "^7.24.1",
"@babel/parser": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/traverse": "^7.24.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
Expand Down Expand Up @@ -118,8 +118,8 @@
"@types/figlet": "^1.5.8",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.17.0",
"@types/node": "^16.18.94",
"@types/react": "^18.2.74",
"@types/node": "^16.18.96",
"@types/react": "^18.2.75",
"@types/rollup-plugin-json": "^3.0.7",
"@types/semver": "^7.5.8",
"@types/shelljs": "^0.8.15",
Expand Down
4 changes: 2 additions & 2 deletions templates/react-with-storybook/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"vite": "latest",
"@vitejs/plugin-react": "latest",
"typescript": "^4"
Expand Down
4 changes: 2 additions & 2 deletions templates/react/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"vite": "latest",
"@vitejs/plugin-react": "latest",
"typescript": "^4"
Expand Down

0 comments on commit 02ebcf0

Please sign in to comment.