Skip to content

Commit

Permalink
Upgrade the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisnguyen2804 committed Aug 26, 2024
1 parent a3af4da commit 35b0183
Show file tree
Hide file tree
Showing 2 changed files with 1,839 additions and 3,417 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeni-ui",
"private": false,
"version": "2.1.4",
"version": "2.1.5",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand All @@ -26,43 +26,43 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@chromatic-com/storybook": "^1.7.0",
"@mertasan/tailwindcss-variables": "^2.7.0",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/addon-themes": "^8.1.5",
"@storybook/blocks": "^8.1.5",
"@storybook/manager-api": "^8.1.5",
"@storybook/react": "^8.1.5",
"@storybook/react-vite": "^8.1.5",
"@storybook/theming": "^8.1.5",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-themes": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/manager-api": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/theming": "^8.2.9",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"date-fns": "^2.30.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-storybook": "^0.8.0",
"framer-motion": "^10.18.0",
"glob": "^10.3.15",
"postcss": "^8.4.38",
"glob": "^10.4.5",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-laag": "^2.0.5",
"sass": "^1.77.1",
"storybook": "^8.1.5",
"storybook-dark-mode": "^4.0.1",
"sass": "^1.77.8",
"storybook": "^8.2.9",
"storybook-dark-mode": "^4.0.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^4.5.3",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-dts": "^3.9.1",
Expand All @@ -72,11 +72,11 @@
"**/*.css"
],
"dependencies": {
"@phosphor-icons/react": "^2.1.5",
"@storybook/test": "^8.1.5",
"@phosphor-icons/react": "^2.1.7",
"@storybook/test": "^8.2.9",
"@tailwindcss/forms": "^0.5.7",
"@types/chroma-js": "^2.4.4",
"chroma-js": "^2.4.2",
"chroma-js": "^2.6.0",
"popmotion": "^11.0.5"
}
}
Loading

0 comments on commit 35b0183

Please sign in to comment.