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

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab committed Apr 26, 2019
1 parent d75f21c commit 2ece07b
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 196 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"repository": "moltin/btn",
"scripts": {
"dev": "webpack-dev-server",
"deploy": "now --target=production",
"build": "webpack",
"now-build": "webpack --mode=production"
},
Expand All @@ -17,30 +18,30 @@
"author": "Jamie Barton <[email protected]>",
"license": "MIT",
"dependencies": {
"@moltin/request": "1.5.3",
"@moltin/request": "1.6.1",
"algolia-places-react": "1.4.0",
"easy-peasy": "2.1.1",
"easy-peasy": "2.1.6",
"final-form": "4.12.0",
"react": "16.8.5",
"react-dom": "16.8.5",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-final-form": "4.1.0",
"react-stripe-elements": "2.0.3",
"styled-components": "4.2.0"
},
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/preset-env": "7.4.2",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.5",
"babel-plugin-styled-components": "1.10.0",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prop-types": "15.7.2",
"terser-webpack-plugin": "^1.2.3",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-dev-server": "3.2.1"
"webpack": "4.30.0",
"webpack-cli": "3.3.1",
"webpack-dev-server": "3.3.1",
"webpack-obfuscator": "^0.18.0"
}
}
Loading

0 comments on commit 2ece07b

Please sign in to comment.