Skip to content

Commit

Permalink
fix(deps): update all non-major dependency bump (#117)
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 Jan 6, 2025
1 parent 60cf74e commit 90449ef
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 68 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@frsource/frschool-root",
"private": true,
"author": "FRSOURCE",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=18.x.x",
"npm": ">=8.x.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"keywords": [
"eslint",
"eslintconfig"
Expand Down
2 changes: 1 addition & 1 deletion packages/globals-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"keywords": [
"eslint",
"vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"keywords": [
"prettier",
"prettier config"
Expand Down
2 changes: 1 addition & 1 deletion packages/release-it-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"keywords": [
"release-it",
"release-it config"
Expand Down
8 changes: 4 additions & 4 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.2"
"@semantic-release/release-notes-generator": "14.0.3"
},
"devDependencies": {
"@frsource/eslint-config": "workspace:*",
Expand All @@ -26,7 +26,7 @@
"@types/node": "22.10.5",
"globals": "15.14.0",
"release-it": "17.11.0",
"semantic-release": "24.2.0",
"semantic-release": "24.2.1",
"typescript": "5.7.2"
},
"peerDependencies": {
Expand All @@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"keywords": [
"semantic-release",
"semantic-release config"
Expand Down
109 changes: 50 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90449ef

Please sign in to comment.