Skip to content

Commit 0649db7

Browse files
committed
(chore) Updated dependencies.
1 parent 3f51d9b commit 0649db7

File tree

2 files changed

+185
-583
lines changed

2 files changed

+185
-583
lines changed

package.json

+13-15
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"pnpm": ">=7.0.0"
1212
},
1313
"scripts": {
14-
"prepare": "npm run fix:hooks",
1514
"prepublishOnly": "tsc -b ./src/tsconfig.json",
1615
"assist": "ts-node --transpile-only src/index.ts",
1716
"release": "echo 'You can release by updating the version in package.json and pushing'",
@@ -20,8 +19,7 @@
2019
"clean": "ts-node --transpile-only src/index clean",
2120
"coverage-show": "open-cli build/coverage/index.html",
2221
"ci": "ts-node --transpile-only src/index ci --no-format",
23-
"lint": "eslint . --ext .ts",
24-
"fix:hooks": "husky install"
22+
"lint": "eslint . --ext .ts"
2523
},
2624
"author": "johan@johangorter.com",
2725
"license": "MIT",
@@ -86,26 +84,26 @@
8684
"dependencies": {
8785
"@types/chai": "4.3.11",
8886
"@types/mocha": "10.0.6",
89-
"@typescript-eslint/eslint-plugin": "6.19.1",
90-
"@typescript-eslint/parser": "6.19.1",
87+
"@typescript-eslint/eslint-plugin": "7.0.1",
88+
"@typescript-eslint/parser": "7.0.1",
9189
"async": "3.2.5",
92-
"chai": "4.3.10",
93-
"chokidar": "3.5.3",
90+
"chai": "4.4.1",
91+
"chokidar": "3.6.0",
9492
"eslint": "8.56.0",
9593
"eslint-config-prettier": "9.1.0",
9694
"eslint-plugin-es": "4.1.0",
97-
"eslint-plugin-unused-imports": "3.0.0",
95+
"eslint-plugin-unused-imports": "3.1.0",
9896
"glob": "8.1.0",
9997
"handlebars": "4.7.8",
100-
"husky": "8.0.3",
98+
"husky": "9.0.10",
10199
"import-sort-style-module": "6.0.0",
102100
"inquirer": "7.3.3",
103-
"mocha": "10.2.0",
101+
"mocha": "10.3.0",
104102
"nyc": "15.1.0",
105-
"open-cli": "7.2.0",
106-
"prettier": "3.2.4",
103+
"open-cli": "8.0.0",
104+
"prettier": "3.2.5",
107105
"prettier-plugin-import-sort": "0.0.7",
108-
"semver": "7.5.4",
106+
"semver": "7.6.0",
109107
"source-map-support": "0.5.21",
110108
"tree-kill": "1.2.2",
111109
"ts-node": "7.0.1",
@@ -120,8 +118,8 @@
120118
"@types/eslint": "8.56.2",
121119
"@types/glob": "7.2.0",
122120
"@types/inquirer": "6.5.0",
123-
"@types/node": "20.11.5",
124-
"@types/semver": "7.5.6",
121+
"@types/node": "20.11.17",
122+
"@types/semver": "7.5.7",
125123
"@types/sinon": "17.0.3",
126124
"@types/ws": "7.4.7",
127125
"@types/yargs": "15.0.12",

0 commit comments

Comments
 (0)