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 28, 2024
1 parent 2264f46 commit 9e0193d
Show file tree
Hide file tree
Showing 6 changed files with 1,375 additions and 2,294 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@nuxt/icon": "^1.3.1",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.6.0",
"nuxt": "^3.12.2",
"vue": "^3.4.31"
"eslint": "^9.7.0",
"nuxt": "^3.12.4",
"vue": "^3.4.34"
}
}
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.6.0",
"eslint": "^9.7.0",
"nuxi": "^3.12.0",
"nuxt": "^3.12.2"
"nuxt": "^3.12.4"
}
}
8 changes: 4 additions & 4 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.6",
"turbo": "^2.0.6"
"@changesets/cli": "^2.27.7",
"turbo": "^2.0.9"
},
"scripts": {
"pg:prepare": "turbo run --no-daemon @vintl-dev/pg#dev:prepare",
Expand Down Expand Up @@ -38,9 +38,9 @@
}
}
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"dependencies": {
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0"
}
}
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.6.0"
"eslint": "^9.7.0"
},
"dependencies": {
"@nuxt/eslint-config": "^0.3.13",
Expand Down
14 changes: 7 additions & 7 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.2",
"@nuxt/schema": "^3.12.4",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.39",
"@types/node": "^18.19.42",
"@vintl-dev/eslint-config-peony": "workspace:^",
"nuxt": "^3.12.2",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.24"
"nuxt": "^3.12.4",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
},
"dependencies": {
"@formatjs/intl": "^2.10.4",
"@formatjs/intl-localematcher": "^0.5.4",
"@nuxt/kit": "^3.12.2",
"@nuxt/kit": "^3.12.4",
"@vintl/unplugin": "^2.0.0",
"@vintl/vintl": "^4.4.1",
"astring": "^1.8.6",
Expand All @@ -69,6 +69,6 @@
"pathe": "^1.1.2",
"picocolors": "^1.0.1",
"slash": "^5.1.0",
"ufo": "^1.5.3"
"ufo": "^1.5.4"
}
}
Loading

0 comments on commit 9e0193d

Please sign in to comment.