Skip to content

Commit

Permalink
fix(update): update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Dec 18, 2024
1 parent c0b7d09 commit 0b2ea75
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 96 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@heroicons/react": "^2.2.0",
"@monaco-editor/react": "^4.6.0",
"@react-hook/resize-observer": "^2.0.2",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/dom": "^10.4.0",
Expand All @@ -64,7 +64,7 @@
"@types/minimist": "1.2.5",
"@types/node": "^22.10.2",
"@types/node-schedule": "^2.1.7",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "1.8.8",
Expand All @@ -88,11 +88,11 @@
"emoji-picker-react": "^4.12.0",
"eslint": "^9.17.0",
"eslint-config-erb": "4.1.0",
"framer-motion": "^11.14.4",
"html-react-parser": "^5.2.0",
"framer-motion": "^11.15.0",
"html-react-parser": "^5.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jotai": "^2.10.3",
"jotai": "^2.10.4",
"jsdom": "^25.0.1",
"lodash-es": "^4.17.21",
"memoize-one": "^6.0.0",
Expand All @@ -107,12 +107,12 @@
"react-icons": "^5.4.0",
"react-refresh": "^0.16.0",
"react-resizable-panels": "^2.1.7",
"react-toastify": "^10.0.6",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "1.8.10",
"react-toastify": "^11.0.1",
"react-virtualized-auto-sizer": "^1.0.25",
"react-window": "1.8.11",
"rimraf": "^6.0.1",
"simplebar-react": "^3.3.0",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"vite": "^6.0.3",
"vite-plugin-commonjs-externals": "^0.1.4",
Expand All @@ -122,9 +122,9 @@
"dependencies": {
"@jitsi/robotjs": "^0.6.13",
"@johnlindquist/clipboard": "^0.1.38",
"@johnlindquist/kit": "^3.7.2",
"@johnlindquist/kit": "^3.7.10",
"@pnpm/exec": "^2.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@types/express": "^5.0.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-ligatures": "^0.9.0",
Expand Down
Loading

0 comments on commit 0b2ea75

Please sign in to comment.