Skip to content

Commit

Permalink
feat: upgrade to Remix v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Nov 12, 2024
1 parent b4db3fe commit 93f9e2c
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 1,012 deletions.
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/riipandi/remix-start#readme",
"scripts": {
"build": "pnpm run --color \"/build:(remix|server)/\"",
"build": "pnpm run --stream --color \"/build:(remix|server)/\"",
"build:server": "swc server -d dist/runner --strip-leading-paths",
"build:storybook": "VITE_CJS_IGNORE_WARNING=true storybook build -o storybook-static",
"build:remix": "remix vite:build",
Expand Down Expand Up @@ -57,20 +57,20 @@
"test": "vitest --run"
},
"dependencies": {
"@remix-run/css-bundle": "^2.13.1",
"@remix-run/express": "^2.13.1",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"@remix-run/css-bundle": "^2.14.0",
"@remix-run/express": "^2.14.0",
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/serve": "^2.14.0",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"compression": "^1.7.5",
"dotenv": "^16.4.5",
"express-rate-limit": "^7.4.1",
"express": "^4.21.1",
"helmet": "^8.0.0",
"is-ip": "^5.0.1",
"isbot": "^5.1.17",
"lucide-react": "^0.453.0",
"lucide-react": "^0.456.0",
"morgan": "^1.10.0",
"react-dom": "^18.3.1",
"react": "^18.3.1",
Expand All @@ -81,54 +81,54 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "^1.48.1",
"@remix-run/dev": "^2.13.1",
"@remix-run/testing": "^2.13.1",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/test": "^8.3.5",
"@storybook/theming": "^8.3.5",
"@playwright/test": "^1.48.2",
"@remix-run/dev": "^2.14.0",
"@remix-run/testing": "^2.14.0",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/react-vite": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/test": "^8.4.2",
"@storybook/theming": "^8.4.2",
"@swc-node/register": "^1.10.9",
"@swc/cli": "0.4.1-nightly.20240914",
"@swc/core": "^1.7.36",
"@swc/cli": "0.5.0",
"@swc/core": "^1.9.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/compression": "^1.7.5",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/morgan": "^1.9.9",
"@types/node": "^22.7.6",
"@types/node": "^22.9.0",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.11",
"@vitest/coverage-istanbul": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@types/react": "^18.3.12",
"@vitest/coverage-istanbul": "^2.1.4",
"@vitest/ui": "^2.1.4",
"autoprefixer": "^10.4.20",
"git-cliff": "^2.6.1",
"happy-dom": "^15.7.4",
"lefthook": "^1.7.21",
"npm-check-updates": "^17.1.4",
"playwright": "^1.48.1",
"postcss": "^8.4.47",
"happy-dom": "^15.11.2",
"lefthook": "^1.8.2",
"npm-check-updates": "^17.1.10",
"playwright": "^1.48.2",
"postcss": "^8.4.49",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.3.5",
"storybook": "^8.4.2",
"tailwind-debug-breakpoints": "^1.0.3",
"tailwindcss-animate": "^1.0.7",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite-plugin-inspect": "^0.8.7",
"vite-tsconfig-paths": "^5.0.1",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"vite-tsconfig-paths": "^5.1.2",
"vite": "^5.4.11",
"vitest": "^2.1.4"
},
"engines": {
"node": ">=20.11.1"
},
"packageManager": "pnpm@9.12.2"
"packageManager": "pnpm@9.12.3"
}
Loading

0 comments on commit 93f9e2c

Please sign in to comment.