Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
- `pnpm update -r -L`
- `pnpm format`
  • Loading branch information
kitsuyui committed Mar 11, 2024
1 parent 76bf5d1 commit 4889c1f
Show file tree
Hide file tree
Showing 17 changed files with 294 additions and 270 deletions.
5 changes: 4 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"style": {
"useImportType": "off"
}
}
},
"formatter": {
Expand Down
24 changes: 12 additions & 12 deletions examples/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"@kitsuyui/react-timer": "workspace:^",
"@kitsuyui/react-treemap": "workspace:^",
"@kitsuyui/react-wavebox": "workspace:^",
"@playwright/test": "^1.41.1",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/react-webpack5": "^7.6.10",
"@playwright/test": "^1.42.1",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@swc/cli": "^0.3.0",
"@swc/core": "^1.3.105",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.6",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.10",
"storybook": "^7.6.17",
"storybook-addon-swc": "^1.2.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/storybook/tests/util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Page } from '@playwright/test'
import type { Page } from '@playwright/test'

export const waitForStorybookFrameRendered = async ({
page,
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "turbo build",
"dev": "turbo run dev --parallel",
"format": "concurrently pnpm:format:*",
"format:biome": "biome format --write ./",
"format:biome": "biome lint --apply ./",
"format:package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"",
"format:stylelint": "stylelint 'src/**/*.css' --fix --allow-empty-input",
"lint": "concurrently pnpm:lint:*",
Expand All @@ -27,28 +27,28 @@
"typedoc": "typedoc"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@biomejs/biome": "^1.6.0",
"@swc/core": "^1.4.6",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"concurrently": "^8.2.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"sort-package-json": "^2.6.0",
"stylelint": "^16.2.0",
"sort-package-json": "^2.8.0",
"stylelint": "^16.2.1",
"stylelint-config-recommended": "^14.0.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"turbo": "^1.11.3",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
"tsup": "^8.0.2",
"turbo": "^1.12.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
}
}
4 changes: 2 additions & 2 deletions packages/binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0"
Expand Down
20 changes: 10 additions & 10 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@kitsuyui/react-clock": "workspace:latest",
"@kitsuyui/react-dekamoji": "workspace:latest",
"@kitsuyui/react-editablelabel": "workspace:latest",
"@kitsuyui/react-measure": "workspace:latest",
"@kitsuyui/react-stopwatch": "workspace:latest",
"@kitsuyui/react-textfield": "workspace:latest",
"@kitsuyui/react-timer": "workspace:latest",
"@kitsuyui/react-treemap": "workspace:latest",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@kitsuyui/react-clock": "workspace:^",
"@kitsuyui/react-dekamoji": "workspace:^",
"@kitsuyui/react-editablelabel": "workspace:^",
"@kitsuyui/react-measure": "workspace:^",
"@kitsuyui/react-stopwatch": "workspace:^",
"@kitsuyui/react-textfield": "workspace:^",
"@kitsuyui/react-timer": "workspace:^",
"@kitsuyui/react-treemap": "workspace:^",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/dekamoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/editablelabel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/stopwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/style-bulma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/textfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/treemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/wavebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0"
Expand Down
Loading

0 comments on commit 4889c1f

Please sign in to comment.