Skip to content

Commit

Permalink
ci: downgrade eslint-plugin-svelte for node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 9, 2022
1 parent 599aba4 commit 42e4b2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-eslint-plugin": "^4.4.0",
"eslint-plugin-mdx": "^1.17.1",
"eslint-plugin-self": "^1.2.1",
"eslint-plugin-svelte": "^2.2.0",
"eslint-plugin-svelte": "~2.1.0",
"eslint-plugin-utils": "^0.1.0",
"graphql": "^16.5.0",
"mocha": "^9.2.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4111,10 +4111,10 @@ eslint-plugin-svelte@^1.1.2:
dependencies:
eslint-plugin-svelte3 "^3.1.2"

eslint-plugin-svelte@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-2.2.0.tgz#fe7376245af002681aad38a9ba266391acab6723"
integrity sha512-V7LwA2lEzGqQ1/Cor3uZS/dL3ff6kdHX44TNYViXyHifIEsFiN2TJWdnH+n6NewjCQ93KVI4cWeZI0Pl7ET/hA==
eslint-plugin-svelte@~2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-2.1.1.tgz#04c039051376f29cafa0d9128c9e99f6685c4164"
integrity sha512-yEKGlyNIYwueT+SygQ3iHmr/+zsQvGXO8/kTKHnEOE+H+cBqtDSfMzyRDyejK4NzlUsLe5pLS0LI/fcquNvPTg==
dependencies:
debug "^4.3.1"
eslint-utils "^3.0.0"
Expand Down

0 comments on commit 42e4b2b

Please sign in to comment.