Skip to content

Commit

Permalink
⬆️ up: (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
x7ddf74479jn5 committed Jul 2, 2023
1 parent cd69cf3 commit c113d70
Show file tree
Hide file tree
Showing 4 changed files with 3,452 additions and 2,357 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-flowers-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@x7ddf74479jn5/psui": patch
---

bump-up: deps
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"eslint": "^8.41.0",
"@changesets/cli": "2.26.2",
"eslint": "^8.44.0",
"eslint-config-psui": "workspace:*",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"turbo": "^1.9.8"
"turbo": "^1.10.7"
},
"lint-staged": {
"apps/**/*.{js,ts,jsx,tsx}": [
Expand Down
50 changes: 25 additions & 25 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,62 +45,62 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@storybook/addon-a11y": "7.0.17",
"@storybook/addon-essentials": "^7.0.15",
"@storybook/addon-interactions": "^7.0.15",
"@storybook/addon-links": "^7.0.15",
"@storybook/blocks": "^7.0.15",
"@storybook/react": "^7.0.15",
"@storybook/react-vite": "^7.0.15",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@storybook/addon-a11y": "7.0.24",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-interactions": "^7.0.24",
"@storybook/addon-links": "^7.0.24",
"@storybook/blocks": "^7.0.24",
"@storybook/react": "^7.0.24",
"@storybook/react-vite": "^7.0.24",
"@storybook/testing-library": "^0.2.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@x7ddf74479jn5/tw-plugin-psui": "workspace:*",
"autoprefixer": "10.4.13",
"eslint": "^8.41.0",
"autoprefixer": "10.4.14",
"eslint": "^8.44.0",
"eslint-config-psui": "workspace:*",
"postcss": "8.4.21",
"postcss": "8.4.24",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.15",
"storybook": "^7.0.24",
"tailwind-config": "workspace:*",
"tailwindcss": "3.2.7",
"tailwindcss": "3.3.2",
"tsconfig": "workspace:*",
"tsup": "6.7.0",
"typescript": "^5.0.4",
"vite": "4.3.8"
"tsup": "7.1.0",
"typescript": "^5.1.6",
"vite": "4.3.9"
},
"dependencies": {
"@radix-ui/react-accordion": "1.1.1",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-alert-dialog": "1.0.4",
"@radix-ui/react-aspect-ratio": "1.0.3",
"@radix-ui/react-avatar": "1.0.3",
"@radix-ui/react-checkbox": "1.0.3",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-collapsible": "1.0.3",
"@radix-ui/react-context-menu": "2.1.4",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-dropdown-menu": "2.0.5",
"@radix-ui/react-hover-card": "1.0.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.0.1",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-menubar": "1.0.3",
"@radix-ui/react-navigation-menu": "1.1.3",
"@radix-ui/react-popover": "1.0.6",
"@radix-ui/react-progress": "1.0.3",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-scroll-area": "1.0.4",
"@radix-ui/react-select": "1.2.1",
"@radix-ui/react-select": "1.2.2",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slider": "1.1.2",
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-toggle": "1.0.3",
"@radix-ui/react-tooltip": "1.0.6",
"class-variance-authority": "0.6.0",
"class-variance-authority": "0.6.1",
"clsx": "1.2.1",
"lucide-react": "0.221.0",
"tailwind-merge": "1.12.0"
"lucide-react": "0.257.0",
"tailwind-merge": "1.13.2"
},
"peerDependencies": {
"react": ">=18",
Expand Down
Loading

0 comments on commit c113d70

Please sign in to comment.