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 Jun 27, 2024
1 parent 22cc045 commit 9e17135
Show file tree
Hide file tree
Showing 5 changed files with 497 additions and 1,471 deletions.
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@vintl/nuxt": "workspace:^",
"eslint": "^9.5.0",
"nuxi": "^3.12.0",
"nuxt": "^3.12.1",
"nuxt": "^3.12.2",
"theme-colors": "^0.1.0",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@vintl/nuxt": "workspace:^",
"eslint": "^9.5.0",
"nuxi": "^3.12.0",
"nuxt": "^3.12.1"
"nuxt": "^3.12.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/*"
],
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"turbo": "^2.0.4"
},
"scripts": {
Expand Down Expand Up @@ -36,5 +36,5 @@
}
}
},
"packageManager": "pnpm@9.3.0"
"packageManager": "pnpm@9.4.0"
}
14 changes: 7 additions & 7 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@
"prepack": "pnpm run -s lint && pnpm run -s build"
},
"devDependencies": {
"@nuxt/module-builder": "^0.7.1",
"@nuxt/schema": "^3.12.1",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/schema": "^3.12.2",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.34",
"@unhead/vue": "^1.9.13",
"@types/node": "^18.19.39",
"@unhead/vue": "^1.9.14",
"@vintl-dev/eslint-config-peony": "workspace:^",
"hookable": "^5.5.3",
"prettier-plugin-jsdoc": "^1.3.0",
"typescript": "^5.4.5",
"vue-router": "^4.3.3"
"typescript": "^5.5.2",
"vue-router": "^4.4.0"
},
"dependencies": {
"@formatjs/intl": "^2.10.4",
"@formatjs/intl-localematcher": "^0.5.4",
"@nuxt/kit": "^3.12.1",
"@nuxt/kit": "^3.12.2",
"@vintl/unplugin": "^2.0.0",
"@vintl/vintl": "^4.4.1",
"astring": "^1.8.6",
Expand Down
Loading

0 comments on commit 9e17135

Please sign in to comment.