Skip to content

Commit 74ecd94

Browse files
committed
Pin certain vite-deps
These dropped support for Node v18, which this library still does.
1 parent f24ba30 commit 74ecd94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/ct-vite-react-ts/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
"@badeball/cypress-cucumber-preprocessor": "latest",
77
"@cypress/vite-dev-server": "<7",
88
"@originjs/vite-plugin-commonjs": "latest",
9-
"@vitejs/plugin-react": "latest",
9+
"@vitejs/plugin-react": "<5",
1010
"cypress": "latest",
1111
"patch-package": "latest",
1212
"react": "latest",
1313
"react-dom": "latest",
1414
"typescript": "latest"
15+
},
16+
"peerDependencies": {
17+
"vite": "<7"
1518
}
1619
}

0 commit comments

Comments
 (0)