Skip to content

Commit

Permalink
update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
with-heart committed Sep 21, 2022
1 parent 5291846 commit 47dc8a5
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 193 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
"@preconstruct/cli": "^2.1.0",
"@types/node": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@typescript-eslint/parser": "^5.37.0",
"concurrently": "6.2.0",
"esbuild": "^0.14.48",
"eslint": "^7.26.0",
"eslint": "^8.0.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^2.3.1",
Expand Down
18 changes: 14 additions & 4 deletions packages/eslint-plugin-xstate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,22 @@
"scripts": {
"test": "jest"
},
"dependencies": {
"@typescript-eslint/utils": "^5.37.0"
},
"devDependencies": {
"@types/eslint": "^8.4.6",
"@typescript-eslint/utils": "^5.37.0",
"eslint": "^8.23.1"
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.0.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"eslint": "^8.23.1"
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0",
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}
Loading

0 comments on commit 47dc8a5

Please sign in to comment.