Skip to content

Commit

Permalink
⬆️ Upgrade minors
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-walker committed Jul 2, 2024
1 parent 4f7cbe1 commit 422ae25
Show file tree
Hide file tree
Showing 8 changed files with 3,692 additions and 3,258 deletions.
16 changes: 8 additions & 8 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"devDependencies": {
"@cloudwalker/dom-utils": "*",
"@faker-js/faker": "^8.3.1",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@vitejs/plugin-react": "^4.2.0",
"nanoid": "^5.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.2"
"@faker-js/faker": "^8.4.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"nanoid": "^5.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.3.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"prettier": "^3.1.0",
"turbo": "^1.10.16"
"@changesets/cli": "^2.27.7",
"prettier": "^3.3.2",
"turbo": "^1.13.4"
}
}
4 changes: 2 additions & 2 deletions packages/dom-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@vitest/coverage-v8": "^0.34.6",
"happy-dom": "^12.10.3",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^0.34.6"
},
"author": {
Expand Down
34 changes: 17 additions & 17 deletions packages/react-inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
},
"devDependencies": {
"@cloudwalker/react-utils": "*",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.38",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/react": "^7.6.20",
"@storybook/react-vite": "^7.6.20",
"@testing-library/react": "^14.3.1",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanitize.css": "^13.0.0",
"storybook": "^7.5.3",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"storybook": "^7.6.20",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^0.34.6"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"react": ">=16.8"
},
"devDependencies": {
"@types/react": "^18.2.38",
"react": "^18.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"@types/react": "^18.3.3",
"react": "^18.3.1",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"url": "https://github.com/cloud-walker"
},
"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"tsup": "^8.1.0",
"typescript": "^5.5.3"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"devDependencies": {
"@pandacss/dev": "^0.18.3",
"@pandacss/types": "^0.18.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.5.3",
"tsup": "^8.0.1"
"@storybook/react": "^7.6.20",
"@storybook/react-vite": "^7.6.20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^7.6.20",
"tsup": "^8.1.0"
}
}
Loading

0 comments on commit 422ae25

Please sign in to comment.