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

Commit

Permalink
Merge pull request #18 from cypress-io/issue-17-babel-7-stable
Browse files Browse the repository at this point in the history
Update deps to latest stable versions
  • Loading branch information
chrisbreiding authored Sep 24, 2018
2 parents fd52144 + 915950b commit 016256c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const defaultOptions = {
'@babel/plugin-proposal-object-rest-spread',
].map(require.resolve),
[require.resolve('@babel/plugin-transform-runtime'), {
moduleName: path.dirname(require.resolve('@babel/runtime/package')),
absoluteRuntime: path.dirname(require.resolve('@babel/runtime/package')),
}],
],
presets: [
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,36 +41,36 @@
"devDependencies": {
"ban-sensitive-files": "1.9.2",
"chai": "4.1.2",
"chokidar-cli": "1.2.0",
"dependency-check": "3.2.0",
"chokidar-cli": "1.2.1",
"dependency-check": "3.2.1",
"deps-ok": "1.4.1",
"eslint": "5.2.0",
"eslint": "5.6.0",
"eslint-plugin-cypress-dev": "1.1.2",
"eslint-plugin-mocha": "5.1.0",
"eslint-plugin-mocha": "5.2.0",
"husky": "0.14.3",
"license-checker": "20.2.0",
"mocha": "5.2.0",
"mockery": "2.1.0",
"nsp": "3.2.1",
"semantic-release": "15.9.3",
"sinon": "6.1.4",
"semantic-release": "15.9.16",
"sinon": "6.3.4",
"sinon-chai": "3.2.0",
"snap-shot-it": "5.0.1"
"snap-shot-it": "6.1.8"
},
"dependencies": {
"@babel/core": "7.0.0-beta.55",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.55",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.55",
"@babel/plugin-transform-runtime": "7.0.0-beta.55",
"@babel/preset-env": "7.0.0-beta.55",
"@babel/preset-react": "7.0.0-beta.55",
"@babel/runtime": "7.0.0-beta.55",
"babel-plugin-add-module-exports": "0.2.1",
"babelify": "9.0.0",
"bluebird": "3.5.1",
"@babel/core": "7.1.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.0.0",
"babel-plugin-add-module-exports": "1.0.0",
"babelify": "10.0.0",
"bluebird": "3.5.2",
"browserify": "16.2.2",
"cjsxify": "0.3.0",
"debug": "3.1.0",
"debug": "4.0.1",
"fs-extra": "7.0.0",
"watchify": "3.11.0"
},
Expand Down

0 comments on commit 016256c

Please sign in to comment.