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 Jul 30, 2024
1 parent 9e0193d commit 5ded4a2
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 351 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"devDependencies": {
"@formatjs/cli": "^6.2.12",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.3.13",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/icon": "^1.3.1",
"@nuxt/eslint": "^0.4.0",
"@nuxt/eslint-config": "^0.4.0",
"@nuxt/icon": "^1.4.0",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"nuxt": "^3.12.4",
"vue": "^3.4.34"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxt/eslint": "^0.4.0",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl-dev/pg-messages": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"nuxi": "^3.12.0",
"nuxt": "^3.12.4"
}
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.7.0"
"eslint": "^9.8.0"
},
"dependencies": {
"@nuxt/eslint-config": "^0.3.13",
"eslint-flat-config-utils": "^0.2.5"
"@nuxt/eslint-config": "^0.4.0",
"eslint-flat-config-utils": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/eslint-config": "^0.4.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.4",
"@types/hash-sum": "^1.0.2",
Expand Down
Loading

0 comments on commit 5ded4a2

Please sign in to comment.