Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 016256c

Browse files
Merge pull request #18 from cypress-io/issue-17-babel-7-stable
Update deps to latest stable versions
2 parents fd52144 + 915950b commit 016256c

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const defaultOptions = {
3434
'@babel/plugin-proposal-object-rest-spread',
3535
].map(require.resolve),
3636
[require.resolve('@babel/plugin-transform-runtime'), {
37-
moduleName: path.dirname(require.resolve('@babel/runtime/package')),
37+
absoluteRuntime: path.dirname(require.resolve('@babel/runtime/package')),
3838
}],
3939
],
4040
presets: [

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,36 +41,36 @@
4141
"devDependencies": {
4242
"ban-sensitive-files": "1.9.2",
4343
"chai": "4.1.2",
44-
"chokidar-cli": "1.2.0",
45-
"dependency-check": "3.2.0",
44+
"chokidar-cli": "1.2.1",
45+
"dependency-check": "3.2.1",
4646
"deps-ok": "1.4.1",
47-
"eslint": "5.2.0",
47+
"eslint": "5.6.0",
4848
"eslint-plugin-cypress-dev": "1.1.2",
49-
"eslint-plugin-mocha": "5.1.0",
49+
"eslint-plugin-mocha": "5.2.0",
5050
"husky": "0.14.3",
5151
"license-checker": "20.2.0",
5252
"mocha": "5.2.0",
5353
"mockery": "2.1.0",
5454
"nsp": "3.2.1",
55-
"semantic-release": "15.9.3",
56-
"sinon": "6.1.4",
55+
"semantic-release": "15.9.16",
56+
"sinon": "6.3.4",
5757
"sinon-chai": "3.2.0",
58-
"snap-shot-it": "5.0.1"
58+
"snap-shot-it": "6.1.8"
5959
},
6060
"dependencies": {
61-
"@babel/core": "7.0.0-beta.55",
62-
"@babel/plugin-proposal-class-properties": "7.0.0-beta.55",
63-
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.55",
64-
"@babel/plugin-transform-runtime": "7.0.0-beta.55",
65-
"@babel/preset-env": "7.0.0-beta.55",
66-
"@babel/preset-react": "7.0.0-beta.55",
67-
"@babel/runtime": "7.0.0-beta.55",
68-
"babel-plugin-add-module-exports": "0.2.1",
69-
"babelify": "9.0.0",
70-
"bluebird": "3.5.1",
61+
"@babel/core": "7.1.0",
62+
"@babel/plugin-proposal-class-properties": "7.1.0",
63+
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
64+
"@babel/plugin-transform-runtime": "7.1.0",
65+
"@babel/preset-env": "7.1.0",
66+
"@babel/preset-react": "7.0.0",
67+
"@babel/runtime": "7.0.0",
68+
"babel-plugin-add-module-exports": "1.0.0",
69+
"babelify": "10.0.0",
70+
"bluebird": "3.5.2",
7171
"browserify": "16.2.2",
7272
"cjsxify": "0.3.0",
73-
"debug": "3.1.0",
73+
"debug": "4.0.1",
7474
"fs-extra": "7.0.0",
7575
"watchify": "3.11.0"
7676
},

0 commit comments

Comments
 (0)