Skip to content

Commit

Permalink
chore(deps): remove babel bridge (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 authored Feb 15, 2019
1 parent 98706bc commit 0f8a61a
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- '11.9.0'
- '11.10.0'

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const query = {
### Requirements
- node >= 11.9.0
- node >= 11.10.0
- yarn >= 1.13.0
```sh
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@
"changelog": "conventional-changelog --infile ./CHANGELOG.md --same-file --release-count 0 --output-unreleased"
},
"dependencies": {
"babel-literal-to-ast": "^2.0.0",
"babel-literal-to-ast": "^2.1.0",
"babel-plugin-macros": "^2.5.0",
"graphql-tag": "^2.10.1"
},
"devDependencies": {
"ast-pretty-print": "2.0.1",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-tester": "5.5.2",
"babel-plugin-tester": "6.0.0",
"codecov": "3.2.0",
"conventional-changelog-cli": "2.0.12",
"eslint": "5.13.0",
Expand Down
Loading

0 comments on commit 0f8a61a

Please sign in to comment.