Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2023
1 parent 3e25fbd commit 4112968
Show file tree
Hide file tree
Showing 6 changed files with 614 additions and 537 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.1.0",
"name": "web-configs",
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.11",
"author": "ThunderMiracle",
"license": "MIT",
"private": true,
Expand All @@ -25,7 +25,7 @@
"@web-configs/prettier": "workspace:*",
"eslint": "^8.44.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.1",
"glob": "^10.3.3",
"jest": "^29.6.2",
"lerna": "^6.6.2",
"plop": "^3.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
},
"homepage": "https://github.com/thundermiracle/web-configs/blob/main/packages/babel-preset/README.md",
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/plugin-transform-react-constant-elements": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@babel/runtime": "^7.22.6",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-react-test-id": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"homepage": "https://github.com/thundermiracle/web-configs/blob/main/packages/browserslist-config/README.md",
"devDependencies": {
"browserslist": "^4.21.9"
"browserslist": "^4.21.10"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"eslint": "^8.44.0"
},
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/eslint-plugin": "^7.22.5",
"@graphql-eslint/eslint-plugin": "^3.19.3",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"change-case": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/thundermiracle/web-configs/blob/main/packages/stylelint-plugin/README.md",
"dependencies": {
"postcss": "^8.4.24",
"postcss": "^8.4.27",
"postcss-scss": "^4.0.6",
"stylelint-config-prettier": "^9.0.5",
"stylelint-high-performance-animation": "^1.8.0",
Expand Down
Loading

0 comments on commit 4112968

Please sign in to comment.