Skip to content

Commit 5553fbf

Browse files
committed
Bump devDependencies
Category: none
1 parent ab6dbc8 commit 5553fbf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.airtap.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ browsers:
55
- name: chromium
66
- name: firefox
77
- name: webkit
8+
9+
# Until airtap switches to rollup
10+
browserify:
11+
- transform: babelify
12+
global: true
13+
presets: ["@babel/preset-env"]

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,18 @@
2424
"classic-level": "^2.0.0"
2525
},
2626
"devDependencies": {
27+
"@babel/preset-env": "^7.26.9",
2728
"@types/node": "^22.10.1",
2829
"@voxpelli/tsconfig": "^15.1.0",
2930
"airtap": "^5.0.0",
3031
"airtap-playwright": "^1.0.1",
32+
"babelify": "^10.0.0",
3133
"hallmark": "^5.0.1",
3234
"nyc": "^17.1.0",
3335
"standard": "^17.1.2",
3436
"tape": "^5.9.0",
3537
"typescript": "^5.7.2",
36-
"uuid": "^9.0.0"
38+
"uuid": "^11.1.0"
3739
},
3840
"funding": {
3941
"type": "opencollective",

0 commit comments

Comments
 (0)