Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent e583146 commit e5a4e9b
Show file tree
Hide file tree
Showing 5 changed files with 1,002 additions and 1,137 deletions.
6 changes: 3 additions & 3 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.9",
"@formatjs/cli": "^6.2.12",
"@nuxt-themes/docus": "^1.15.0",
"@nuxt/eslint-config": "^0.3.8",
"@nuxt/eslint-config": "^0.3.13",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^8.57.0",
"nuxi": "^3.11.1",
"nuxt": "^3.11.2",
"theme-colors": "^0.1.0",
"vue": "^3.4.23"
"vue": "^3.4.27"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"packages/*"
],
"devDependencies": {
"@changesets/cli": "^2.27.1",
"turbo": "^1.13.2"
"@changesets/cli": "^2.27.4",
"turbo": "^1.13.3"
},
"scripts": {
"pg:prepare": "turbo run --no-daemon @vintl-dev/pg#dev:prepare",
Expand Down Expand Up @@ -36,5 +36,5 @@
}
}
},
"packageManager": "pnpm@9.0.6"
"packageManager": "pnpm@9.1.3"
}
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"config.json"
],
"dependencies": {
"@rushstack/eslint-patch": "^1.10.2",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"typescript": "^5.4.5"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,29 @@
"prepack": "pnpm run -s lint && pnpm run -s build"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.11.2",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.31",
"@unhead/vue": "^1.9.7",
"@types/node": "^18.19.33",
"@unhead/vue": "^1.9.11",
"@vintl-dev/eslint-config-peony": "workspace:^",
"hookable": "^5.5.3",
"prettier-plugin-jsdoc": "^1.3.0",
"typescript": "^5.4.5",
"vue-router": "^4.3.2"
},
"dependencies": {
"@formatjs/intl": "^2.10.1",
"@formatjs/intl": "^2.10.4",
"@formatjs/intl-localematcher": "^0.5.4",
"@nuxt/kit": "^3.11.2",
"@vintl/unplugin": "^2.0.0",
"@vintl/vintl": "^4.4.1",
"astring": "^1.8.6",
"consola": "^3.2.3",
"hash-sum": "^2.0.0",
"import-meta-resolve": "^4.0.0",
"import-meta-resolve": "^4.1.0",
"pathe": "^1.1.2",
"picocolors": "^1.0.0",
"picocolors": "^1.0.1",
"slash": "^5.1.0",
"ufo": "^1.5.3"
}
Expand Down
Loading

0 comments on commit e5a4e9b

Please sign in to comment.