Skip to content

Commit 3057faa

Browse files
committed
chore: bump monorepo dev deps
1 parent 7ba3c9d commit 3057faa

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"private": true,
99
"homepage": "http://quasar-framework.org",
1010
"devDependencies": {
11-
"@types/node": "^20.14.6",
12-
"@typescript-eslint/eslint-plugin": "^7.13.1",
13-
"@typescript-eslint/parser": "^7.13.1",
11+
"@types/node": "^20.14.8",
12+
"@typescript-eslint/eslint-plugin": "^8.47.0",
13+
"@typescript-eslint/parser": "^8.47.0",
1414
"eslint": "^8.49.0",
15-
"eslint-config-prettier": "^9.1.0",
16-
"prettier": "^3.3.3",
17-
"typescript": "^5.4.5"
15+
"eslint-config-prettier": "^10.1.8",
16+
"prettier": "^3.6.2",
17+
"typescript": "^5.9.3"
1818
},
1919
"engines": {
2020
"node": ">= 18.0.0",

packages/unit-vitest/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "dist",
5-
"module": "esnext",
65
// Needed to avoid errors with vitest @types/chai dep, since it uses `{ default as chai }` on a CommonJS module
76
// See https://github.com/vitest-dev/vitest/issues/1076
87
"esModuleInterop": true,

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"strict": true,
55
"sourceMap": true,
66
"target": "esnext",
7-
"moduleResolution": "node"
7+
"module": "nodenext",
8+
"moduleResolution": "nodenext"
89
}
910
}

0 commit comments

Comments
 (0)