Skip to content

Commit ec63066

Browse files
chore(deps): update dependency vite to v5 (#263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com>
1 parent 8512995 commit ec63066

File tree

3 files changed

+1408
-770
lines changed

3 files changed

+1408
-770
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"tsx": "^4.6.2",
5454
"typescript": "^5.3.2",
5555
"unbuild": "^2.0.0",
56-
"vite": "^4.5.1",
56+
"vite": "^5.0.5",
5757
"vitest": "^0.34.6"
5858
},
5959
"simple-git-hooks": {
@@ -73,5 +73,5 @@
7373
"eslint --cache --fix"
7474
]
7575
},
76-
"packageManager": "pnpm@8.6.0"
76+
"packageManager": "pnpm@8.11.0"
7777
}

packages/plugin-react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"outDir": "dist",
55
"target": "ES2020",
66
"module": "ES2020",
7-
"moduleResolution": "Node",
7+
"moduleResolution": "bundler",
88
"strict": true,
99
"declaration": true,
1010
"sourceMap": true,

0 commit comments

Comments
 (0)