Skip to content

Commit

Permalink
Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
djizco committed Jun 17, 2021
1 parent 4375b0e commit c4232ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mern-boilerplate",
"version": "1.0.0",
"version": "0.6.0",
"description": "A full MERN stack boilerplate",
"main": "server/index.js",
"scripts": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"immutability-helper": "^3.1.1",
"immutable": "^3.8.2",
"json-style-converter": "^1.0.3",
"mongoose": "^5.12.13",
"mongoose": "^5.12.14",
"mongoose-auto-increment-reworked": "^1.2.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
Expand All @@ -90,12 +90,12 @@
"seamless-immutable": "^7.1.4",
"terser-webpack-plugin": "^5.1.3",
"uuid": "^8.3.2",
"webpack": "^5.38.1",
"webpack": "^5.39.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"babel-core": "^7.0.0-0",
Expand All @@ -122,7 +122,7 @@
"less-loader": "^9.1.0",
"mini-css-extract-plugin": "^1.6.0",
"nodemon": "^2.0.7",
"sass": "^1.34.1",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"superagent": "^6.1.0",
Expand Down

0 comments on commit c4232ad

Please sign in to comment.