Update npm dependencies and rebuild frontent assets
This commit is contained in:
parent
b8eee482a8
commit
207f0deaeb
124 changed files with 1601 additions and 2921 deletions
22
package.json
22
package.json
|
@ -7,8 +7,8 @@
|
|||
"dependencies": {
|
||||
"a11y.css": "^4.5.2",
|
||||
"alertify.js": "^1.0.12",
|
||||
"mapbox-gl": "^0.44.2",
|
||||
"marked": "^0.3.19",
|
||||
"mapbox-gl": "^0.52.0",
|
||||
"marked": "^0.6.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"puppeteer": "^1.11.0"
|
||||
},
|
||||
|
@ -17,21 +17,21 @@
|
|||
"@babel/preset-env": "^7.3.1",
|
||||
"ajv": "^6.7.0",
|
||||
"ajv-keywords": "^3.2.0",
|
||||
"autoprefixer": "^8.6.5",
|
||||
"autoprefixer": "^9.4.6",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"dotenv-webpack": "^1.7.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-standard": "^11.0.0",
|
||||
"eslint": "^5.12.1",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-plugin-import": "^2.15.0",
|
||||
"eslint-plugin-node": "^6.0.1",
|
||||
"eslint-plugin-promise": "^3.8.0",
|
||||
"eslint-plugin-standard": "^3.1.0",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"husky": "^1.3.1",
|
||||
"lint-staged": "^7.3.0",
|
||||
"postcss-cli": "^5.0.1",
|
||||
"lint-staged": "^8.1.0",
|
||||
"postcss-cli": "^6.1.1",
|
||||
"postcss-sass": "^0.3.5",
|
||||
"pre-commit": "^1.1.3",
|
||||
"source-list-map": "^2.0.1",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"stylelint-config-standard": "^18.2.0",
|
||||
"uglify-js": "^3.4.9",
|
||||
"webpack": "^4.29.0",
|
||||
"webpack-cli": "^2.1.5",
|
||||
"webpack-cli": "^3.2.1",
|
||||
"webpack-sources": "^1.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue