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 Dec 14, 2024
1 parent c2fa6c9 commit 82f96d1
Show file tree
Hide file tree
Showing 6 changed files with 1,327 additions and 1,471 deletions.
12 changes: 6 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@formatjs/cli": "^6.3.8",
"@formatjs/cli": "^6.3.14",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.7.0",
"@nuxt/eslint-config": "^0.7.0",
"@nuxt/icon": "^1.7.5",
"@nuxt/eslint": "^0.7.2",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/icon": "^1.10.1",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.15.0",
"nuxt": "^3.14.159",
"eslint": "^9.16.0",
"nuxt": "^3.14.1592",
"vue": "^3.5.13"
}
}
8 changes: 4 additions & 4 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.0",
"@nuxt/eslint": "^0.7.2",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl-dev/pg-messages": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^9.15.0",
"nuxi": "^3.15.0",
"nuxt": "^3.14.159"
"eslint": "^9.16.0",
"nuxi": "^3.16.0",
"nuxt": "^3.14.1592"
}
}
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.9",
"turbo": "^2.3.0"
"@changesets/cli": "^2.27.10",
"turbo": "^2.3.3"
},
"scripts": {
"pg:prepare": "turbo run --no-daemon @vintl-dev/pg#dev:prepare",
Expand Down Expand Up @@ -38,9 +38,9 @@
}
}
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.15.0",
"dependencies": {
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-jsdoc": "^1.3.0"
}
}
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.15.0"
"eslint": "^9.16.0"
},
"dependencies": {
"@nuxt/eslint-config": "^0.7.0",
"@nuxt/eslint-config": "^0.7.2",
"eslint-flat-config-utils": "^0.4.0"
}
}
22 changes: 11 additions & 11 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@
"prepack": "pnpm turbo --no-daemon build"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.7.0",
"@nuxt/devtools": "^1.6.3",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.159",
"@nuxt/schema": "^3.14.1592",
"@types/babel__generator": "^7.6.8",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.64",
"@types/node": "^18.19.68",
"@vintl-dev/eslint-config-peony": "workspace:^",
"nuxt": "^3.14.159",
"typescript": "^5.6.3",
"nuxt": "^3.14.1592",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10"
},
"dependencies": {
"@babel/generator": "^7.26.2",
"@babel/types": "^7.26.0",
"@formatjs/intl": "^2.10.14",
"@formatjs/intl-localematcher": "^0.5.7",
"@nuxt/kit": "^3.14.159",
"@babel/generator": "^7.26.3",
"@babel/types": "^7.26.3",
"@formatjs/intl": "^2.10.15",
"@formatjs/intl-localematcher": "^0.5.9",
"@nuxt/kit": "^3.14.1592",
"@vintl/unplugin": "^2.0.0",
"@vintl/vintl": "^4.4.1",
"consola": "^3.2.3",
Expand Down
Loading

0 comments on commit 82f96d1

Please sign in to comment.