Skip to content

Commit

Permalink
Upgrade dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Jun 15, 2024
1 parent 6f938f3 commit deb8464
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 51 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"watch": {
"start": {
"patterns": "lib/*.ts",
"patterns": "src/*.ts",
"extensions": "js,ts"
}
},
Expand Down Expand Up @@ -116,7 +116,7 @@
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@types/chrome": "^0.0.235",
"@types/chrome": "^0.0.268",
"@types/node": "^20.4.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
Expand All @@ -126,8 +126,8 @@
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.4.0",
"http-server": "^14.1.1",
"npm-watch": "^0.11.0",
"rollup": "^3.21.3",
"npm-watch": "^0.13.0",
"rollup": "^4.18.0",
"typescript": "^5.0.4",
"typescript-eslint": "^7.13.0",
"web-ext-types": "^3.2.1"
Expand Down
Loading

0 comments on commit deb8464

Please sign in to comment.