Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnlangille committed Feb 6, 2019
1 parent 491c9a1 commit d681298
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 222 deletions.
17 changes: 8 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@ssense/flip",
"version": "1.0.0",
"version": "0.0.1",
"description": "A React to Vue Component Transpiler",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"babel"
],
"author": "Quinn Langille <quinn.langille@ssense.com>",
"license": "ISC",
"license": "MIT",
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.2",
Expand All @@ -32,9 +32,13 @@
"vue-styled-components": "^1.3.0"
},
"dependencies": {
"commander": "^2.17.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0-rc.2",
"@babel/register": "^7.0.0",
"@babel/node": "^7.0.0-rc.2",
"@babel/core": "^7.0.0-rc.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.3",
"@babel/polyfill": "^7.0.0",
Expand All @@ -43,15 +47,10 @@
"babel-helper-vue-jsx-merge-props": "file:src/utils/merge-props",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-preset-vue": "file:src/utils/vue-preset",
"commander": "^2.17.1",
"react-to-vue": "file:src/utils/react-to-vue",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.0-beta.8",
"rollup-plugin-node-resolve": "^3.3.0"
},
"devDependencies": {
"@babel/register": "^7.0.0",
"babel-register": "^6.26.0",
"rollup-plugin-node-resolve": "^3.3.0",
"chai": "^4.2.0",
"fs-extra": "^7.0.0",
"mocha": "4",
Expand Down

0 comments on commit d681298

Please sign in to comment.