composer update && npm update
This commit is contained in:
parent
ce94962e34
commit
bcc5b67dcd
3 changed files with 828 additions and 651 deletions
26
package.json
26
package.json
|
@ -6,36 +6,36 @@
|
|||
"license": "CC0-1.0",
|
||||
"dependencies": {
|
||||
"alertify.js": "^1.0.12",
|
||||
"mapbox-gl": "^0.39.1",
|
||||
"mapbox-gl": "^0.41.0",
|
||||
"marked": "^0.3.6",
|
||||
"normalize.css": "^7.0.0",
|
||||
"webStorage": "^1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ajv": "^5.2.2",
|
||||
"autoprefixer": "^7.1.4",
|
||||
"ajv": "^5.2.3",
|
||||
"autoprefixer": "^7.1.5",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-loader": "^7.1.2",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-latest": "^6.16.0",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"dotenv-webpack": "^1.5.4",
|
||||
"eslint": "^4.6.1",
|
||||
"eslint": "^4.9.0",
|
||||
"eslint-config-standard": "^10.2.1",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-node": "^5.1.1",
|
||||
"eslint-plugin-promise": "^3.5.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-node": "^5.2.0",
|
||||
"eslint-plugin-promise": "^3.6.0",
|
||||
"eslint-plugin-standard": "^3.0.1",
|
||||
"lint-staged": "^4.1.3",
|
||||
"postcss-cli": "^4.1.0",
|
||||
"lint-staged": "^4.3.0",
|
||||
"postcss-cli": "^4.1.1",
|
||||
"pre-commit": "^1.1.3",
|
||||
"source-list-map": "^2.0.0",
|
||||
"stylelint": "^8.1.1",
|
||||
"stylelint": "^8.2.0",
|
||||
"stylelint-config-standard": "^17.0.0",
|
||||
"uglify-js": "^3.0.28",
|
||||
"webpack": "^3.5.6",
|
||||
"uglify-js": "^3.1.4",
|
||||
"webpack": "^3.8.1",
|
||||
"webpack-sources": "^1.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue