Skip to content

Commit

Permalink
⬆️ bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed May 27, 2024
1 parent 8d6cb20 commit 9ef409a
Show file tree
Hide file tree
Showing 7 changed files with 2,336 additions and 1,706 deletions.
20 changes: 10 additions & 10 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@storybook/addon-a11y": "8.1.1",
"@storybook/addon-actions": "8.1.1",
"@storybook/addon-docs": "8.1.1",
"@storybook/addon-essentials": "8.1.1",
"@storybook/addon-links": "8.1.1",
"@storybook/addon-themes": "8.1.1",
"@storybook/react": "8.1.1",
"@storybook/react-vite": "8.1.1",
"@vitejs/plugin-react": "4.2.1",
"@storybook/addon-a11y": "8.1.3",
"@storybook/addon-actions": "8.1.3",
"@storybook/addon-docs": "8.1.3",
"@storybook/addon-essentials": "8.1.3",
"@storybook/addon-links": "8.1.3",
"@storybook/addon-themes": "8.1.3",
"@storybook/react": "8.1.3",
"@storybook/react-vite": "8.1.3",
"@vitejs/plugin-react": "4.3.0",
"eslint-config-custom": "workspace:*",
"hedwig-tsconfig": "workspace:*",
"serve": "14.2.3",
"storybook": "8.1.1",
"storybook": "8.1.3",
"typescript": "5.4.5",
"vite": "5.2.11"
}
Expand Down
6 changes: 3 additions & 3 deletions apps/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"devDependencies": {
"@mdx-js/rollup": "3.0.1",
"@remix-run/dev": "^2.9.2",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"autoprefixer": "10.4.19",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"eslint-config-custom": "workspace:*",
"hedwig-tsconfig": "workspace:*",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"lint-staged": "15.2.5",
"prettier": "^3.2.4",
"stylelint": "16.5.0",
"stylelint": "16.6.0",
"turbo": "1.13.3"
},
"pnpm": {
Expand Down
4 changes: 2 additions & 2 deletions packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"browserslist": "4.23.0",
"chokidar-cli": "3.0.0",
"globby": "14.0.1",
"lightningcss": "1.25.0",
"lightningcss": "1.25.1",
"sanitize.css": "^13.0.0",
"stylelint": "16.5.0",
"stylelint": "16.6.0",
"stylelint-config-standard": "36.0.0",
"stylelint-value-no-unknown-custom-properties": "6.0.1",
"wait-on": "^7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rm -rf .turbo node_modules dist"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-custom": "workspace:*",
"hedwig-tsconfig": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"eslint-config-custom": "*",
"hedwig-tsconfig": "workspace:*",
"style-dictionary": "3.9.2",
"style-dictionary-utils": "2.3.0",
"style-dictionary-utils": "2.4.1",
"tailwindcss": "3.4.3",
"tsx": "4.10.5",
"tsx": "4.11.0",
"typescript": "^5.4.5"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 9ef409a

Please sign in to comment.