Skip to content

Commit 69fc13b

Browse files
authored
fix: allow babel version range (#12)
1 parent df979d9 commit 69fc13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/plugin-proposal-decorators": "^7.25.9"
2525
},
2626
"peerDependencies": {
27-
"@babel/preset-typescript": "7.23.3",
27+
"@babel/preset-typescript": "^7.23.3",
2828
"babel-preset-solid": "^1.8.9",
2929
"dominative": "^0.1.2",
3030
"solid-js": "^1.8.11"

0 commit comments

Comments
 (0)