Skip to content

Commit 2217219

Browse files
committed
re-adding jumble
1 parent 5629843 commit 2217219

File tree

3 files changed

+1972
-51
lines changed

3 files changed

+1972
-51
lines changed

typescript/packages/jumble/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@codemirror/lang-markdown": "^6.3.2",
2626
"@react-spring/web": "^9.7.5",
2727
"@tailwindcss/typography": "^0.5.16",
28-
"@tailwindcss/vite": "^4.0.0",
29-
"@types/node": "^22.10.10",
28+
"@tailwindcss/vite": "^4.0.1",
29+
"@types/node": "^22.12.0",
3030
"@uiw/codemirror-theme-vscode": "^4.23.7",
3131
"@uiw/react-codemirror": "^4.23.7",
3232
"@use-gesture/react": "^10.3.1",
@@ -36,20 +36,20 @@
3636
"react-dropzone": "^14.3.5",
3737
"react-icons": "^5.4.0",
3838
"react-markdown": "^9.0.3",
39-
"react-router-dom": "^7.1.3",
40-
"tailwindcss": "^4.0.0"
39+
"react-router-dom": "^7.1.4",
40+
"tailwindcss": "^4.0.1"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.17.0",
43+
"@eslint/js": "^9.19.0",
4444
"@types/react": "^18.3.18",
4545
"@types/react-dom": "^18.3.5",
4646
"@vitejs/plugin-react": "^4.3.4",
47-
"eslint": "^9.17.0",
48-
"eslint-plugin-react-hooks": "^5.0.0",
49-
"eslint-plugin-react-refresh": "^0.4.16",
47+
"eslint": "^9.19.0",
48+
"eslint-plugin-react-hooks": "^5.1.0",
49+
"eslint-plugin-react-refresh": "^0.4.18",
5050
"globals": "^15.14.0",
51-
"typescript": "~5.6.2",
52-
"typescript-eslint": "^8.18.2",
53-
"vite": "^6.0.5"
51+
"typescript": "~5.7.3",
52+
"typescript-eslint": "^8.22.0",
53+
"vite": "^6.0.11"
5454
}
5555
}

0 commit comments

Comments
 (0)