Skip to content

Commit

Permalink
chore: update packages (#64)
Browse files Browse the repository at this point in the history
* chore: update packages

* refactor: i18n
  • Loading branch information
0plan committed Jun 4, 2024
1 parent 6cfb8f4 commit ed57063
Show file tree
Hide file tree
Showing 10 changed files with 2,064 additions and 1,978 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"update:shadcn-ui": "npx shadcn-ui@latest add -a -y -o"
},
"dependencies": {
"@generouted/react-router": "^1.19.4",
"@hookform/resolvers": "^3.4.0",
"@generouted/react-router": "^1.19.5",
"@hookform/resolvers": "^3.4.2",
"@mdx-js/rollup": "^3.0.1",
"@projectstorm/react-canvas-core": "^7.0.3",
"@projectstorm/react-diagrams": "^7.0.4",
Expand Down Expand Up @@ -53,27 +53,27 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@uiw/react-md-editor": "^4.0.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.0.4",
"i18next": "^23.11.4",
"embla-carousel-react": "^8.1.3",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.1",
"i18next-http-backend": "^2.5.2",
"input-otp": "^1.2.4",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"lucide-react": "^0.376.0",
"lucide-react": "^0.383.0",
"match-sorter": "^6.3.4",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.51.4",
"react-i18next": "^14.1.1",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.2",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.19",
"react-router-dom": "^6.23.1",
Expand All @@ -86,24 +86,24 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@iconify/json": "^2.2.210",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-mdx-gfm": "^8.1.1",
"@storybook/addon-onboarding": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test": "^8.1.1",
"@iconify/json": "^2.2.216",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/addon-mdx-gfm": "^8.1.5",
"@storybook/addon-onboarding": "^8.1.5",
"@storybook/blocks": "^8.1.5",
"@storybook/react": "^8.1.5",
"@storybook/react-vite": "^8.1.5",
"@storybook/test": "^8.1.5",
"@tailwindcss/forms": "^0.5.7",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -112,14 +112,14 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-storybook": "^0.8.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"nprogress": "^0.2.0",
"postcss": "^8.4.38",
"sass": "^1.77.1",
"storybook": "^8.1.1",
"sass": "^1.77.4",
"storybook": "^8.1.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-pwa": "^0.19.8",
"vite-tsconfig-paths": "^4.3.2"
Expand Down
Loading

0 comments on commit ed57063

Please sign in to comment.