Skip to content

Commit 0cd432c

Browse files
committed
chore: add parcel workaround
1 parent ac5c7f4 commit 0cd432c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: examples/libp2p-in-the-browser/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "ISC",
1717
"dependencies": {
18-
"@babel/preset-env": "^7.8.3",
18+
"@babel/preset-env": "^7.13.0",
1919
"libp2p": "../../",
2020
"libp2p-bootstrap": "^0.12.1",
2121
"libp2p-mplex": "^0.10.0",
@@ -24,11 +24,11 @@
2424
"libp2p-websockets": "^0.14.0"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "^7.8.3",
28-
"@babel/core": "^7.8.3",
27+
"@babel/cli": "^7.13.10",
28+
"@babel/core": "^7.13.0",
2929
"babel-plugin-syntax-async-functions": "^6.13.0",
3030
"babel-plugin-transform-regenerator": "^6.26.0",
3131
"babel-polyfill": "^6.26.0",
32-
"parcel-bundler": "^1.12.4"
32+
"parcel-bundler": "1.12.3"
3333
}
3434
}

Diff for: examples/webrtc-direct/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"license": "ISC",
1212
"devDependencies": {
13-
"@babel/cli": "^7.8.3",
14-
"@babel/core": "^7.8.3",
13+
"@babel/cli": "^7.13.10",
14+
"@babel/core": "^7.13.10",
1515
"babel-plugin-syntax-async-functions": "^6.13.0",
1616
"babel-plugin-transform-regenerator": "^6.26.0",
1717
"babel-polyfill": "^6.26.0",
18-
"parcel-bundler": "^1.12.4"
18+
"parcel-bundler": "1.12.3"
1919
},
2020
"dependencies": {
2121
"libp2p": "../../",

0 commit comments

Comments
 (0)