Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade dependency of UI component #491

Merged
merged 14 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
821 changes: 395 additions & 426 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions .yarn/versions/2c9c218c.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
releases:
"@atls-utils/use-hover": patch
"@atls-utils/use-popover": patch
37 changes: 37 additions & 0 deletions .yarn/versions/a0c840c3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
releases:
"@atls-ui-admin/button": patch
"@atls-ui-generators/button": patch
"@atls-ui-generators/icons": patch
"@atls-ui-generators/input": patch
"@atls-ui-parts/autocomplete": patch
"@atls-ui-parts/avatar": patch
"@atls-ui-parts/button": patch
"@atls-ui-parts/card": patch
"@atls-ui-parts/condition": patch
"@atls-ui-parts/datepicker": patch
"@atls-ui-parts/image": patch
"@atls-ui-parts/input": patch
"@atls-ui-parts/layout": patch
"@atls-ui-parts/progress": patch
"@atls-ui-parts/select": patch
"@atls-ui-parts/sidebar": patch
"@atls-ui-parts/switch": patch
"@atls-ui-parts/tooltip": patch
"@atls-ui-parts/upload": patch
"@atls-ui-proto/autocomplete": patch
"@atls-ui-proto/button": patch
"@atls-ui-proto/checkbox": patch
"@atls-ui-proto/datepicker": patch
"@atls-ui-proto/divider": patch
"@atls-ui-proto/image": patch
"@atls-ui-proto/input": patch
"@atls-ui-proto/layout": patch
"@atls-ui-proto/placeholder": patch
"@atls-ui-proto/popover": patch
"@atls-ui-proto/progress": patch
"@atls-ui-proto/select": patch
"@atls-ui-proto/switch": patch
"@atls-ui-proto/tooltip": patch
"@atls-ui-proto/upload": patch
"@atls-utils/use-hover": patch
"@atls-utils/use-popover": patch
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"ui-admin/*",
"ui-parts/*",
"ui-proto/*",
"ui/*"
"ui/*",
"utils/*"
],
"scripts": {
"postinstall": "yarn workspace @atls-ui-admin/icons build-icons"
Expand Down
26 changes: 13 additions & 13 deletions ui-parts/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"@atls-ui-parts/scalable-content": "workspace:0.0.4",
"@atls-ui-parts/text-transform": "workspace:0.0.3",
"@atls/storybook-google-fonts": "workspace:0.0.0",
"@emotion/styled": "^11.9.3",
"@types/jest": "^28.1.2",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/styled-system": "^5.1.15",
"react": "^18.2.0",
"string-to-color": "^2.2.2",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/styled": "11.9.3",
"@types/jest": "29.5.4",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/styled-system": "5.1.17",
"react": "18.2.0",
"string-to-color": "2.2.2",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"peerDependencies": {
"@emotion/styled": "^11.1.5",
"react": "^17.0.1",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/styled": "11.9.3",
"react": "*",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"publishConfig": {
"access": "public",
Expand Down
22 changes: 11 additions & 11 deletions ui-parts/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"@atls-ui-parts/conditional-render": "workspace:0.0.4",
"@atls-ui-parts/hidden-input": "workspace:0.0.6",
"@atls/storybook-google-fonts": "workspace:0.0.0",
"@emotion/styled": "^11.9.3",
"@types/jest": "^28.1.2",
"@types/react": "^18.0.14",
"@types/styled-system": "^5.1.15",
"react": "^18.2.0",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/styled": "11.9.3",
"@types/jest": "29.5.4",
"@types/react": "18.2.21",
"@types/styled-system": "5.1.17",
"react": "18.2.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"peerDependencies": {
"@emotion/styled": "^11.1.5",
"react": "^17.0.1",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/styled": "11.9.3",
"react": "18.2.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions ui-parts/conditional-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"postpack": "rm -rf dist"
},
"devDependencies": {
"@types/react": "^18.0.14",
"react": "^18.2.0"
"@types/react": "18.2.21",
"react": "18.2.0"
},
"peerDependencies": {
"react": "^17.0.1"
"react": "18.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions ui-parts/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"postpack": "rm -rf dist"
},
"dependencies": {
"@stitches/react": "^1.2.8"
"@stitches/react": "1.2.8"
},
"devDependencies": {
"@types/react": "^18.0.14",
"react": "^18.2.0"
"@types/react": "18.2.21",
"react": "18.2.0"
},
"peerDependencies": {
"react": "^18.1.0"
"react": "18.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
24 changes: 12 additions & 12 deletions ui-parts/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
},
"dependencies": {
"date-fns": "2.22.1",
"react-datepicker": "4.8.0"
"react-datepicker": "4.16.0"
},
"devDependencies": {
"@atls-ui-proto/input": "workspace:0.0.13",
"@emotion/css": "^11.9.0",
"@emotion/styled": "^11.9.3",
"@types/react": "^18.0.14",
"@types/react-datepicker": "^3.1.8",
"@types/styled-system": "^5.1.15",
"react": "^18.2.0",
"styled-system": "^5.1.5"
"@emotion/css": "11.9.3",
"@emotion/styled": "11.9.3",
"@types/react": "18.2.21",
"@types/react-datepicker": "4.15.0",
"@types/styled-system": "5.1.17",
"react": "18.2.0",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@emotion/css": "^11.9.0",
"@emotion/styled": "^11.8.1",
"react": "^18.1.0",
"styled-system": "^5.1.5"
"@emotion/css": "11.9.3",
"@emotion/styled": "11.9.3",
"react": "18.2.0",
"styled-system": "5.1.5"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions ui-parts/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"postpack": "rm -rf dist"
},
"devDependencies": {
"@types/react": "^18.0.14",
"react": "^18.2.0"
"@types/react": "18.2.21",
"react": "18.2.0"
},
"peerDependencies": {
"react": "^17.0.1"
"react": "18.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
32 changes: 16 additions & 16 deletions ui-parts/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"devDependencies": {
"@atls-ui-parts/layout": "workspace:0.0.7",
"@atls-ui-proto/button": "workspace:0.0.14",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@testing-library/react": "^13.3.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/styled-system": "^5.1.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/styled-system": "5.1.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"peerDependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"publishConfig": {
"access": "public",
Expand Down
24 changes: 12 additions & 12 deletions ui-proto/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
},
"dependencies": {
"@atls-ui-proto/core": "workspace:0.1.2",
"@radix-ui/react-avatar": "^0.1.4"
"@radix-ui/react-avatar": "1.0.3"
},
"devDependencies": {
"@atls-ui-parts/text-transform": "workspace:0.0.3",
"@emotion/styled": "^11.9.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/styled-system": "^5.1.15",
"react": "^18.2.0",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/styled": "11.9.3",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/styled-system": "5.1.17",
"react": "18.2.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"peerDependencies": {
"@emotion/styled": "^11.1.5",
"react": "^17.0.1",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/styled": "11.9.3",
"react": "18.2.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"publishConfig": {
"access": "public",
Expand Down
16 changes: 8 additions & 8 deletions ui-proto/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"@atls-ui-parts/conditional-render": "workspace:0.0.4",
"@atls-ui-parts/hidden-input": "workspace:0.0.6",
"@atls-ui-proto/layout": "workspace:0.0.7",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"devDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"react": "^17.0.2"
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"react": "18.2.0"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"react": "^17.0.2"
"@emotion/react": "11.9.31",
"@emotion/styled": "11.9.3",
"react": "18.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions ui-proto/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"postpack": "rm -rf dist"
},
"dependencies": {
"@stitches/react": "^1.2.8"
"@stitches/react": "1.2.8"
},
"devDependencies": {
"@types/react": "^18.0.14",
"react": "^18.2.0"
"@types/react": "18.2.21",
"react": "18.2.0"
},
"peerDependencies": {
"react": "^18.1.0"
"react": "18.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
24 changes: 12 additions & 12 deletions ui-proto/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"@atls-ui-parts/datepicker": "workspace:0.0.14",
"@atls-ui-parts/layout": "workspace:0.0.7",
"@atls-ui-proto/input": "workspace:0.0.13",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/styled-system": "^5.1.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-system": "^5.1.5"
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/styled-system": "5.1.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@emotion/styled": "^11.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"styled-system": "^5.1.0"
"@emotion/styled": "11.9.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-system": "5.1.5"
},
"publishConfig": {
"access": "public",
Expand Down
20 changes: 10 additions & 10 deletions ui-proto/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"@atls-ui-parts/progress": "workspace:0.0.18"
},
"devDependencies": {
"@emotion/styled": "^11.8.1",
"@types/react": "^18.0.12",
"@types/styled-system": "^5.1.15",
"react": "^18.1.0",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/styled": "11.9.3",
"@types/react": "18.2.21",
"@types/styled-system": "5.1.17",
"react": "18.2.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"peerDependencies": {
"@emotion/styled": "^11.1.5",
"react": "^17.0.1",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.2"
"@emotion/styled": "11.9.3",
"react": "18.2.0",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
},
"publishConfig": {
"access": "public",
Expand Down
Loading
Loading