Skip to content

Commit

Permalink
upgrade non-breaking misc
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsam committed Mar 5, 2024
1 parent ae9fb38 commit cfd41fa
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 327 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,29 @@
"@remix-run/node": "2.3.1",
"@remix-run/react": "2.3.1",
"@remix-run/serve": "2.3.1",
"address": "2.0.1",
"address": "2.0.2",
"cachified": "3.5.4",
"chalk": "5.3.0",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"clsx": "2.1.0",
"compression": "1.7.4",
"cookie": "0.6.0",
"cross-env": "7.0.3",
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"dotenv": "16.3.2",
"dotenv": "16.4.5",
"drizzle-orm": "0.29.4",
"drizzle-zod": "0.5.1",
"express": "4.18.2",
"express": "4.18.3",
"get-port": "7.0.0",
"gray-matter": "4.0.3",
"helmet": "7.1.0",
"isbot": "5.1.1",
"lru-cache": "10.1.0",
"lucide-react": "0.294.0",
"lru-cache": "10.2.0",
"lucide-react": "0.344.0",
"mdx-bundler": "10.0.1",
"morgan": "1.10.0",
"nanoid": "5.0.4",
"nanoid": "5.0.6",
"p-queue": "8.0.1",
"ramda": "0.29.1",
"react": "^18.2.0",
Expand All @@ -68,7 +68,7 @@
"remark-mdx-images": "2.0.0",
"remix-auth": "3.6.0",
"remix-auth-github": "1.6.0",
"remix-utils": "7.3.0",
"remix-utils": "7.5.0",
"source-map-support": "0.5.21",
"spin-delay": "1.2.0",
"tailwind-merge": "2.2.1",
Expand All @@ -86,25 +86,25 @@
"@types/express": "4.17.21",
"@types/morgan": "1.9.9",
"@types/node": "20.10.1",
"@types/ramda": "0.29.9",
"@types/ramda": "0.29.11",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/source-map-support": "0.5.10",
"@vitest/coverage-v8": "1.2.2",
"autoprefixer": "10.4.17",
"chokidar": "3.5.3",
"@vitest/coverage-v8": "1.3.1",
"autoprefixer": "10.4.18",
"chokidar": "3.6.0",
"drizzle-kit": "0.20.14",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jsdom": "24.0.0",
"prettier": "3.1.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"tsx": "4.7.0",
"typescript": "5.3.2",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.2.2"
"vitest": "1.3.1"
},
"engines": {
"node": "20",
Expand Down
Loading

0 comments on commit cfd41fa

Please sign in to comment.