|
61 | 61 | "postversion": "if [ -n \"$DANYS_MACHINE\" ]; then git push --follow-tags && open https://github.com/dcastil/tailwind-merge/releases; fi"
|
62 | 62 | },
|
63 | 63 | "dependencies": {
|
64 |
| - "@babel/runtime": "^7.24.1" |
| 64 | + "@babel/runtime": "^7.24.5" |
65 | 65 | },
|
66 | 66 | "devDependencies": {
|
67 | 67 | "@babel/plugin-transform-runtime": "^7.24.3",
|
68 |
| - "@babel/preset-env": "^7.24.3", |
| 68 | + "@babel/preset-env": "^7.24.5", |
69 | 69 | "@rollup/plugin-babel": "^6.0.4",
|
70 | 70 | "@rollup/plugin-node-resolve": "^15.2.3",
|
71 | 71 | "@rollup/plugin-typescript": "^11.1.6",
|
72 | 72 | "@size-limit/preset-small-lib": "^11.1.2",
|
73 | 73 | "@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", |
76 | 76 | "babel-plugin-annotate-pure-calls": "^0.4.0",
|
77 |
| - "babel-plugin-polyfill-regenerator": "^0.6.1", |
| 77 | + "babel-plugin-polyfill-regenerator": "^0.6.2", |
78 | 78 | "eslint": "^8.57.0",
|
79 | 79 | "eslint-plugin-import": "^2.29.1",
|
80 | 80 | "eslint-plugin-jest": "^28.3.0",
|
81 | 81 | "globby": "^11.1.0",
|
82 | 82 | "jest": "^29.7.0",
|
83 | 83 | "prettier": "^3.2.5",
|
84 |
| - "rollup": "^4.13.2", |
| 84 | + "rollup": "^4.17.2", |
85 | 85 | "rollup-plugin-delete": "^2.0.0",
|
86 | 86 | "rollup-plugin-dts": "^6.1.0",
|
87 | 87 | "size-limit": "^11.1.2",
|
88 | 88 | "ts-jest": "^29.1.2",
|
89 | 89 | "tslib": "^2.6.2",
|
90 |
| - "typescript": "^5.4.3", |
| 90 | + "typescript": "^5.4.5", |
91 | 91 | "zx": "^8.0.2"
|
92 | 92 | },
|
93 | 93 | "publishConfig": {
|
|
0 commit comments