Skip to content

Commit 3e0cb1b

Browse files
committed
chore: get rid of magic-string as it's no longer used, bump node types
1 parent f1424a2 commit 3e0cb1b

File tree

4 files changed

+57
-58
lines changed

4 files changed

+57
-58
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@kiwi/eslint-config": "^2.0.2",
6363
"@kiwi/prettier-config": "^2.0.2",
6464
"@types/babel__core": "^7.20.5",
65-
"@types/node": "^14.18.34",
65+
"@types/node": "^18.0.0",
6666
"@types/pug": "^2.0.6",
6767
"@types/stylus": "^0.48.38",
6868
"autoprefixer": "^10.4.16",
@@ -85,7 +85,6 @@
8585
},
8686
"dependencies": {
8787
"detect-indent": "^6.1.0",
88-
"magic-string": "^0.30.5",
8988
"strip-indent": "^3.0.0"
9089
},
9190
"peerDependencies": {

0 commit comments

Comments
 (0)