Skip to content

Commit

Permalink
Update dependencies to latest versions (#29)
Browse files Browse the repository at this point in the history
Fixes #

# Description

Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context.
List any dependencies that are required for this change.

## Type of change

Please mark relevant options with an `x` in the brackets.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Algorithm update - updates algorithm
documentation/questions/answers etc.
- [ ] Other (please describe):

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also
list any relevant details for your test configuration

- [ ] Integration tests
- [ ] Unit tests
- [ ] Manual tests
- [ ] No tests required

# Reviewer checklist

Mark everything that needs to be checked before merging the PR.

- [ ] Check if the UI is working as expected and is satisfactory
- [ ] Check if the code is well documented
- [ ] Check if the behavior is what is expected
- [ ] Check if the code is well tested
- [ ] Check if the code is readable and well formatted
- [ ] Additional checks (document below if any)

# Screenshots (if appropriate):

# Questions (if appropriate):
  • Loading branch information
AlemTuzlak authored Feb 5, 2025
1 parent e23ce5d commit f10878a
Show file tree
Hide file tree
Showing 5 changed files with 661 additions and 620 deletions.
6 changes: 2 additions & 4 deletions app/library/icon/icons/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// This file is generated by icon spritesheet generator

export const iconNames = [
"Ghost",
] as const
export const iconNames = ["Ghost"] as const

export type IconName = typeof iconNames[number]
export type IconName = (typeof iconNames)[number]
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,60 +28,60 @@
},
"dependencies": {
"@forge42/seo-tools": "1.3.0",
"@react-router/node": "7.1.2",
"@react-router/node": "7.1.5",
"clsx": "2.1.1",
"hono": "4.6.12",
"i18next": "24.2.1",
"i18next-browser-languagedetector": "8.0.0",
"hono": "4.6.20",
"i18next": "24.2.2",
"i18next-browser-languagedetector": "8.0.2",
"i18next-http-backend": "3.0.2",
"isbot": "5.1.17",
"isbot": "5.1.22",
"pretty-cache-header": "1.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "15.1.1",
"react-router": "7.1.2",
"react-router-hono-server": "2.6.2",
"remix-hono": "0.0.16",
"react-i18next": "15.4.0",
"react-router": "7.1.5",
"react-router-hono-server": "2.8.2",
"remix-hono": "0.0.18",
"remix-i18next": "7.0.2",
"tailwind-merge": "2.5.4",
"zod": "3.23.8"
"tailwind-merge": "3.0.1",
"zod": "3.24.1"
},
"devDependencies": {
"@babel/preset-typescript": "7.26.0",
"@biomejs/biome": "1.9.4",
"@dotenvx/dotenvx": "1.24.5",
"@react-router/dev": "7.1.2",
"@react-router/fs-routes": "7.1.2",
"@tailwindcss/vite": "4.0.0",
"@dotenvx/dotenvx": "1.34.0",
"@react-router/dev": "7.1.5",
"@react-router/fs-routes": "7.1.5",
"@tailwindcss/vite": "4.0.3",
"@testing-library/react": "16.2.0",
"@types/node": "22.9.1",
"@types/node": "22.13.1",
"@types/prompt": "1.1.9",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.1",
"@vitest/browser": "3.0.3",
"@vitest/coverage-v8": "3.0.3",
"@vitest/ui": "3.0.3",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitest/browser": "3.0.5",
"@vitest/coverage-v8": "3.0.5",
"@vitest/ui": "3.0.5",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"chalk": "5.3.0",
"happy-dom": "15.11.6",
"knip": "5.39.4",
"lefthook": "1.8.4",
"playwright": "1.49.0",
"chalk": "5.4.1",
"happy-dom": "16.8.1",
"knip": "5.43.6",
"lefthook": "1.10.10",
"playwright": "1.50.1",
"prompt": "1.3.0",
"react-router-devtools": "1.1.3",
"tailwindcss": "4.0.0",
"tailwindcss": "4.0.3",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript": "5.7.3",
"vite": "6.0.11",
"vite-plugin-babel": "1.3.0",
"vite-plugin-icons-spritesheet": "2.2.1",
"vite-tsconfig-paths": "5.1.3",
"vitest": "3.0.3",
"vite-plugin-icons-spritesheet": "3.0.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.5",
"vitest-browser-react": "0.0.4"
},
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@10.2.0",
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.31.0"
"@rollup/rollup-linux-x64-gnu": "^4.34.3"
},
"engines": {
"node": ">=22.11.0",
Expand Down
Loading

0 comments on commit f10878a

Please sign in to comment.