Skip to content

Commit

Permalink
feat: update build and package dependencies (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Sep 26, 2018
1 parent c9b7bbd commit af3d45a
Show file tree
Hide file tree
Showing 2 changed files with 3,469 additions and 1,564 deletions.
70 changes: 35 additions & 35 deletions package.json
Expand Up @@ -55,49 +55,49 @@
},
"dependencies": {
"dom-helpers": "^3.3.1",
"loose-envify": "^1.3.1",
"loose-envify": "^1.4.0",
"prop-types": "^15.6.2",
"react-lifecycles-compat": "^3.0.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@semantic-release/changelog": "^2.0.1",
"@semantic-release/git": "^6.0.1",
"@semantic-release/github": "^4.2.11",
"@semantic-release/npm": "^3.3.3",
"@storybook/addon-actions": "^3.2.11",
"@storybook/react": "^3.2.11",
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/git": "^7.0.4",
"@semantic-release/github": "^5.0.5",
"@semantic-release/npm": "^5.0.4",
"@storybook/addon-actions": "^3.4.11",
"@storybook/react": "^3.4.11",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.5",
"babel-jest": "^23.2.0",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.5",
"babel-preset-jason": "^4.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-jason": "^4.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.10.0",
"husky": "^1.0.0-rc.8",
"jest": "^23.2.0",
"prettier": "^1.11.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-test-renderer": "^16.3.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.18",
"babel-preset-jason": "^6.0.1",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^5.6.0",
"eslint-config-jason": "^4.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.0.0-rc.15",
"jest": "^23.6.0",
"prettier": "^1.14.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-test-renderer": "^16.5.2",
"release-script": "^1.0.2",
"rimraf": "^2.6.1",
"semantic-release": "^15.1.7",
"semantic-release": "^15.9.16",
"semantic-release-alt-publish-dir": "^2.1.1",
"sinon": "^6.0.1",
"travis-deploy-once": "^4.4.1",
"webpack": "^4.12.2",
"webpack-atoms": "^7.0.1",
"webpack-cli": "^3.0.8"
"sinon": "^6.3.4",
"travis-deploy-once": "^5.0.8",
"webpack": "^4.19.1",
"webpack-atoms": "^8.0.0",
"webpack-cli": "^3.1.1"
},
"release": {
"pkgRoot": "lib",
Expand Down

0 comments on commit af3d45a

Please sign in to comment.