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] committed Sep 3, 2024
1 parent 5a0172f commit 6e0befe
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
12 changes: 6 additions & 6 deletions conf/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/eslint-parser": "^7.24.1",
"@rushstack/eslint-patch": "^1.10.1",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^5.11.1"
},
"engines": {
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"node": "^16.0.0 || >=18.0.0"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/helper-module-imports": "^7.24.3",
"@babel/parser": "^7.24.1",
"@babel/core": "^7.25.2",
"@babel/helper-module-imports": "^7.24.7",
"@babel/parser": "^7.25.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.24.3",
"@babel/traverse": "^7.24.1",
"@babel/preset-env": "^7.25.4",
"@babel/traverse": "^7.25.6",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand All @@ -65,7 +65,7 @@
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-polyfill-regenerator": "^0.6.1",
"babel-plugin-polyfill-regenerator": "^0.6.2",
"babel-plugin-transform-rename-import": "^2.3.0",
"camelcase": "^6.3.0",
"chalk": "^4.1.2",
Expand All @@ -76,10 +76,10 @@
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^5.11.1",
"execa": "^4.1.0",
"figlet": "^1.7.0",
Expand All @@ -91,7 +91,7 @@
"lodash.merge": "^4.6.2",
"ora": "^5.4.1",
"pascal-case": "^3.1.2",
"postcss": "^8.4.38",
"postcss": "^8.4.44",
"prettier": "^2.8.1",
"progress-estimator": "^0.3.1",
"regenerator-runtime": "^0.14.1",
Expand All @@ -100,13 +100,13 @@
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-typescript2": "^0.36.0",
"sade": "^1.8.1",
"semver": "^7.6.0",
"semver": "^7.6.3",
"shelljs": "^0.8.5",
"sort-package-json": "^1.57.0",
"tiny-glob": "^0.2.9",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tslib": "^2.7.0",
"type-fest": "^2.19.0",
"typescript": "^5.0.2"
},
Expand All @@ -115,24 +115,24 @@
"@commitlint/config-conventional": "^16.2.4",
"@release-it/conventional-changelog": "^5.1.1",
"@types/cssnano": "^5.1.0",
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.12",
"@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/lodash": "^4.17.7",
"@types/node": "^16.18.106",
"@types/react": "^18.3.5",
"@types/rollup-plugin-json": "^3.0.7",
"@types/semver": "^7.5.8",
"@types/shelljs": "^0.8.15",
"@types/styled-components": "^5.1.34",
"auto-changelog": "^2.4.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"babel-plugin-replace-identifiers": "^0.1.1",
"cssnano": "^5.1.15",
"doctoc": "^2.2.1",
"dts-cli": "file:.",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.10",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
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.3.5",
"@types/react-dom": "^18.3.0",
"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.3.5",
"@types/react-dom": "^18.3.0",
"vite": "latest",
"@vitejs/plugin-react": "latest",
"typescript": "^4"
Expand Down

0 comments on commit 6e0befe

Please sign in to comment.