|
|
@@ -17,21 +17,21 @@
|
|
|
},
|
|
|
"description": "Violentmonkey",
|
|
|
"devDependencies": {
|
|
|
- "@babel/register": "^7.4.4",
|
|
|
+ "@babel/register": "^7.5.5",
|
|
|
"@gera2ld/plaid": "~1.4.7",
|
|
|
"@gera2ld/plaid-vue": "~1.4.0",
|
|
|
"@gera2ld/plaid-webpack": "~1.4.8",
|
|
|
"cross-env": "^5.0.5",
|
|
|
- "del": "^4.1.1",
|
|
|
+ "del": "^5.0.0",
|
|
|
"fancy-log": "^1.3.2",
|
|
|
"gulp": "^4.0.2",
|
|
|
"gulp-filter": "^6.0.0",
|
|
|
"gulp-plumber": "^1.1.0",
|
|
|
"gulp-uglify": "^3.0.2",
|
|
|
- "husky": "^2.4.0",
|
|
|
+ "husky": "^3.0.2",
|
|
|
"js-yaml": "^3.13.1",
|
|
|
"plugin-error": "^1.0.0",
|
|
|
- "tape": "^4.10.2",
|
|
|
+ "tape": "^4.11.0",
|
|
|
"through2": "^3.0.1",
|
|
|
"vinyl": "^2.1.0",
|
|
|
"wrapper-webpack-plugin": "2.1.0"
|
|
|
@@ -47,9 +47,9 @@
|
|
|
"homepage": "https://github.com/violentmonkey/violentmonkey",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "@babel/runtime": "^7.4.5",
|
|
|
- "codemirror": "^5.47.0",
|
|
|
- "core-js": "^3.1.3",
|
|
|
+ "@babel/runtime": "^7.5.5",
|
|
|
+ "codemirror": "^5.48.2",
|
|
|
+ "core-js": "^3.1.4",
|
|
|
"tldjs": "^2.3.1",
|
|
|
"vue": "^2.6.10",
|
|
|
"vueleton": "^1.0.1"
|