Skip to content

Commit 330abe1

Browse files
authored
[cocossd]Upgrade to v2.2.2 (#662)
PROCESS
1 parent c010280 commit 330abe1

File tree

5 files changed

+305
-209
lines changed

5 files changed

+305
-209
lines changed

coco-ssd/demo/.babelrc

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
"presets": [
3-
[
4-
"env",
5-
{
6-
"esmodules": false,
7-
"targets": {
8-
"browsers": [
9-
"> 3%"
10-
]
11-
}
2+
"presets": [
3+
[
4+
"env",
5+
{
6+
"esmodules": false,
7+
"targets": {
8+
"browsers": [
9+
"> 3%"
10+
]
1211
}
13-
]
14-
],
15-
"plugins": [
16-
["transform-runtime", {"polyfill": false}]
12+
}
1713
]
18-
}
14+
],
15+
"plugins": ["@babel/plugin-transform-runtime"]
16+
}

coco-ssd/demo/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
"crypto": false
2929
},
3030
"devDependencies": {
31-
"babel-core": "^6.26.3",
32-
"babel-plugin-transform-runtime": "~6.23.0",
33-
"babel-polyfill": "~6.26.0",
34-
"babel-preset-env": "~1.6.1",
35-
"babel-preset-es2017": "^6.24.1",
36-
"babel-runtime": "6.26.0",
31+
"@babel/core": "7.7.5",
32+
"@babel/plugin-transform-runtime": "^7.7.6",
33+
"@babel/preset-env": "^7.7.6",
34+
"babel-plugin-external-helpers": "^6.22.0",
35+
"babel-preset-env": "^1.7.0",
3736
"clang-format": "~1.2.2",
3837
"cross-env": "^5.2.0",
3938
"dat.gui": "^0.7.1",

0 commit comments

Comments
 (0)