Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d0whc3r committed Apr 29, 2020
1 parent 6b2d441 commit 5e86408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d0whc3r/eslint-plugin-stencil",
"version": "0.6.1",
"version": "0.7.0",
"description": "ESLint rules specific to Stencil JS projects.",
"keywords": [
"eslint",
Expand All @@ -21,17 +21,17 @@
"release": "np"
},
"dependencies": {
"@typescript-eslint/parser": "^2.30.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"eslint-utils": "^2.0.0",
"tsutils": "^3.17.1"
},
"peerDependencies": {
"@typescript-eslint/parser": "^2.30.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"eslint-plugin-react": "^7.19.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"typescript": "^3.8.3"
},
"devDependencies": {
Expand Down

0 comments on commit 5e86408

Please sign in to comment.