We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1804af commit 68eb948Copy full SHA for 68eb948
package.json
@@ -12,7 +12,7 @@
12
"precommit": "NODE_ENV=development node `which gulp` pre-commit",
13
"//": "node-xmpp-client installs for linux only",
14
"dependencies": {
15
- "autoprefixer": "*",
+ "autoprefixer": "^9",
16
"babel-core": "^6",
17
"babel-loader": "^7",
18
"babel-plugin-transform-flow-strip-types": "*",
@@ -61,7 +61,7 @@
61
"nodemon": "^1.18.4",
62
"optimize-css-assets-webpack-plugin": "^4.0.3",
63
"path-to-regexp": "*",
64
- "postcss-loader": "*",
+ "postcss-loader": "^3",
65
"prismjs": "^1",
66
"pug": "^2.0.3",
67
"pug-loader": "^2.4.0",
0 commit comments