Skip to content

Commit

Permalink
updates packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellmiranda committed Sep 1, 2023
1 parent 8146df7 commit dd21932
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 371 deletions.
20 changes: 10 additions & 10 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"devDependencies": {
"@heroicons/react": "^2.0.18",
"@storybook/addon-a11y": "^7.3.2",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/addon-a11y": "^7.4.0",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.3.2",
"@storybook/manager-api": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/react-vite": "^7.3.2",
"@storybook/blocks": "^7.4.0",
"@storybook/manager-api": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/react-vite": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.3.2",
"@storybook/theming": "^7.4.0",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand All @@ -31,7 +31,7 @@
"@wolves-league-ui/ts-config": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.3.2",
"storybook": "^7.4.0",
"typescript": "^5.2.2",
"upgrade": "^1.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.2"
"prettier": "^3.0.3"
}
}
7 changes: 4 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@
"test:watch": "vitest src"
},
"devDependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitest/ui": "^0.34.3",
"@wolves-league-ui/eslint-config": "workspace:*",
"@wolves-league-ui/tokens": "^1.0.0",
"@wolves-league-ui/tokens": "^1.0.2",
"@wolves-league-ui/ts-config": "workspace:*",
"autoprefixer": "^10.4.15",
"happy-dom": "^10.11.0",
"postcss": "^8.4.28",
"happy-dom": "^10.11.2",
"postcss": "^8.4.29",
"react": "^18.2.0",
"tailwind-variants": "^0.1.13",
"tailwindcss": "^3.3.3",
Expand Down
Loading

0 comments on commit dd21932

Please sign in to comment.