Browse Source

Updates dependencies

main
Eric Amodio 5 years ago
parent
commit
cbe6471107
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      package-lock.json
  2. +1
    -1
      package.json

+ 3
- 3
package-lock.json View File

@ -6966,9 +6966,9 @@
"dev": true
},
"prettier": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.16.1.tgz",
"integrity": "sha512-XXUITwIkGb3CPJ2hforHah/zTINRyie5006Jd2HKy2qz7snEJXl0KLfsJZW/wst9g6R2rFvqba3VpNYdu1hDcA==",
"version": "1.16.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.16.3.tgz",
"integrity": "sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw==",
"dev": true
},
"prettier-tslint": {

+ 1
- 1
package.json View File

@ -4873,7 +4873,7 @@
"imagemin-webpack-plugin": "2.4.0",
"mini-css-extract-plugin": "0.5.0",
"node-sass": "4.11.0",
"prettier": "1.16.1",
"prettier": "1.16.3",
"prettier-tslint": "0.4.2",
"sass-loader": "7.1.0",
"terser-webpack-plugin": "1.2.1",

Loading…
Cancel
Save