Skip to content

Commit

Permalink
Update to Version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
djizco committed Sep 30, 2018
1 parent 8c56172 commit 7d5cc46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate-mern",
"version": "0.4.2",
"version": "0.4.3",
"description": "A full MERN stack boilerplate",
"main": "server/index.js",
"scripts": {
Expand Down Expand Up @@ -106,7 +106,7 @@
"immutability-helper": "^2.8.1",
"json-style-converter": "^1.0.3",
"moment": "^2.22.2",
"mongoose": "^5.2.16",
"mongoose": "^5.3.0",
"mongoose-auto-increment-reworked": "^1.2.1",
"mongoose-immutable": "0.0.2",
"passport": "^0.4.0",
Expand All @@ -127,20 +127,20 @@
"uuid": "^3.3.2",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.0"
"webpack-cli": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"bulma": "0.7.1",
"classnames": "^2.2.6",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.14.0",
Expand Down

0 comments on commit 7d5cc46

Please sign in to comment.