Skip to content

Commit 4e26002

Browse files
committed
Bumping the vite version to remove error
1 parent d375233 commit 4e26002

File tree

2 files changed

+4
-13119
lines changed

2 files changed

+4
-13119
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
],
1717
"devDependencies": {
1818
"@playwright/test": "^1.44.1",
19-
"playwright": "^1.44.1",
2019
"@typescript-eslint/eslint-plugin": "^7.2.0",
2120
"@typescript-eslint/parser": "^7.2.0",
2221
"eslint": "^8.57.0",
@@ -30,6 +29,7 @@
3029
"eslint-plugin-react-refresh": "^0.4.5",
3130
"husky": "^9.0.11",
3231
"lint-staged": "^15.2.2",
32+
"playwright": "^1.44.1",
3333
"prettier": "^3.2.5"
3434
},
3535
"scripts": {
@@ -57,5 +57,8 @@
5757
"lint-staged": {
5858
"*.{ts,tsx}": "eslint --cache --fix",
5959
"*.{js,css,md,ts,tsx,yml}": "prettier --write"
60+
},
61+
"dependencies": {
62+
"vite": "^5.4.1"
6063
}
6164
}

0 commit comments

Comments
 (0)