Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 23, 2024
1 parent 5f9184a commit 78ff419
Show file tree
Hide file tree
Showing 3 changed files with 591 additions and 618 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"test": "turbo test"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,35 @@
"dependencies": {
"@giantnodes/theme": "workspace:*",
"@react-aria/utils": "^3.23.2",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"react-aria": "^3.32.1",
"react-aria-components": "^1.1.1",
"tailwindcss-react-aria-components": "^1.1.1"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"@storybook/addon-backgrounds": "^8.0.1",
"@storybook/addon-essentials": "8.0.1",
"@storybook/addon-interactions": "8.0.8",
"@storybook/addon-links": "8.0.1",
"@storybook/addon-themes": "^8.0.1",
"@storybook/addon-backgrounds": "^8.0.9",
"@storybook/addon-essentials": "8.0.9",
"@storybook/addon-interactions": "8.0.9",
"@storybook/addon-links": "8.0.9",
"@storybook/addon-themes": "^8.0.9",
"@storybook/blocks": "8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "8.0.9",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"jest": "^29.7.0",
"postcss": "^8.4.36",
"postcss": "^8.4.38",
"prop-types": "15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"storybook": "8.0.1",
"storybook": "8.0.9",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"vite": "^5.1.7"
"vite": "^5.2.10"
},
"peerDependencies": {
"react": ">=18",
Expand Down
Loading

0 comments on commit 78ff419

Please sign in to comment.