Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent ffa1d51 commit 9372a43
Show file tree
Hide file tree
Showing 3 changed files with 1,088 additions and 971 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"node": ">=16"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"prettier": "^3.2.5",
"@changesets/cli": "^2.27.11",
"prettier": "^3.4.2",
"prettier-plugin-jsdoc": "^1.3.0",
"turbo": "^1.12.4"
"turbo": "^1.13.4"
},
"packageManager": "pnpm@8.15.2"
"packageManager": "pnpm@8.15.9"
}
30 changes: 15 additions & 15 deletions packages/icu-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,26 @@
"@ltd/j-toml": "^1.38.0",
"@rollup/plugin-json": "^6.1.0",
"@types/glob": "^8.1.0",
"@types/node": "^18.19.15",
"@types/node": "^18.19.68",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"memfs": "^4.7.0",
"rollup": "^4.10.0",
"typescript": "^5.3.3",
"eslint": "^8.57.1",
"memfs": "^4.15.0",
"rollup": "^4.29.1",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^5.1.1",
"vitest": "^1.2.2",
"webpack": "^5.90.1"
"vite": "^5.4.11",
"vitest": "^1.6.0",
"webpack": "^5.97.1"
},
"dependencies": {
"@formatjs/cli-lib": "^6.3.6",
"@formatjs/icu-messageformat-parser": "^2.7.6",
"@formatjs/cli-lib": "^6.6.6",
"@formatjs/icu-messageformat-parser": "^2.9.7",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@rollup/pluginutils": "^5.1.0",
"glob": "^10.3.10",
"import-meta-resolve": "^4.0.0",
"@rollup/pluginutils": "^5.1.4",
"glob": "^10.4.5",
"import-meta-resolve": "^4.1.0",
"pathe": "^1.1.2",
"unplugin": "^1.7.1"
"unplugin": "^1.16.0"
},
"peerDependencies": {
"rollup": "^4.0.0",
Expand All @@ -105,5 +105,5 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@8.15.2"
"packageManager": "pnpm@8.15.9"
}
Loading

0 comments on commit 9372a43

Please sign in to comment.