Skip to content

Commit

Permalink
fix(deps): update all non-major dependency bump (#114)
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 Dec 30, 2024
1 parent b3e9ecf commit d6e32b2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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].1",
"packageManager": "[email protected].2",
"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].1",
"packageManager": "[email protected].2",
"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].1",
"packageManager": "[email protected].2",
"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].1",
"packageManager": "[email protected].2",
"keywords": [
"prettier",
"prettier config"
Expand Down
4 changes: 2 additions & 2 deletions packages/release-it-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"fix": "pnpm eslint --fix && prettier . --write"
},
"dependencies": {
"@release-it/conventional-changelog": "9.0.3"
"@release-it/conventional-changelog": "9.0.4"
},
"devDependencies": {
"@frsource/eslint-config": "workspace:*",
Expand All @@ -39,7 +39,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"keywords": [
"release-it",
"release-it config"
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release-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].1",
"packageManager": "[email protected].2",
"keywords": [
"semantic-release",
"semantic-release config"
Expand Down
12 changes: 6 additions & 6 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 d6e32b2

Please sign in to comment.