Skip to content

Commit

Permalink
Updated Prettier to version 3 and eslint plugins to new major versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanoostveen committed Sep 8, 2023
1 parent e06cddd commit 95ceb51
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 134 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,15 @@
"dependencies": {
"@types/chai": "4.3.6",
"@types/mocha": "10.0.1",
"@types/prettier": "2.7.3",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"async": "3.2.4",
"chai": "4.3.8",
"chokidar": "3.5.3",
"eslint": "8.48.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"glob": "8.1.0",
"handlebars": "4.7.8",
"husky": "8.0.3",
Expand All @@ -98,7 +97,7 @@
"mocha": "10.2.0",
"nyc": "15.1.0",
"open-cli": "7.2.0",
"prettier": "2.8.8",
"prettier": "3.0.3",
"prettier-plugin-import-sort": "0.0.7",
"semver": "7.5.4",
"source-map-support": "0.5.21",
Expand Down
Loading

0 comments on commit 95ceb51

Please sign in to comment.