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 Jun 26, 2023
1 parent b883a37 commit 41ca150
Show file tree
Hide file tree
Showing 6 changed files with 1,378 additions and 424 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@formatjs/cli": "^6.1.2",
"@formatjs/cli": "^6.1.3",
"@nuxt-themes/docus": "^1.12.3",
"@nuxt/eslint-config": "^0.1.1",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^8.42.0",
"nuxi": "^3.5.3",
"nuxt": "^3.5.3",
"eslint": "^8.43.0",
"nuxi": "^3.6.0",
"nuxt": "^3.6.0",
"theme-colors": "^0.0.5",
"vue": "^3.3.4"
}
Expand Down
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.42.0",
"nuxi": "^3.5.3",
"nuxt": "^3.5.3"
"eslint": "^8.43.0",
"nuxi": "^3.6.0",
"nuxt": "^3.6.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.1",
"turbo": "^1.10.1"
"turbo": "^1.10.6"
},
"scripts": {
"pg:prepare": "turbo run --no-daemon @vintl-dev/pg#dev:prepare",
Expand Down Expand Up @@ -36,5 +36,5 @@
}
}
},
"packageManager": "pnpm@8.6.1"
"packageManager": "pnpm@8.6.3"
}
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"config.json"
],
"dependencies": {
"@rushstack/eslint-patch": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint-plugin-vue": "^9.14.1",
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint-plugin-vue": "^9.15.0",
"typescript": "^5.1.3"
},
"devDependencies": {
"@types/eslint": "^8.40.0",
"eslint": "^8.42.0"
"@types/eslint": "^8.40.2",
"eslint": "^8.43.0"
}
}
8 changes: 4 additions & 4 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.5.3",
"@nuxt/schema": "^3.6.0",
"@types/hash-sum": "^1.0.0",
"@types/node": "^18.16.16",
"@types/node": "^18.16.18",
"@unhead/vue": "^1.1.27",
"@vintl-dev/eslint-config-peony": "workspace:^",
"hookable": "^5.5.3",
"prettier-plugin-jsdoc": "^0.4.2",
"typescript": "^5.1.3"
},
"dependencies": {
"@formatjs/intl": "2.7.2",
"@formatjs/intl": "2.9.0",
"@formatjs/intl-localematcher": "^0.4.0",
"@nuxt/kit": "^3.5.3",
"@nuxt/kit": "^3.6.0",
"@vintl/unplugin": "^1.2.4",
"@vintl/vintl": "^4.2.1",
"astring": "^1.8.6",
Expand Down
Loading

0 comments on commit 41ca150

Please sign in to comment.