Skip to content

Commit 806423d

Browse files
committed
fix more missing peers
1 parent 880fab9 commit 806423d

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"postcss": "^8.4.24",
188188
"postcss-custom-properties": "^13.2.0",
189189
"postcss-import": "^15.1.0",
190+
"prop-types": "^15.8.1",
190191
"react": "^19.2.0",
191192
"react-dom": "^19.2.0",
192193
"react-frame-component": "^5.0.0",
@@ -208,6 +209,7 @@
208209
"typescript-eslint": "^8.38.0",
209210
"unplugin-parcel-macros": "^0.1.1",
210211
"verdaccio": "^6.0.0",
212+
"vite": "^7.3.1",
211213
"vite-plugin-svgr": "^4.5.0",
212214
"vitest": "^4.0.17",
213215
"vitest-browser-react": "^2.0.2",

packages/@react-spectrum/calendar/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@
3939
},
4040
"devDependencies": {
4141
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
42-
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1",
4342
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
4443
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
4544
},
4645
"peerDependencies": {
47-
"@react-spectrum/provider": "^3.0.0",
4846
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
4947
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
5048
},

packages/@react-spectrum/test-utils/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
},
4242
"devDependencies": {
4343
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
44+
"@testing-library/dom": "^10.1.0",
45+
"@testing-library/react": "^16.0.0",
46+
"@testing-library/user-event": "^14.0.0",
4447
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
4548
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
4649
},

yarn.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6801,12 +6801,10 @@ __metadata:
68016801
dependencies:
68026802
"@adobe/react-spectrum": "npm:^3.46.2"
68036803
"@adobe/spectrum-css-temp": "npm:3.0.0-alpha.1"
6804-
"@react-spectrum/test-utils-internal": "npm:3.0.0-alpha.1"
68056804
"@swc/helpers": "npm:^0.5.0"
68066805
react: "npm:^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
68076806
react-dom: "npm:^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
68086807
peerDependencies:
6809-
"@react-spectrum/provider": ^3.0.0
68106808
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
68116809
react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
68126810
languageName: unknown
@@ -7625,7 +7623,7 @@ __metadata:
76257623
languageName: unknown
76267624
linkType: soft
76277625

7628-
"@react-spectrum/test-utils-internal@npm:3.0.0-alpha.1, @react-spectrum/test-utils-internal@workspace:packages/dev/test-utils":
7626+
"@react-spectrum/test-utils-internal@workspace:packages/dev/test-utils":
76297627
version: 0.0.0-use.local
76307628
resolution: "@react-spectrum/test-utils-internal@workspace:packages/dev/test-utils"
76317629
dependencies:
@@ -7657,6 +7655,9 @@ __metadata:
76577655
"@adobe/spectrum-css-temp": "npm:3.0.0-alpha.1"
76587656
"@react-aria/test-utils": "npm:1.0.0-beta.2"
76597657
"@swc/helpers": "npm:^0.5.0"
7658+
"@testing-library/dom": "npm:^10.1.0"
7659+
"@testing-library/react": "npm:^16.0.0"
7660+
"@testing-library/user-event": "npm:^14.0.0"
76607661
react: "npm:^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
76617662
react-dom: "npm:^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
76627663
peerDependencies:
@@ -25545,6 +25546,7 @@ __metadata:
2554525546
postcss: "npm:^8.4.24"
2554625547
postcss-custom-properties: "npm:^13.2.0"
2554725548
postcss-import: "npm:^15.1.0"
25549+
prop-types: "npm:^15.8.1"
2554825550
react: "npm:^19.2.0"
2554925551
react-dom: "npm:^19.2.0"
2555025552
react-frame-component: "npm:^5.0.0"
@@ -25566,6 +25568,7 @@ __metadata:
2556625568
typescript-eslint: "npm:^8.38.0"
2556725569
unplugin-parcel-macros: "npm:^0.1.1"
2556825570
verdaccio: "npm:^6.0.0"
25571+
vite: "npm:^7.3.1"
2556925572
vite-plugin-svgr: "npm:^4.5.0"
2557025573
vitest: "npm:^4.0.17"
2557125574
vitest-browser-react: "npm:^2.0.2"
@@ -30249,7 +30252,7 @@ __metadata:
3024930252
languageName: node
3025030253
linkType: hard
3025130254

30252-
"vite@npm:^6.0.0 || ^7.0.0":
30255+
"vite@npm:^6.0.0 || ^7.0.0, vite@npm:^7.3.1":
3025330256
version: 7.3.1
3025430257
resolution: "vite@npm:7.3.1"
3025530258
dependencies:

0 commit comments

Comments
 (0)