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 and brawaru committed Oct 30, 2023
1 parent 70a4cc5 commit ec67447
Show file tree
Hide file tree
Showing 6 changed files with 2,421 additions and 899 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.0",
"@formatjs/cli": "^6.2.1",
"@nuxt-themes/docus": "^1.15.0",
"@nuxt/eslint-config": "^0.2.0",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^8.51.0",
"nuxi": "^3.9.0",
"nuxt": "^3.7.4",
"eslint": "^8.52.0",
"nuxi": "^3.9.1",
"nuxt": "^3.8.0",
"theme-colors": "^0.0.5",
"vue": "^3.3.4"
"vue": "^3.3.7"
}
}
6 changes: 3 additions & 3 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.51.0",
"nuxi": "^3.9.0",
"nuxt": "^3.7.4"
"eslint": "^8.52.0",
"nuxi": "^3.9.1",
"nuxt": "^3.8.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"devDependencies": {
"@changesets/cli": "^2.26.2",
"turbo": "^1.10.15"
"turbo": "^1.10.16"
},
"scripts": {
"pg:prepare": "turbo run --no-daemon @vintl-dev/pg#dev:prepare",
Expand Down Expand Up @@ -36,5 +36,5 @@
}
}
},
"packageManager": "pnpm@8.8.0"
"packageManager": "pnpm@8.9.2"
}
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.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint-plugin-vue": "^9.17.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-plugin-vue": "^9.18.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/eslint": "^8.44.3",
"eslint": "^8.51.0"
"@types/eslint": "^8.44.6",
"eslint": "^8.52.0"
}
}
16 changes: 8 additions & 8 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.7.4",
"@types/hash-sum": "^1.0.0",
"@types/node": "^18.18.4",
"@nuxt/schema": "^3.8.0",
"@types/hash-sum": "^1.0.1",
"@types/node": "^18.18.7",
"@unhead/vue": "^1.7.4",
"@vintl-dev/eslint-config-peony": "workspace:^",
"hookable": "^5.5.3",
"prettier-plugin-jsdoc": "^1.1.0",
"prettier-plugin-jsdoc": "^1.1.1",
"typescript": "^5.2.2",
"vue-router": "^4.2.5"
},
"dependencies": {
"@formatjs/intl": "^2.9.3",
"@formatjs/intl": "^2.9.5",
"@formatjs/intl-localematcher": "^0.4.2",
"@nuxt/kit": "^3.7.4",
"@vintl/unplugin": "^1.5.0",
"@vintl/vintl": "^4.2.3",
"@nuxt/kit": "^3.8.0",
"@vintl/unplugin": "^1.5.1",
"@vintl/vintl": "^4.3.0",
"astring": "^1.8.6",
"consola": "^3.2.3",
"hash-sum": "^2.0.0",
Expand Down
Loading

0 comments on commit ec67447

Please sign in to comment.