Merge pull request #4250 from yancat160/fix/missing-peer-deps

fix: declare prop-types and react-aria-components as direct dependencies
This commit is contained in:
Francis Cao
2026-05-07 16:06:18 -07:00
committed by GitHub
2 changed files with 158 additions and 19 deletions
+2
View File
@@ -96,8 +96,10 @@
"papaparse": "^5.5.3",
"pg": "^8.20.0",
"prisma": "^7.7.0",
"prop-types": "^15.8.1",
"pure-rand": "^8.4.0",
"react": "^19.2.5",
"react-aria-components": "^1.17.0",
"react-dom": "^19.2.5",
"react-error-boundary": "^6.1.1",
"react-resizable-panels": "^4.10.0",
+156 -19
View File
@@ -124,10 +124,10 @@ importers:
version: 12.38.0(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
next:
specifier: 16.2.4
version: 16.2.4(@babel/core@7.29.0)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
version: 16.2.4(@babel/core@7.28.3)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
next-intl:
specifier: 4.9.1
version: 4.9.1(@swc/helpers@0.5.21)(next@16.2.4(@babel/core@7.29.0)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(react@19.2.5)(typescript@6.0.3)
version: 4.9.1(@swc/helpers@0.5.21)(next@16.2.4(@babel/core@7.28.3)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(react@19.2.5)(typescript@6.0.3)
node-fetch:
specifier: ^3.2.8
version: 3.3.2
@@ -143,12 +143,18 @@ importers:
prisma:
specifier: ^7.7.0
version: 7.7.0(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(typescript@6.0.3)
prop-types:
specifier: ^15.8.1
version: 15.8.1
pure-rand:
specifier: ^8.4.0
version: 8.4.0
react:
specifier: ^19.2.5
version: 19.2.5
react-aria-components:
specifier: ^1.17.0
version: 1.17.0(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
react-dom:
specifier: ^19.2.5
version: 19.2.5(react@19.2.5)
@@ -296,7 +302,7 @@ importers:
version: 7.5.13
ts-jest:
specifier: ^29.4.9
version: 29.4.9(@babel/core@7.29.0)(@jest/transform@30.3.0)(@jest/types@30.3.0)(babel-jest@30.3.0(@babel/core@7.29.0))(esbuild@0.28.0)(jest-util@30.3.0)(jest@30.3.0(@types/node@25.6.0)(ts-node@10.9.2(@swc/core@1.15.26(@swc/helpers@0.5.21))(@types/node@25.6.0)(typescript@6.0.3)))(typescript@6.0.3)
version: 29.4.9(@babel/core@7.28.3)(@jest/transform@30.3.0)(@jest/types@30.3.0)(babel-jest@30.3.0(@babel/core@7.28.3))(esbuild@0.28.0)(jest-util@30.3.0)(jest@30.3.0(@types/node@25.6.0)(ts-node@10.9.2(@swc/core@1.15.26(@swc/helpers@0.5.21))(@types/node@25.6.0)(typescript@6.0.3)))(typescript@6.0.3)
ts-morph:
specifier: ^28.0.0
version: 28.0.0
@@ -6846,36 +6852,78 @@ snapshots:
dependencies:
'@babel/types': 7.29.0
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
@@ -6886,41 +6934,89 @@ snapshots:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.3)':
dependencies:
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.28.6
optional: true
'@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.0)':
dependencies:
'@babel/core': 7.29.0
@@ -8418,14 +8514,14 @@ snapshots:
'@react-aria/ssr': 3.9.10(react@19.2.5)
'@react-aria/utils': 3.33.0(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
'@react-stately/flags': 3.1.2
'@react-types/shared': 3.33.0(react@19.2.5)
'@swc/helpers': 0.5.18
'@react-types/shared': 3.34.0(react@19.2.5)
'@swc/helpers': 0.5.21
react: 19.2.5
react-dom: 19.2.5(react@19.2.5)
'@react-aria/ssr@3.9.10(react@19.2.5)':
dependencies:
'@swc/helpers': 0.5.18
'@swc/helpers': 0.5.21
react: 19.2.5
'@react-aria/utils@3.33.0(react-dom@19.2.5(react@19.2.5))(react@19.2.5)':
@@ -8433,8 +8529,8 @@ snapshots:
'@react-aria/ssr': 3.9.10(react@19.2.5)
'@react-stately/flags': 3.1.2
'@react-stately/utils': 3.11.0(react@19.2.5)
'@react-types/shared': 3.33.0(react@19.2.5)
'@swc/helpers': 0.5.18
'@react-types/shared': 3.34.0(react@19.2.5)
'@swc/helpers': 0.5.21
clsx: 2.1.1
react: 19.2.5
react-dom: 19.2.5(react@19.2.5)
@@ -8473,11 +8569,11 @@ snapshots:
'@react-stately/flags@3.1.2':
dependencies:
'@swc/helpers': 0.5.18
'@swc/helpers': 0.5.21
'@react-stately/utils@3.11.0(react@19.2.5)':
dependencies:
'@swc/helpers': 0.5.18
'@swc/helpers': 0.5.21
react: 19.2.5
'@react-types/shared@3.33.0(react@19.2.5)':
@@ -9173,6 +9269,20 @@ snapshots:
aws4@1.13.2: {}
babel-jest@30.3.0(@babel/core@7.28.3):
dependencies:
'@babel/core': 7.28.3
'@jest/transform': 30.3.0
'@types/babel__core': 7.20.5
babel-plugin-istanbul: 7.0.1
babel-preset-jest: 30.3.0(@babel/core@7.28.3)
chalk: 4.1.2
graceful-fs: 4.2.11
slash: 3.0.0
transitivePeerDependencies:
- supports-color
optional: true
babel-jest@30.3.0(@babel/core@7.29.0):
dependencies:
'@babel/core': 7.29.0
@@ -9204,6 +9314,26 @@ snapshots:
dependencies:
'@babel/types': 7.28.2
babel-preset-current-node-syntax@1.2.0(@babel/core@7.28.3):
dependencies:
'@babel/core': 7.28.3
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.3)
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.3)
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.3)
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.3)
'@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3)
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.3)
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.3)
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.3)
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.3)
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.3)
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.3)
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.3)
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.3)
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.3)
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.3)
optional: true
babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.0):
dependencies:
'@babel/core': 7.29.0
@@ -9223,6 +9353,13 @@ snapshots:
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.0)
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.0)
babel-preset-jest@30.3.0(@babel/core@7.28.3):
dependencies:
'@babel/core': 7.28.3
babel-plugin-jest-hoist: 30.3.0
babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.3)
optional: true
babel-preset-jest@30.3.0(@babel/core@7.29.0):
dependencies:
'@babel/core': 7.29.0
@@ -11418,14 +11555,14 @@ snapshots:
next-intl-swc-plugin-extractor@4.9.1: {}
next-intl@4.9.1(@swc/helpers@0.5.21)(next@16.2.4(@babel/core@7.29.0)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(react@19.2.5)(typescript@6.0.3):
next-intl@4.9.1(@swc/helpers@0.5.21)(next@16.2.4(@babel/core@7.28.3)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5))(react@19.2.5)(typescript@6.0.3):
dependencies:
'@formatjs/intl-localematcher': 0.8.3
'@parcel/watcher': 2.5.6
'@swc/core': 1.15.26(@swc/helpers@0.5.21)
icu-minify: 4.9.1
negotiator: 1.0.0
next: 16.2.4(@babel/core@7.29.0)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
next: 16.2.4(@babel/core@7.28.3)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
next-intl-swc-plugin-extractor: 4.9.1
po-parser: 2.1.1
react: 19.2.5
@@ -11435,7 +11572,7 @@ snapshots:
transitivePeerDependencies:
- '@swc/helpers'
next@16.2.4(@babel/core@7.29.0)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5):
next@16.2.4(@babel/core@7.28.3)(babel-plugin-react-compiler@19.1.0-rc.2)(react-dom@19.2.5(react@19.2.5))(react@19.2.5):
dependencies:
'@next/env': 16.2.4
'@swc/helpers': 0.5.15
@@ -11444,7 +11581,7 @@ snapshots:
postcss: 8.4.31
react: 19.2.5
react-dom: 19.2.5(react@19.2.5)
styled-jsx: 5.1.6(@babel/core@7.29.0)(react@19.2.5)
styled-jsx: 5.1.6(@babel/core@7.28.3)(react@19.2.5)
optionalDependencies:
'@next/swc-darwin-arm64': 16.2.4
'@next/swc-darwin-x64': 16.2.4
@@ -12883,12 +13020,12 @@ snapshots:
style-inject@0.3.0: {}
styled-jsx@5.1.6(@babel/core@7.29.0)(react@19.2.5):
styled-jsx@5.1.6(@babel/core@7.28.3)(react@19.2.5):
dependencies:
client-only: 0.0.1
react: 19.2.5
optionalDependencies:
'@babel/core': 7.29.0
'@babel/core': 7.28.3
stylehacks@5.1.1(postcss@8.5.10):
dependencies:
@@ -13039,7 +13176,7 @@ snapshots:
ts-interface-checker@0.1.13: {}
ts-jest@29.4.9(@babel/core@7.29.0)(@jest/transform@30.3.0)(@jest/types@30.3.0)(babel-jest@30.3.0(@babel/core@7.29.0))(esbuild@0.28.0)(jest-util@30.3.0)(jest@30.3.0(@types/node@25.6.0)(ts-node@10.9.2(@swc/core@1.15.26(@swc/helpers@0.5.21))(@types/node@25.6.0)(typescript@6.0.3)))(typescript@6.0.3):
ts-jest@29.4.9(@babel/core@7.28.3)(@jest/transform@30.3.0)(@jest/types@30.3.0)(babel-jest@30.3.0(@babel/core@7.28.3))(esbuild@0.28.0)(jest-util@30.3.0)(jest@30.3.0(@types/node@25.6.0)(ts-node@10.9.2(@swc/core@1.15.26(@swc/helpers@0.5.21))(@types/node@25.6.0)(typescript@6.0.3)))(typescript@6.0.3):
dependencies:
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
@@ -13053,10 +13190,10 @@ snapshots:
typescript: 6.0.3
yargs-parser: 21.1.1
optionalDependencies:
'@babel/core': 7.29.0
'@babel/core': 7.28.3
'@jest/transform': 30.3.0
'@jest/types': 30.3.0
babel-jest: 30.3.0(@babel/core@7.29.0)
babel-jest: 30.3.0(@babel/core@7.28.3)
esbuild: 0.28.0
jest-util: 30.3.0