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 Oct 19, 2024
1 parent bf97876 commit 2e1694b
Show file tree
Hide file tree
Showing 6 changed files with 964 additions and 1,019 deletions.
12 changes: 6 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@formatjs/cli": "^6.2.12",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.5.7",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/icon": "^1.5.3",
"@formatjs/cli": "^6.2.15",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.6.0",
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/icon": "^1.5.6",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.12.0",
"nuxt": "^3.13.2",
"vue": "^3.5.11"
"vue": "^3.5.12"
}
}
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.5.7",
"@nuxt/eslint": "^0.6.0",
"@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": "pnpm@9.12.0",
"packageManager": "pnpm@9.12.2",
"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.12.0"
},
"dependencies": {
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/eslint-config": "^0.6.0",
"eslint-flat-config-utils": "^0.4.0"
}
}
14 changes: 7 additions & 7 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
"prepack": "pnpm turbo --no-daemon build"
},
"devDependencies": {
"@nuxt/devtools": "^1.5.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.54",
"@types/node": "^18.19.55",
"@vintl-dev/eslint-config-peony": "workspace:^",
"nuxt": "^3.13.2",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@formatjs/intl": "^2.10.5",
"@formatjs/intl-localematcher": "^0.5.4",
"@formatjs/intl": "^2.10.8",
"@formatjs/intl-localematcher": "^0.5.5",
"@nuxt/kit": "^3.13.2",
"@vintl/unplugin": "^2.0.0",
"@vintl/vintl": "^4.4.1",
Expand All @@ -67,7 +67,7 @@
"hash-sum": "^2.0.0",
"import-meta-resolve": "^4.1.0",
"pathe": "^1.1.2",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"slash": "^5.1.0",
"ufo": "^1.5.4"
}
Expand Down
Loading

0 comments on commit 2e1694b

Please sign in to comment.