Skip to content
Draft
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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@types/invariant": "2.2.29",
"@types/konami-code-js": "^0.8.0",
"@types/lodash": "4.17.23",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "^17.0.1",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.1",
"@types/react-test-renderer": "18.3.0",
"@types/stylis": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
Expand Down Expand Up @@ -114,8 +114,8 @@
"repository": "git@github.com:Codecademy/gamut.git",
"resolutions": {
"@typescript-eslint/utils": "^5.15.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"error-ex": "1.3.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"lodash": "^4.17.23",
"react": "^17.0.2 || ^18.2.0"
"react": "^17.0.2 || ^18.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/gamut-illustrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"peerDependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0"
"react": "^17.0.2 || ^18.3.0",
"react-dom": "^17.0.2 || ^18.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/gamut-patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"peerDependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0"
"react": "^17.0.2 || ^18.3.0",
"react-dom": "^17.0.2 || ^18.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"lodash": "^4.17.23",
"react": "^17.0.2 || ^18.2.0",
"react": "^17.0.2 || ^18.3.0",
"stylis": "^4.0.7"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "dist/index.js",
"module": "dist/index.js",
"peerDependencies": {
"react": "^17.0.2 || ^18.2.0"
"react": "^17.0.2 || ^18.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/gamut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"peerDependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0"
"react": "^17.0.2 || ^18.3.0",
"react-dom": "^17.0.2 || ^18.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const Above: Story = {
export const Below: Story = {
render: (args) => <PopoverExample {...args} beak="center" position="below" />,
};

export const CenterLeft: Story = {
render: (args) => (
<PopoverExample
Expand Down Expand Up @@ -113,6 +114,7 @@ export const PopoverCheckerDense: Story = {
/>
),
};

export const PopoverCheckerLoose: Story = {
render: (args) => (
<PopoverExample
Expand All @@ -122,6 +124,7 @@ export const PopoverCheckerLoose: Story = {
/>
),
};

export const PopoverCheckerRegular: Story = {
render: (args) => (
<PopoverExample
Expand All @@ -131,6 +134,7 @@ export const PopoverCheckerRegular: Story = {
/>
),
};

export const PopoverDiagonalADense: Story = {
render: (args) => (
<PopoverExample
Expand All @@ -140,6 +144,7 @@ export const PopoverDiagonalADense: Story = {
/>
),
};

export const PopoverDiagonalALoose: Story = {
render: (args) => (
<PopoverExample
Expand All @@ -149,6 +154,7 @@ export const PopoverDiagonalALoose: Story = {
/>
),
};

export const PopoverDiagonalARegular: Story = {
render: (args) => (
<PopoverExample
Expand Down
61 changes: 26 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ __metadata:
"@emotion/react": ^11.4.0
"@emotion/styled": ^11.3.0
lodash: ^4.17.23
react: ^17.0.2 || ^18.2.0
react: ^17.0.2 || ^18.3.0
languageName: unknown
linkType: soft

Expand All @@ -1639,8 +1639,8 @@ __metadata:
peerDependencies:
"@emotion/react": ^11.4.0
"@emotion/styled": ^11.3.0
react: ^17.0.2 || ^18.2.0
react-dom: ^17.0.2 || ^18.2.0
react: ^17.0.2 || ^18.3.0
react-dom: ^17.0.2 || ^18.3.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1669,8 +1669,8 @@ __metadata:
peerDependencies:
"@emotion/react": ^11.4.0
"@emotion/styled": ^11.3.0
react: ^17.0.2 || ^18.2.0
react-dom: ^17.0.2 || ^18.2.0
react: ^17.0.2 || ^18.3.0
react-dom: ^17.0.2 || ^18.3.0
languageName: unknown
linkType: soft

Expand All @@ -1686,7 +1686,7 @@ __metadata:
"@emotion/react": ^11.4.0
"@emotion/styled": ^11.3.0
lodash: ^4.17.23
react: ^17.0.2 || ^18.2.0
react: ^17.0.2 || ^18.3.0
stylis: ^4.0.7
languageName: unknown
linkType: soft
Expand All @@ -1699,7 +1699,7 @@ __metadata:
component-test-setup: "npm:*"
lodash: "npm:^4.17.23"
peerDependencies:
react: ^17.0.2 || ^18.2.0
react: ^17.0.2 || ^18.3.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1733,8 +1733,8 @@ __metadata:
peerDependencies:
"@emotion/react": ^11.4.0
"@emotion/styled": ^11.3.0
react: ^17.0.2 || ^18.2.0
react-dom: ^17.0.2 || ^18.2.0
react: ^17.0.2 || ^18.3.0
react-dom: ^17.0.2 || ^18.3.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8245,16 +8245,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.3.0":
version: 18.3.0
resolution: "@types/react-dom@npm:18.3.0"
"@types/react-dom@npm:18.3.1":
version: 18.3.1
resolution: "@types/react-dom@npm:18.3.1"
dependencies:
"@types/react": "npm:*"
checksum: 10c0/6c90d2ed72c5a0e440d2c75d99287e4b5df3e7b011838cdc03ae5cd518ab52164d86990e73246b9d812eaf02ec351d74e3b4f5bd325bf341e13bf980392fd53b
checksum: 10c0/8b416551c60bb6bd8ec10e198c957910cfb271bc3922463040b0d57cf4739cdcd24b13224f8d68f10318926e1ec3cd69af0af79f0291b599a992f8c80d47f1eb
languageName: node
linkType: hard

"@types/react-test-renderer@npm:>=16.9.0":
"@types/react-test-renderer@npm:18.3.0, @types/react-test-renderer@npm:>=16.9.0":
version: 18.3.0
resolution: "@types/react-test-renderer@npm:18.3.0"
dependencies:
Expand All @@ -8263,15 +8263,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react-test-renderer@npm:^17.0.1":
version: 17.0.9
resolution: "@types/react-test-renderer@npm:17.0.9"
dependencies:
"@types/react": "npm:^17"
checksum: 10c0/9147c6fbe08b4b8e130758b4b20af1cab7bbb770eadec5336c36d8ccac14202e703a58cd1e90f67b3753390a521ed23f80cb9184c06aafb56d196303cd3394b1
languageName: node
linkType: hard

"@types/react-transition-group@npm:^4.4.0":
version: 4.4.11
resolution: "@types/react-transition-group@npm:4.4.11"
Expand All @@ -8281,13 +8272,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.1":
version: 18.3.1
resolution: "@types/react@npm:18.3.1"
"@types/react@npm:18.3.27":
version: 18.3.27
resolution: "@types/react@npm:18.3.27"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/18d856c12a4ec93f3cda2d58ef3d77a9480818afd3af895f812896fb82cfca1f35a692ab1add4ce826a4eb58a071624c7d1c8c6c4ccfb81c100d2916dc607614
csstype: "npm:^3.2.2"
checksum: 10c0/a761d2f58de03d0714806cc65d32bb3d73fb33a08dd030d255b47a295e5fff2a775cf1c20b786824d8deb6454eaccce9bc6998d9899c14fc04bbd1b0b0b72897
languageName: node
linkType: hard

Expand Down Expand Up @@ -11772,10 +11763,10 @@ __metadata:
languageName: node
linkType: hard

"csstype@npm:^3.0.2, csstype@npm:^3.0.7, csstype@npm:^3.1.2":
version: 3.1.3
resolution: "csstype@npm:3.1.3"
checksum: 10c0/80c089d6f7e0c5b2bd83cf0539ab41474198579584fa10d86d0cafe0642202343cbc119e076a0b1aece191989477081415d66c9fefbf3c957fc2fc4b7009f248
"csstype@npm:^3.0.2, csstype@npm:^3.0.7, csstype@npm:^3.1.2, csstype@npm:^3.2.2":
version: 3.2.3
resolution: "csstype@npm:3.2.3"
checksum: 10c0/cd29c51e70fa822f1cecd8641a1445bed7063697469d35633b516e60fe8c1bde04b08f6c5b6022136bb669b64c63d4173af54864510fbb4ee23281801841a3ce
languageName: node
linkType: hard

Expand Down Expand Up @@ -14294,9 +14285,9 @@ __metadata:
"@types/invariant": "npm:2.2.29"
"@types/konami-code-js": "npm:^0.8.0"
"@types/lodash": "npm:4.17.23"
"@types/react": "npm:18.3.1"
"@types/react-dom": "npm:18.3.0"
"@types/react-test-renderer": "npm:^17.0.1"
"@types/react": "npm:18.3.27"
"@types/react-dom": "npm:18.3.1"
"@types/react-test-renderer": "npm:18.3.0"
"@types/stylis": "npm:^4.2.0"
"@typescript-eslint/eslint-plugin": "npm:^5.15.0"
"@typescript-eslint/parser": "npm:^5.15.0"
Expand Down