Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 02aeb11

Browse files
committed
upgrades
1 parent 22f50b6 commit 02aeb11

File tree

4 files changed

+4584
-5377
lines changed

4 files changed

+4584
-5377
lines changed

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"release": "pnpm test && release-it"
2525
},
2626
"dependencies": {
27-
"@types/mime": "^2.0.3",
27+
"@types/mime": "^3.0.1",
2828
"@types/node": "*",
2929
"@types/react": "*",
3030
"@types/react-dom": "*",
31-
"fast-glob": "^3.2.11",
31+
"fast-glob": "^3.2.12",
3232
"mime": "^3.0.0",
33-
"zod": "^3.14.4"
33+
"zod": "^3.21.4"
3434
},
3535
"peerDependencies": {
3636
"@remix-run/node": ">=1.4.0",
@@ -41,36 +41,36 @@
4141
"react-dom": ">=17"
4242
},
4343
"devDependencies": {
44-
"@itsmapleleaf/configs": "^1.1.2",
45-
"@playwright/test": "^1.21.0",
46-
"@remix-run/dev": "^1.4.0",
47-
"@remix-run/node": "^1.4.0",
48-
"@remix-run/server-runtime": "^1.4.0",
49-
"@typescript-eslint/eslint-plugin": "^5.19.0",
50-
"@typescript-eslint/parser": "^5.19.0",
51-
"@vitest/ui": "^0.9.3",
52-
"electron": "^18.0.4",
53-
"esbuild": "^0.14.36",
54-
"eslint": "^8.13.0",
55-
"eslint-config-prettier": "^8.5.0",
56-
"eslint-import-resolver-typescript": "^2.7.1",
57-
"eslint-plugin-import": "^2.26.0",
58-
"eslint-plugin-jsx-a11y": "^6.5.1",
59-
"eslint-plugin-prettier": "^4.0.0",
60-
"eslint-plugin-react": "^7.29.4",
61-
"eslint-plugin-react-hooks": "^4.4.0",
62-
"eslint-plugin-unicorn": "^42.0.0",
63-
"execa": "^6.1.0",
44+
"@itsmapleleaf/configs": "^3.0.1",
45+
"@playwright/test": "^1.34.3",
46+
"@remix-run/dev": "^1.16.1",
47+
"@remix-run/node": "^1.16.1",
48+
"@remix-run/server-runtime": "^1.16.1",
49+
"@typescript-eslint/eslint-plugin": "^5.59.8",
50+
"@typescript-eslint/parser": "^5.59.8",
51+
"@vitest/ui": "^0.31.2",
52+
"electron": "^25.0.0",
53+
"esbuild": "^0.17.19",
54+
"eslint": "^8.41.0",
55+
"eslint-config-prettier": "^8.8.0",
56+
"eslint-import-resolver-typescript": "^3.5.5",
57+
"eslint-plugin-import": "^2.27.5",
58+
"eslint-plugin-jsx-a11y": "^6.7.1",
59+
"eslint-plugin-prettier": "^4.2.1",
60+
"eslint-plugin-react": "^7.32.2",
61+
"eslint-plugin-react-hooks": "^4.6.0",
62+
"eslint-plugin-unicorn": "^47.0.0",
63+
"execa": "^7.1.1",
6464
"npm-run-all": "^4.1.5",
65-
"playwright": "^1.21.0",
66-
"prettier": "^2.6.2",
67-
"react": "^18.0.0",
68-
"react-dom": "^18.0.0",
69-
"release-it": "^14.14.2",
70-
"tsup": "^5.12.5",
71-
"typescript": "^4.6.3",
72-
"vite": "^2.9.5",
73-
"vitest": "^0.9.3"
65+
"playwright": "^1.34.3",
66+
"prettier": "^2.8.8",
67+
"react": "^18.2.0",
68+
"react-dom": "^18.2.0",
69+
"release-it": "^15.10.3",
70+
"tsup": "^6.7.0",
71+
"typescript": "^5.0.4",
72+
"vite": "^4.3.9",
73+
"vitest": "^0.31.2"
7474
},
7575
"eslintConfig": {
7676
"extends": [

0 commit comments

Comments
 (0)