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 Aug 30, 2023
1 parent 682133f commit d5c00c5
Show file tree
Hide file tree
Showing 6 changed files with 2,985 additions and 1,309 deletions.
10 changes: 5 additions & 5 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",
"@nuxt-themes/docus": "^1.12.3",
"@formatjs/cli": "^6.1.3",
"@nuxt-themes/docus": "^1.14.6",
"@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.48.0",
"nuxi": "^3.7.2",
"nuxt": "^3.7.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.48.0",
"nuxi": "^3.7.2",
"nuxt": "^3.7.0"
}
}
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.13"
},
"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.7.0"
}
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": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint-plugin-vue": "^9.14.1",
"typescript": "^5.1.3"
"@rushstack/eslint-patch": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint-plugin-vue": "^9.17.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/eslint": "^8.40.0",
"eslint": "^8.42.0"
"@types/eslint": "^8.44.2",
"eslint": "^8.48.0"
}
}
18 changes: 9 additions & 9 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.5.3",
"@nuxt/schema": "^3.7.0",
"@types/hash-sum": "^1.0.0",
"@types/node": "^18.16.16",
"@unhead/vue": "^1.1.27",
"@types/node": "^18.17.11",
"@unhead/vue": "^1.3.9",
"@vintl-dev/eslint-config-peony": "workspace:^",
"hookable": "^5.5.3",
"prettier-plugin-jsdoc": "^0.4.2",
"typescript": "^5.1.3",
"typescript": "^5.2.2",
"vue-router": "^4.2.4"
},
"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.7.0",
"@vintl/unplugin": "^1.2.4",
"@vintl/vintl": "^4.2.1",
"astring": "^1.8.6",
"consola": "^3.1.0",
"consola": "^3.2.3",
"hash-sum": "^2.0.0",
"import-meta-resolve": "^3.0.0",
"pathe": "^1.1.1",
"picocolors": "^1.0.0",
"slash": "^5.1.0",
"ufo": "^1.1.2",
"zod": "^3.21.4"
"ufo": "^1.3.0",
"zod": "^3.22.2"
}
}
Loading

0 comments on commit d5c00c5

Please sign in to comment.