Skip to content

Commit 52b98ab

Browse files
author
pooya parsa
committed
chore: update all deps and pin eslint to ~6.1.0
eslint/eslint#12117
1 parent c6a9b37 commit 52b98ab

File tree

3 files changed

+110
-251
lines changed

3 files changed

+110
-251
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"codecov": "^3.5.0",
4242
"consola": "^2.10.1",
4343
"cross-spawn": "^6.0.5",
44-
"eslint": "^6.1.0",
44+
"eslint": "~6.1.0",
4545
"eslint-multiplexer": "^1.0.4",
4646
"esm": "^3.2.25",
4747
"execa": "^2.0.4",
@@ -68,7 +68,7 @@
6868
"rollup-plugin-babel": "^4.3.3",
6969
"rollup-plugin-commonjs": "^10.0.2",
7070
"rollup-plugin-json": "^4.0.0",
71-
"rollup-plugin-license": "^0.12.0",
71+
"rollup-plugin-license": "^0.12.1",
7272
"rollup-plugin-node-resolve": "^5.2.0",
7373
"rollup-plugin-replace": "^2.2.0",
7474
"sort-package-json": "^1.22.1",

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
],
88
"ignoreDeps": [
99
"core-js",
10-
"vue-router"
10+
"vue-router",
11+
"eslint"
1112
],
1213
"lockFileMaintenance": {
1314
"enabled": true

0 commit comments

Comments
 (0)