Update NPM Development dependencies (#10610)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-26 12:53:29 +01:00 committed by GitHub
parent 83c3580346
commit e81f1f7971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1672 additions and 2128 deletions

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@
"@cloudflare/workers-types": "^4.20230801.0",
"miniflare": "^3.20230801.1",
"typescript": "^5.1.6",
"wrangler": "2.20.2"
"wrangler": "3.37.0"
},
"private": true,
"scripts": {

File diff suppressed because it is too large Load diff

View file

@ -26,12 +26,12 @@
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.31.11",
@ -40,6 +40,6 @@
"prettier": "^3.0.0",
"tailwindcss": "^3.2.4",
"typescript": "^5.1.6",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}