Skip to content

Commit

Permalink
Update all non-major dependencies (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 8358a06 commit a10d458
Show file tree
Hide file tree
Showing 10 changed files with 417 additions and 582 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://github.com/mskelton/yarn-plugin-outdated/raw/v3.2.4/bundles/@yarnpkg/plugin-outdated.js"

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"benchmark": "2.1.4",
"systeminformation": "5.23.5"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
6 changes: 3 additions & 3 deletions packages/benchmark-messageformat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"@onigoetz/intl-formatters": "1.0.0-rc.2",
"@onigoetz/make-plural": "1.0.0-rc.2",
"@onigoetz/messageformat": "1.0.0-rc.2",
"@phensley/messageformat": "1.9.0",
"@phensley/plurals": "1.9.0",
"@phensley/messageformat": "1.9.1",
"@phensley/plurals": "1.9.1",
"@rslib/core": "0.0.13",
"format-message-interpret": "6.2.4",
"format-message-parse": "6.2.4",
"globalize": "1.7.0",
"intl-messageformat": "10.7.0",
"intl-messageformat": "10.7.1",
"make-plural": "7.4.0",
"speedscope": "1.20.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark-plural/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"devDependencies": {
"@onigoetz/intl-formatters": "1.0.0-rc.2",
"@onigoetz/make-plural": "1.0.0-rc.2",
"@phensley/plurals": "1.9.0",
"@rslib/core": "^0.0.11",
"@phensley/plurals": "1.9.1",
"@rslib/core": "^0.0.13",
"make-plural": "7.4.0",
"speedscope": "1.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node": ">=18.0.0"
},
"devDependencies": {
"@rslib/core": "^0.0.11",
"@rslib/core": "^0.0.13",
"typescript": "5.6.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-formatters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@onigoetz/i18n-types": "1.0.0-rc.2",
"@onigoetz/messageformat": "1.0.0-rc.2",
"@rslib/core": "^0.0.11",
"@rslib/core": "^0.0.13",
"@vitest/coverage-v8": "2.1.3",
"full-icu": "1.5.0",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/make-plural/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">=18.0.0"
},
"devDependencies": {
"@rslib/core": "^0.0.11",
"@rslib/core": "^0.0.13",
"@vitest/coverage-v8": "2.1.3",
"test-cldr-data": "1.0.0-rc.2",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/messageformat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@onigoetz/i18n-types": "1.0.0-rc.2"
},
"devDependencies": {
"@rslib/core": "^0.0.11",
"@rslib/core": "^0.0.13",
"@vitest/coverage-v8": "2.1.3",
"typescript": "5.6.3",
"vitest": "2.1.3",
Expand Down
Loading

0 comments on commit a10d458

Please sign in to comment.