Skip to content

Commit

Permalink
Chore(#38): 라이브러리 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KIMSEI1124 committed Dec 7, 2024
1 parent c51049c commit 0603775
Show file tree
Hide file tree
Showing 3 changed files with 2,425 additions and 3,084 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,67 +33,67 @@
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.12.0",
"@emotion/css": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.5",
"@storybook/preview-api": "^8.3.2",
"@tanstack/react-query": "^5.55.4",
"@heroicons/react": "^2.2.0",
"@storybook/preview-api": "^8.4.7",
"@tanstack/react-query": "^5.62.3",
"@types/react-grid-layout": "^1.3.5",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.7.7",
"axios": "^1.7.9",
"emotion-normalize": "^11.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.37.2",
"event-source-polyfill": "^1.0.31",
"lottie-react": "^2.4.0",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-grid-layout": "^1.4.4",
"react-router-dom": "^6.26.2",
"react-grid-layout": "^1.5.0",
"react-router-dom": "^6.28.0",
"styled-components": "^6.1.13",
"twin.macro": "^3.4.1",
"vite-plugin-babel-macros": "^1.0.6",
"zustand": "^4.5.5"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@emotion/babel-plugin": "^11.12.0",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-interactions": "^8.3.0",
"@storybook/addon-links": "^8.3.0",
"@storybook/addon-onboarding": "^8.3.0",
"@storybook/addon-storysource": "^8.3.1",
"@storybook/blocks": "^8.3.0",
"@storybook/react": "^8.3.0",
"@storybook/react-vite": "^8.3.0",
"@storybook/test": "^8.3.0",
"@emotion/babel-plugin": "^11.13.5",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/addon-storysource": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@types/event-source-polyfill": "^1.0.5",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"chromatic": "^11.10.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.30.0",
"chromatic": "^11.20.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"msw": "^2.4.5",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"storybook": "^8.3.0",
"tailwindcss": "^3.4.11",
"msw": "^2.6.8",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"storybook": "^8.4.7",
"tailwindcss": "^3.4.16",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.19.8"
},
"babelMacros": {
Expand Down
Loading

0 comments on commit 0603775

Please sign in to comment.