Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald committed Mar 24, 2020
1 parent 8ff9f5f commit 1e00e68
Show file tree
Hide file tree
Showing 3 changed files with 786 additions and 713 deletions.
19 changes: 10 additions & 9 deletions package.json
Expand Up @@ -14,29 +14,30 @@
"lint:yml": "gulp check",
"svgo": "plaid svgo",
"test": "cross-env BABEL_ENV=test tape -r ./test/mock/register 'test/**/*.test.js'",
"transform": "node scripts/transform-lock"
"transform": "locky yarn yarn"
},
"description": "Violentmonkey",
"devDependencies": {
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/register": "^7.8.3",
"@babel/register": "^7.9.0",
"@gera2ld/locky": "^0.1.0",
"@gera2ld/plaid": "~1.5.6",
"@gera2ld/plaid-vue": "~1.5.5",
"@gera2ld/plaid-webpack": "~1.5.5",
"@types/chrome": "latest",
"cross-env": "^6.0.3",
"@types/chrome": "0.0.101",
"cross-env": "^7.0.2",
"cross-spawn": "^7.0.1",
"del": "^5.1.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": "^4.0.10",
"husky": "^4.2.3",
"js-yaml": "^3.13.1",
"jsdom": "^16.0.1",
"jsdom": "^16.2.1",
"plugin-error": "^1.0.0",
"tape": "^4.13.0",
"tape": "^4.13.2",
"through2": "^3.0.1",
"vinyl": "^2.1.0",
"wrapper-webpack-plugin": "2.1.0"
Expand All @@ -52,7 +53,7 @@
"homepage": "https://github.com/violentmonkey/violentmonkey",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.9.2",
"codemirror": "^5.52.2",
"core-js": "^3.6.4",
"tldjs": "^2.3.1",
Expand All @@ -64,7 +65,7 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn transform \"=yarn\"",
"pre-commit": "yarn transform -t",
"pre-push": "yarn lint"
}
}
Expand Down
72 changes: 0 additions & 72 deletions scripts/transform-lock.js

This file was deleted.

0 comments on commit 1e00e68

Please sign in to comment.