Skip to content

Commit

Permalink
Fix/dependencies (#34)
Browse files Browse the repository at this point in the history
* fix: upgrade lucide-react from 0.298.0 to 0.299.0

Snyk has created this PR to upgrade lucide-react from 0.298.0 to 0.299.0.

See this package in npm:
https://www.npmjs.com/package/lucide-react

See this project in Snyk:
https://app.snyk.io/org/chlee125/project/3629c888-cbcc-45e7-85fa-128c9939c472?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade lucide-react from 0.298.0 to 0.303.0

Snyk has created this PR to upgrade lucide-react from 0.298.0 to 0.303.0.

See this package in npm:
https://www.npmjs.com/package/lucide-react

See this project in Snyk:
https://app.snyk.io/org/chlee125/project/3629c888-cbcc-45e7-85fa-128c9939c472?utm_source=github&utm_medium=referral&page=upgrade-pr

* update dependencies

* update dependencies

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
0plan and snyk-bot authored Jan 23, 2024
1 parent e61edde commit 00d30c7
Show file tree
Hide file tree
Showing 2 changed files with 1,839 additions and 1,076 deletions.
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"serve-storybook": "serve dist"
},
"dependencies": {
"@generouted/react-router": "^1.17.1",
"@generouted/react-router": "^1.18.2",
"@radix-ui/react-accessible-icon": "^1.0.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
Expand Down Expand Up @@ -53,58 +53,59 @@
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"eslint-config-airbnb": "^19.0.4",
"i18next": "^23.7.16",
"i18next": "^23.7.18",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"lucide-react": "^0.298.0",
"match-sorter": "^6.3.1",
"lucide-react": "^0.314.0",
"match-sorter": "^6.3.3",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.49.3",
"react-i18next": "^13.5.0",
"react-router-dom": "^6.21.1",
"tailwind-merge": "^2.2.0",
"usehooks-ts": "^2.9.2",
"zustand": "^4.4.7"
"react-markdown": "^9.0.1",
"react-router-dom": "^6.21.3",
"tailwind-merge": "^2.2.1",
"usehooks-ts": "^2.9.5",
"zustand": "^4.5.0"
},
"devDependencies": {
"@iconify/json": "^2.2.166",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@iconify/json": "^2.2.172",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.7",
"@storybook/builder-vite": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/test": "^7.6.7",
"@storybook/blocks": "^7.6.10",
"@storybook/builder-vite": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/react-vite": "^7.6.10",
"@storybook/test": "^7.6.10",
"@tailwindcss/forms": "^0.5.7",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@unocss/preset-icons": "^0.58.3",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.6.15",
"nprogress": "^0.2.0",
"postcss": "^8.4.33",
"storybook": "^7.6.7",
"storybook": "^7.6.10",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3"
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1"
}
}
Loading

0 comments on commit 00d30c7

Please sign in to comment.