upgrade dependencies, fix typescript module related config

This commit is contained in:
f0x 2024-11-05 21:51:00 +01:00
commit 5c711c5794
3 changed files with 304 additions and 119 deletions

View file

@ -8,7 +8,8 @@
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"build": "node index.js",
"dev": "NODE_ENV=development node index.js"
"dev": "NODE_ENV=development node index.js",
"prepare": "ts-patch install"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.6",
@ -30,13 +31,13 @@
"plyr": "^3.7.8",
"psl": "^1.9.0",
"re2js": "^0.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"sanitize-html": "^2.13.0",
"skulk": "^0.0.8-fix",
"skulk": "^0.1.0",
"wouter": "^3.1.0"
},
"devDependencies": {
@ -52,7 +53,8 @@
"@types/papaparse": "^5.3.9",
"@types/parse-link-header": "^2.0.3",
"@types/psl": "^1.1.1",
"@types/react-dom": "^18.2.8",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/sanitize-html": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
@ -72,9 +74,9 @@
"source-map-loader": "^4.0.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"ts-patch": "^3.2.1",
"tsify": "^5.0.4",
"typescript": "^5.2.2",
"typia": "^5.1.6"
"typescript": "^5.6.3",
"typia": "^6.11.3"
}
}