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 Aug 18, 2024
1 parent e2bb8a3 commit 0ac706e
Show file tree
Hide file tree
Showing 6 changed files with 547 additions and 529 deletions.
10 changes: 5 additions & 5 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.0",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/icon": "^1.4.5",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"nuxt": "^3.12.4",
"vue": "^3.4.35"
"vue": "^3.4.38"
}
}
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.4.0",
"@nuxt/eslint": "^0.5.0",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl-dev/pg-messages": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"nuxi": "^3.12.0",
"nuxt": "^3.12.4"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"devDependencies": {
"@changesets/cli": "^2.27.7",
"turbo": "^2.0.11"
"turbo": "^2.0.14"
},
"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.7.1",
"dependencies": {
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0"
Expand Down
4 changes: 2 additions & 2 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.9.0"
},
"dependencies": {
"@nuxt/eslint-config": "^0.4.0",
"@nuxt/eslint-config": "^0.5.0",
"eslint-flat-config-utils": "^0.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.4.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.42",
"@types/node": "^18.19.44",
"@vintl-dev/eslint-config-peony": "workspace:^",
"nuxt": "^3.12.4",
"typescript": "^5.5.4",
Expand Down
Loading

0 comments on commit 0ac706e

Please sign in to comment.