Skip to content

Commit 6c517f6

Browse files
authored
Merge pull request dcastil#408 from dcastil/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 1ab7486 + 858af61 commit 6c517f6

File tree

2 files changed

+365
-236
lines changed

2 files changed

+365
-236
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -61,33 +61,33 @@
6161
"postversion": "if [ -n \"$DANYS_MACHINE\" ]; then git push --follow-tags && open https://github.com/dcastil/tailwind-merge/releases; fi"
6262
},
6363
"dependencies": {
64-
"@babel/runtime": "^7.24.1"
64+
"@babel/runtime": "^7.24.5"
6565
},
6666
"devDependencies": {
6767
"@babel/plugin-transform-runtime": "^7.24.3",
68-
"@babel/preset-env": "^7.24.3",
68+
"@babel/preset-env": "^7.24.5",
6969
"@rollup/plugin-babel": "^6.0.4",
7070
"@rollup/plugin-node-resolve": "^15.2.3",
7171
"@rollup/plugin-typescript": "^11.1.6",
7272
"@size-limit/preset-small-lib": "^11.1.2",
7373
"@types/jest": "^29.5.12",
74-
"@typescript-eslint/eslint-plugin": "^7.5.0",
75-
"@typescript-eslint/parser": "^7.5.0",
74+
"@typescript-eslint/eslint-plugin": "^7.8.0",
75+
"@typescript-eslint/parser": "^7.8.0",
7676
"babel-plugin-annotate-pure-calls": "^0.4.0",
77-
"babel-plugin-polyfill-regenerator": "^0.6.1",
77+
"babel-plugin-polyfill-regenerator": "^0.6.2",
7878
"eslint": "^8.57.0",
7979
"eslint-plugin-import": "^2.29.1",
8080
"eslint-plugin-jest": "^28.3.0",
8181
"globby": "^11.1.0",
8282
"jest": "^29.7.0",
8383
"prettier": "^3.2.5",
84-
"rollup": "^4.13.2",
84+
"rollup": "^4.17.2",
8585
"rollup-plugin-delete": "^2.0.0",
8686
"rollup-plugin-dts": "^6.1.0",
8787
"size-limit": "^11.1.2",
8888
"ts-jest": "^29.1.2",
8989
"tslib": "^2.6.2",
90-
"typescript": "^5.4.3",
90+
"typescript": "^5.4.5",
9191
"zx": "^8.0.2"
9292
},
9393
"publishConfig": {

0 commit comments

Comments
 (0)