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] committed Sep 12, 2024
1 parent e2bb8a3 commit 346f965
Show file tree
Hide file tree
Showing 6 changed files with 2,188 additions and 1,627 deletions.
12 changes: 6 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"devDependencies": {
"@formatjs/cli": "^6.2.12",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.4.0",
"@nuxt/eslint-config": "^0.4.0",
"@nuxt/icon": "^1.4.4",
"@nuxt/eslint": "^0.5.6",
"@nuxt/eslint-config": "^0.5.6",
"@nuxt/icon": "^1.5.1",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.8.0",
"nuxt": "^3.12.4",
"vue": "^3.4.35"
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"vue": "^3.5.3"
}
}
8 changes: 4 additions & 4 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/eslint": "^0.4.0",
"@nuxt/eslint": "^0.5.6",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl-dev/pg-messages": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.8.0",
"nuxi": "^3.12.0",
"nuxt": "^3.12.4"
"eslint": "^9.10.0",
"nuxi": "^3.13.1",
"nuxt": "^3.13.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.27.7",
"turbo": "^2.0.11"
"@changesets/cli": "^2.27.8",
"turbo": "^2.1.1"
},
"scripts": {
"pg:prepare": "turbo run --no-daemon @vintl-dev/pg#dev:prepare",
Expand Down Expand Up @@ -38,7 +38,7 @@
}
}
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.10.0",
"dependencies": {
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"config.json"
],
"devDependencies": {
"eslint": "^9.8.0"
"eslint": "^9.10.0"
},
"dependencies": {
"@nuxt/eslint-config": "^0.4.0",
"eslint-flat-config-utils": "^0.3.0"
"@nuxt/eslint-config": "^0.5.6",
"eslint-flat-config-utils": "^0.4.0"
}
}
20 changes: 10 additions & 10 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,29 @@
"prepack": "pnpm turbo --no-daemon build"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.4.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.4",
"@nuxt/devtools": "^1.4.1",
"@nuxt/eslint-config": "^0.5.6",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.13.1",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.42",
"@types/node": "^18.19.50",
"@vintl-dev/eslint-config-peony": "workspace:^",
"nuxt": "^3.12.4",
"nuxt": "^3.13.1",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@formatjs/intl": "^2.10.4",
"@formatjs/intl-localematcher": "^0.5.4",
"@nuxt/kit": "^3.12.4",
"@nuxt/kit": "^3.13.1",
"@vintl/unplugin": "^2.0.0",
"@vintl/vintl": "^4.4.1",
"astring": "^1.8.6",
"astring": "^1.9.0",
"consola": "^3.2.3",
"hash-sum": "^2.0.0",
"import-meta-resolve": "^4.1.0",
"pathe": "^1.1.2",
"picocolors": "^1.0.1",
"picocolors": "^1.1.0",
"slash": "^5.1.0",
"ufo": "^1.5.4"
}
Expand Down
Loading

0 comments on commit 346f965

Please sign in to comment.