Skip to content

Commit c62e567

Browse files
committed
fix: playground deploy
1 parent 53c1d41 commit c62e567

File tree

4 files changed

+1505
-1
lines changed

4 files changed

+1505
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,15 @@
7979
}
8080
],
8181
"devDependencies": {
82+
"@babel/core": "^7.12.16",
83+
"@babel/preset-env": "^7.12.16",
8284
"@size-limit/preset-small-lib": "^4.9.1",
8385
"@testing-library/jest-dom": "^5.11.8",
8486
"@testing-library/react": "^11.2.2",
8587
"@testing-library/react-hooks": "^3.7.0",
8688
"@types/react": "^17.0.0",
8789
"@types/react-dom": "^17.0.0",
90+
"babel-jest": "^26.6.3",
8891
"eslint-plugin-jsdoc": "^30.7.9",
8992
"eslint-plugin-promise": "^4.2.1",
9093
"eslint-plugin-simple-import-sort": "^7.0.0",

playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.12.10",
25+
"@babel/preset-env": "7.12.16",
2526
"@types/react": "^17.0.0",
2627
"@types/react-dom": "^17.0.0",
2728
"parcel": "^1.12.4",

0 commit comments

Comments
 (0)