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 Jul 1, 2023
1 parent b883a37 commit 8caaf05
Show file tree
Hide file tree
Showing 6 changed files with 1,411 additions and 554 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.1",
"nuxt": "^3.6.1",
"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.1",
"nuxt": "^3.6.1"
}
}
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.26.1",
"turbo": "^1.10.1"
"@changesets/cli": "^2.26.2",
"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.5"
}
14 changes: 7 additions & 7 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",
"typescript": "^5.1.3"
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint-plugin-vue": "^9.15.1",
"typescript": "^5.1.5"
},
"devDependencies": {
"@types/eslint": "^8.40.0",
"eslint": "^8.42.0"
"@types/eslint": "^8.40.2",
"eslint": "^8.43.0"
}
}
14 changes: 7 additions & 7 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.5.3",
"@nuxt/schema": "^3.6.1",
"@types/hash-sum": "^1.0.0",
"@types/node": "^18.16.16",
"@unhead/vue": "^1.1.27",
"@types/node": "^18.16.18",
"@unhead/vue": "^1.1.28",
"@vintl-dev/eslint-config-peony": "workspace:^",
"hookable": "^5.5.3",
"prettier-plugin-jsdoc": "^0.4.2",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"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.1",
"@vintl/unplugin": "^1.2.4",
"@vintl/vintl": "^4.2.1",
"astring": "^1.8.6",
"consola": "^3.1.0",
"consola": "^3.2.2",
"hash-sum": "^2.0.0",
"import-meta-resolve": "^3.0.0",
"pathe": "^1.1.1",
Expand Down
Loading

0 comments on commit 8caaf05

Please sign in to comment.