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 15, 2023
1 parent cdc3739 commit 334c430
Show file tree
Hide file tree
Showing 6 changed files with 624 additions and 964 deletions.
10 changes: 5 additions & 5 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.1",
"@formatjs/cli": "^6.2.3",
"@nuxt-themes/docus": "^1.15.0",
"@nuxt/eslint-config": "^0.2.0",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"nuxi": "^3.9.1",
"nuxt": "^3.8.0",
"theme-colors": "^0.0.5",
"vue": "^3.3.7"
"nuxt": "^3.8.1",
"theme-colors": "^0.1.0",
"vue": "^3.3.8"
}
}
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl-dev/pg-messages": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"nuxi": "^3.9.1",
"nuxt": "^3.8.0"
"nuxt": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
}
}
},
"packageManager": "pnpm@8.9.2"
"packageManager": "pnpm@8.10.3"
}
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
],
"dependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-plugin-vue": "^9.18.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint-plugin-vue": "^9.18.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/eslint": "^8.44.6",
"eslint": "^8.52.0"
"@types/eslint": "^8.44.7",
"eslint": "^8.53.0"
}
}
18 changes: 9 additions & 9 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,27 @@
"prepack": "pnpm run -s lint && pnpm run -s build"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.8.0",
"@types/hash-sum": "^1.0.1",
"@types/node": "^18.18.7",
"@unhead/vue": "^1.7.4",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.1",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.18.9",
"@unhead/vue": "^1.8.3",
"@vintl-dev/eslint-config-peony": "workspace:^",
"hookable": "^5.5.3",
"prettier-plugin-jsdoc": "^1.1.1",
"typescript": "^5.2.2",
"vue-router": "^4.2.5"
},
"dependencies": {
"@formatjs/intl": "^2.9.5",
"@formatjs/intl-localematcher": "^0.4.2",
"@nuxt/kit": "^3.8.0",
"@formatjs/intl": "^2.9.8",
"@formatjs/intl-localematcher": "^0.5.1",
"@nuxt/kit": "^3.8.1",
"@vintl/unplugin": "^1.5.1",
"@vintl/vintl": "^4.4.1",
"astring": "^1.8.6",
"consola": "^3.2.3",
"hash-sum": "^2.0.0",
"import-meta-resolve": "^3.0.0",
"import-meta-resolve": "^3.1.1",
"pathe": "^1.1.1",
"picocolors": "^1.0.0",
"slash": "^5.1.0",
Expand Down
Loading

0 comments on commit 334c430

Please sign in to comment.