Skip to content

Commit

Permalink
chore: pin site deps (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
coadler authored Oct 3, 2024
1 parent 923519f commit 4a1d714
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 715 deletions.
67 changes: 33 additions & 34 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,41 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "^2.12.0",
"@remix-run/react": "^2.12.0",
"@remix-run/serve": "^2.12.0",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"isbot": "^4.1.0",
"lucide-react": "^0.441.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^7.6.0"
"@remix-run/node": "2.12.0",
"@remix-run/react": "2.12.0",
"@remix-run/serve": "2.12.0",
"@xterm/addon-canvas": "0.7.0",
"@xterm/addon-fit": "0.10.0",
"@xterm/addon-webgl": "0.18.0",
"@xterm/xterm": "5.5.0",
"isbot": "4.4.0",
"lucide-react": "0.441.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"remix-utils": "7.6.0"
},
"devDependencies": {
"@remix-run/dev": "^2.12.0",
"@types/golang-wasm-exec": "^1.15.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.19",
"biome": "^0.3.3",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.4",
"tw-colors": "^3.3.2",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-plugin-compression2": "^1.3.0",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vite-tsconfig-paths": "^4.2.1",
"wrangler": "^3.78.8"
"@remix-run/dev": "2.12.0",
"@types/golang-wasm-exec": "1.15.2",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"biome": "0.3.3",
"postcss": "8.4.47",
"prettier": "3.3.3",
"rollup": "4.24.0",
"tailwind-scrollbar-hide": "1.1.7",
"tailwindcss": "3.4.4",
"tw-colors": "3.3.2",
"typescript": "5.1.6",
"vite": "5.4.8",
"vite-plugin-compression2": "1.3.0",
"vite-plugin-copy": "0.1.6",
"vite-plugin-static-copy": "1.0.6",
"vite-plugin-top-level-await": "1.4.4",
"vite-plugin-wasm": "3.3.0",
"vite-tsconfig-paths": "5.0.1",
"wrangler": "3.78.8"
},
"engines": {
"node": ">=20.0.0"
Expand Down
Loading

0 comments on commit 4a1d714

Please sign in to comment.