Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent c9de167 commit bda9305
Show file tree
Hide file tree
Showing 6 changed files with 564 additions and 337 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@formatjs/cli": "^6.3.5",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.6.0",
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/icon": "^1.5.8",
"@nuxt/eslint": "^0.6.1",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/icon": "^1.6.1",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.13.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/eslint": "^0.6.0",
"@nuxt/eslint": "^0.6.1",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl-dev/pg-messages": "workspace:^",
"@vintl/nuxt": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
}
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"dependencies": {
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0"
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 @@ -32,7 +32,7 @@
"eslint": "^9.13.0"
},
"dependencies": {
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/eslint-config": "^0.6.1",
"eslint-flat-config-utils": "^0.4.0"
}
}
8 changes: 4 additions & 4 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@types/babel__generator": "^7.6.8",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.59",
"@types/node": "^18.19.63",
"@vintl-dev/eslint-config-peony": "workspace:^",
"nuxt": "^3.13.2",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
},
"dependencies": {
"@babel/generator": "^7.26.0",
"@babel/generator": "^7.26.2",
"@babel/types": "^7.26.0",
"@formatjs/intl": "^2.10.11",
"@formatjs/intl-localematcher": "^0.5.6",
Expand Down
Loading

0 comments on commit bda9305

Please sign in to comment.