Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#260)
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 Jan 10, 2025
1 parent 2fb5cee commit 847bca0
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 139 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"babel-plugin-polyfill-corejs3": "0.11.0",
"babel-plugin-transform-remove-console": "6.9.4",
"chalk": "5.4.1",
"core-js": "3.39.0",
"core-js-pure": "3.39.0",
"core-js": "3.40.0",
"core-js-pure": "3.40.0",
"date-time": "4.0.0",
"pretty-ms": "9.2.0",
"rollup": "4.29.1",
"rollup": "4.30.1",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-keep-import": "1.0.3",
"rollup-plugin-node-externals": "8.0.0",
Expand All @@ -61,7 +61,7 @@
"rollup-plugin-ts": "3.4.5",
"signal-exit": "4.1.0",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down Expand Up @@ -93,7 +93,7 @@
"prettier": "3.4.2",
"semantic-release": "24.2.1",
"sort-package-json": "2.12.0",
"type-fest": "4.31.0",
"type-fest": "4.32.0",
"vitest": "2.1.8"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion test-fixtures/lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"devDependencies": {
"@types/lodash.chunk": "4.2.9",
"@types/react": "19.0.2",
"@types/react": "19.0.4",
"react": "19.0.0"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions test-fixtures/lib-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:19.0.2":
version: 19.0.2
resolution: "@types/react@npm:19.0.2"
"@types/react@npm:19.0.4":
version: 19.0.4
resolution: "@types/react@npm:19.0.4"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/8992f39701fcf1bf893ef8f94a56196445667baf08fe4f6050a14e229a17aad3265ad3efc01595ff3b4d5d5c69da885f9aa4ff80f164a613018734efcff1eb8f
checksum: 10c0/96ecd1a73af57fd7b7facf5b36ec069b131c7608a98a0f1098183023bfb21c60a26a0dc09004fbe0ac70c436ef887bbec5690882cfb77c6e0c679f7e45987722
languageName: node
linkType: hard

Expand All @@ -42,7 +42,7 @@ __metadata:
resolution: "lib-react@workspace:."
dependencies:
"@types/lodash.chunk": "npm:4.2.9"
"@types/react": "npm:19.0.2"
"@types/react": "npm:19.0.4"
lodash.chunk: "npm:4.2.0"
react: "npm:19.0.0"
peerDependencies:
Expand Down
Loading

0 comments on commit 847bca0

Please sign in to comment.