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 29, 2024
1 parent 1583989 commit c9de167
Show file tree
Hide file tree
Showing 6 changed files with 1,026 additions and 444 deletions.
6 changes: 3 additions & 3 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.2.15",
"@formatjs/cli": "^6.3.5",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.6.0",
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/icon": "^1.5.6",
"@nuxt/icon": "^1.5.8",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"nuxt": "^3.13.2",
"vue": "^3.5.12"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl-dev/pg-messages": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.12.0",
"nuxi": "^3.14.0",
"eslint": "^9.13.0",
"nuxi": "^3.15.0",
"nuxt": "^3.13.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"devDependencies": {
"@changesets/cli": "^2.27.9",
"turbo": "^2.1.3"
"turbo": "^2.2.3"
},
"scripts": {
"pg:prepare": "turbo run --no-daemon @vintl-dev/pg#dev:prepare",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"config.json"
],
"devDependencies": {
"eslint": "^9.12.0"
"eslint": "^9.13.0"
},
"dependencies": {
"@nuxt/eslint-config": "^0.6.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"@nuxt/schema": "^3.13.2",
"@types/babel__generator": "^7.6.8",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.56",
"@types/node": "^18.19.59",
"@vintl-dev/eslint-config-peony": "workspace:^",
"nuxt": "^3.13.2",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
"vue-tsc": "^2.1.8"
},
"dependencies": {
"@babel/generator": "^7.25.9",
"@babel/types": "^7.25.9",
"@formatjs/intl": "^2.10.8",
"@formatjs/intl-localematcher": "^0.5.5",
"@babel/generator": "^7.26.0",
"@babel/types": "^7.26.0",
"@formatjs/intl": "^2.10.11",
"@formatjs/intl-localematcher": "^0.5.6",
"@nuxt/kit": "^3.13.2",
"@vintl/unplugin": "^2.0.0",
"@vintl/vintl": "^4.4.1",
Expand Down
Loading

0 comments on commit c9de167

Please sign in to comment.