Skip to content

Commit 0521188

Browse files
committed
update
1 parent f0b1de4 commit 0521188

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
command: npm version
8080
- checkout
8181
- run:
82-
name: Install @typescript-eslint/parser@4
82+
name: Install @typescript-eslint/parser@4 eslint@7
8383
command: |
84-
npm install @typescript-eslint/parser@^4
84+
npm install @typescript-eslint/parser@^4 eslint@7
8585
- run:
8686
name: Install dependencies
8787
command: npm install

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"eslint-plugin-eslint-plugin": "^3.5.3",
7575
"eslint-plugin-import": "^2.20.2",
7676
"eslint-plugin-jsonc": "^1.4.0",
77-
"eslint-plugin-node-dependencies": ">=0.4.0 <1.0.0",
77+
"eslint-plugin-node-dependencies": ">=0.5.0 <1.0.0",
7878
"eslint-plugin-prettier": "^3.1.3",
7979
"eslint-plugin-vue": "file:.",
8080
"espree": "^9.0.0",

0 commit comments

Comments
 (0)