mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-02-05 12:34:39 +00:00
fix: build errors fix attempt
This commit is contained in:
10
package.json
10
package.json
@@ -67,8 +67,8 @@
|
||||
"@types/html-escaper": "^3.0.2",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/node": "~20.12.12",
|
||||
"@types/react": "npm:types-react@19.0.0-beta.1",
|
||||
"@types/react-dom": "npm:types-react-dom@beta",
|
||||
"@types/react": "18.2.74",
|
||||
"@types/react-dom": "18.2.23",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.7",
|
||||
@@ -87,11 +87,5 @@
|
||||
"serve": "^14.2.1",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@types/react": "npm:types-react@beta",
|
||||
"@types/react-dom": "npm:types-react-dom@beta"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user