Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
5b115cc8ca Update dependency react to v19.1.0
Some checks failed
Playwright Tests / test (pull_request) Has been skipped
Add copyright notice / copyright_notice (pull_request) Successful in 1m15s
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m19s
Build Nginx-based docker image / build-static-assets (push) Failing after 40m10s
2025-06-03 02:06:46 +00:00
c03df8920c Merge pull request 'Update dependency zod to v3.25.46' (#263) from renovate/zod-3.x-lockfile into main
All checks were successful
Playwright Tests / test (push) Has been skipped
Check usage of free licenses / build-static-assets (push) Successful in 37s
Build Nginx-based docker image / build-static-assets (push) Successful in 7m29s
Reviewed-on: #263
2025-06-02 06:27:11 +00:00
Renovate Bot
d6a9415cd9 Update dependency zod to v3.25.46
All checks were successful
Playwright Tests / test (pull_request) Has been skipped
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m10s
Add copyright notice / copyright_notice (pull_request) Successful in 3m3s
Build Nginx-based docker image / build-static-assets (push) Successful in 37m24s
2025-06-02 02:04:13 +00:00
2 changed files with 121 additions and 127 deletions

View File

@ -17,7 +17,7 @@
"postcss": "8.5.4", "postcss": "8.5.4",
"primeicons": "^7.0.0", "primeicons": "^7.0.0",
"primereact": "^10.8.2", "primereact": "^10.8.2",
"react": "19.0.0-rc-f38c22b244-20240704", "react": "19.1.0",
"react-dom": "19.0.0-rc-f38c22b244-20240704", "react-dom": "19.0.0-rc-f38c22b244-20240704",
"tailwindcss": "3.4.17", "tailwindcss": "3.4.17",
"typescript": "5.8.3", "typescript": "5.8.3",
@ -29,7 +29,7 @@
"@playwright/test": "^1.46.0", "@playwright/test": "^1.46.0",
"@types/bcrypt": "^5.0.2", "@types/bcrypt": "^5.0.2",
"@types/node": "22.15.29", "@types/node": "22.15.29",
"@types/react": "18.3.23", "@types/react": "19.1.6",
"@types/react-dom": "18.3.7" "@types/react-dom": "18.3.7"
}, },
"engines": { "engines": {

244
pnpm-lock.yaml generated
View File

@ -10,10 +10,10 @@ importers:
dependencies: dependencies:
'@atlaskit/pragmatic-drag-and-drop': '@atlaskit/pragmatic-drag-and-drop':
specifier: ^1.7.0 specifier: ^1.7.0
version: 1.7.0(@types/react@18.3.23)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) version: 1.7.0(@types/react@19.1.6)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)
'@heroicons/react': '@heroicons/react':
specifier: ^2.1.4 specifier: ^2.1.4
version: 2.2.0(react@19.0.0-rc-f38c22b244-20240704) version: 2.2.0(react@19.1.0)
'@tailwindcss/forms': '@tailwindcss/forms':
specifier: ^0.5.7 specifier: ^0.5.7
version: 0.5.10(tailwindcss@3.4.17) version: 0.5.10(tailwindcss@3.4.17)
@ -28,10 +28,10 @@ importers:
version: 2.1.1 version: 2.1.1
next: next:
specifier: 15.3.3 specifier: 15.3.3
version: 15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) version: 15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)
next-auth: next-auth:
specifier: 5.0.0-beta.28 specifier: 5.0.0-beta.28
version: 5.0.0-beta.28(next@15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) version: 5.0.0-beta.28(next@15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0))(react@19.1.0)
postcss: postcss:
specifier: 8.5.4 specifier: 8.5.4
version: 8.5.4 version: 8.5.4
@ -40,13 +40,13 @@ importers:
version: 7.0.0 version: 7.0.0
primereact: primereact:
specifier: ^10.8.2 specifier: ^10.8.2
version: 10.9.5(@types/react@18.3.23)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) version: 10.9.5(@types/react@19.1.6)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)
react: react:
specifier: 19.0.0-rc-f38c22b244-20240704 specifier: 19.1.0
version: 19.0.0-rc-f38c22b244-20240704 version: 19.1.0
react-dom: react-dom:
specifier: 19.0.0-rc-f38c22b244-20240704 specifier: 19.0.0-rc-f38c22b244-20240704
version: 19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704) version: 19.0.0-rc-f38c22b244-20240704(react@19.1.0)
tailwindcss: tailwindcss:
specifier: 3.4.17 specifier: 3.4.17
version: 3.4.17 version: 3.4.17
@ -55,13 +55,13 @@ importers:
version: 5.8.3 version: 5.8.3
use-debounce: use-debounce:
specifier: ^10.0.1 specifier: ^10.0.1
version: 10.0.4(react@19.0.0-rc-f38c22b244-20240704) version: 10.0.4(react@19.1.0)
uuid: uuid:
specifier: 11.1.0 specifier: 11.1.0
version: 11.1.0 version: 11.1.0
zod: zod:
specifier: ^3.23.8 specifier: ^3.23.8
version: 3.25.45 version: 3.25.46
devDependencies: devDependencies:
'@playwright/test': '@playwright/test':
specifier: ^1.46.0 specifier: ^1.46.0
@ -73,11 +73,11 @@ importers:
specifier: 22.15.29 specifier: 22.15.29
version: 22.15.29 version: 22.15.29
'@types/react': '@types/react':
specifier: 18.3.23 specifier: 19.1.6
version: 18.3.23 version: 19.1.6
'@types/react-dom': '@types/react-dom':
specifier: 18.3.7 specifier: 18.3.7
version: 18.3.7(@types/react@18.3.23) version: 18.3.7(@types/react@19.1.6)
packages: packages:
@ -496,9 +496,6 @@ packages:
'@types/parse-json@4.0.2': '@types/parse-json@4.0.2':
resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
'@types/prop-types@15.7.12':
resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==}
'@types/react-dom@18.3.7': '@types/react-dom@18.3.7':
resolution: {integrity: sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==} resolution: {integrity: sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==}
peerDependencies: peerDependencies:
@ -509,8 +506,8 @@ packages:
peerDependencies: peerDependencies:
'@types/react': '*' '@types/react': '*'
'@types/react@18.3.23': '@types/react@19.1.6':
resolution: {integrity: sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==} resolution: {integrity: sha512-JeG0rEWak0N6Itr6QUx+X60uQmN+5t3j9r/OVDtWzFXKaj6kD1BwJzOksD0FF6iWxZlbE1kB0q9vtnU2ekqa1Q==}
abbrev@1.1.1: abbrev@1.1.1:
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
@ -1177,8 +1174,8 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
react@19.0.0-rc-f38c22b244-20240704: react@19.1.0:
resolution: {integrity: sha512-OP8O6Oc1rdR9IdIKJRKaL1PYd4eGkn6f88VqiygWyyG4P4RmPPix5pp7MatqSt9TnBOcVT+lBMGoVxRgUFeudQ==} resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
read-cache@1.0.0: read-cache@1.0.0:
@ -1417,67 +1414,67 @@ packages:
engines: {node: '>= 14'} engines: {node: '>= 14'}
hasBin: true hasBin: true
zod@3.25.45: zod@3.25.46:
resolution: {integrity: sha512-kv1swJBZqv98NQibL0oVvkQE8rXT+6qGNM1FpZkFcJG2jnz4vbtu48bgaitp85CaBPLSKXibrEsU7MzJoVoZAA==} resolution: {integrity: sha512-IqRxcHEIjqLd4LNS/zKffB3Jzg3NwqJxQQ0Ns7pdrvgGkwQsEBdEQcOHaBVqvvZArShRzI39+aMST3FBGmTrLQ==}
snapshots: snapshots:
'@alloc/quick-lru@5.2.0': {} '@alloc/quick-lru@5.2.0': {}
'@atlaskit/analytics-next-stable-react-context@1.0.1(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/analytics-next-stable-react-context@1.0.1(react@19.1.0)':
dependencies: dependencies:
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
tslib: 2.8.1 tslib: 2.8.1
'@atlaskit/analytics-next@11.0.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/analytics-next@11.0.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/analytics-next-stable-react-context': 1.0.1(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/analytics-next-stable-react-context': 1.0.1(react@19.1.0)
'@atlaskit/platform-feature-flags': 1.1.1(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/platform-feature-flags': 1.1.1(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
prop-types: 15.8.1 prop-types: 15.8.1
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704) react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.1.0)
use-memo-one: 1.1.3(react@19.0.0-rc-f38c22b244-20240704) use-memo-one: 1.1.3(react@19.1.0)
'@atlaskit/app-provider@2.2.0(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/app-provider@2.2.0(@types/react@19.1.6)(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/platform-feature-flags': 1.1.1(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/platform-feature-flags': 1.1.1(react@19.1.0)
'@atlaskit/tokens': 4.9.1(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/tokens': 4.9.1(@types/react@19.1.6)(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
bind-event-listener: 3.0.0 bind-event-listener: 3.0.0
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
transitivePeerDependencies: transitivePeerDependencies:
- '@types/react' - '@types/react'
- supports-color - supports-color
'@atlaskit/atlassian-context@0.2.0(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/atlassian-context@0.2.0(react@19.1.0)':
dependencies: dependencies:
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
'@atlaskit/css@0.10.6(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/css@0.10.6(@types/react@19.1.6)(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/tokens': 4.9.1(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/tokens': 4.9.1(@types/react@19.1.6)(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
'@compiled/react': 0.18.4(react@19.0.0-rc-f38c22b244-20240704) '@compiled/react': 0.18.4(react@19.1.0)
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
transitivePeerDependencies: transitivePeerDependencies:
- '@types/react' - '@types/react'
- supports-color - supports-color
'@atlaskit/ds-lib@4.0.0(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/ds-lib@4.0.0(@types/react@19.1.6)(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/platform-feature-flags': 1.1.1(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/platform-feature-flags': 1.1.1(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
bind-event-listener: 3.0.0 bind-event-listener: 3.0.0
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
react-uid: 2.4.0(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) react-uid: 2.4.0(@types/react@19.1.6)(react@19.1.0)
transitivePeerDependencies: transitivePeerDependencies:
- '@types/react' - '@types/react'
'@atlaskit/feature-gate-js-client@5.3.1(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/feature-gate-js-client@5.3.1(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/atlassian-context': 0.2.0(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/atlassian-context': 0.2.0(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
'@statsig/client-core': 3.17.2 '@statsig/client-core': 3.17.2
'@statsig/js-client': 3.17.2 '@statsig/js-client': 3.17.2
@ -1485,36 +1482,36 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- react - react
'@atlaskit/interaction-context@3.0.0(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/interaction-context@3.0.0(react@19.1.0)':
dependencies: dependencies:
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
'@atlaskit/link@3.2.0(@types/react@18.3.23)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/link@3.2.0(@types/react@19.1.6)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/css': 0.10.6(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/css': 0.10.6(@types/react@19.1.6)(react@19.1.0)
'@atlaskit/platform-feature-flags': 1.1.1(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/platform-feature-flags': 1.1.1(react@19.1.0)
'@atlaskit/primitives': 14.8.1(@types/react@18.3.23)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/primitives': 14.8.1(@types/react@19.1.6)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)
'@atlaskit/tokens': 4.9.1(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/tokens': 4.9.1(@types/react@19.1.6)(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
'@compiled/react': 0.18.4(react@19.0.0-rc-f38c22b244-20240704) '@compiled/react': 0.18.4(react@19.1.0)
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
transitivePeerDependencies: transitivePeerDependencies:
- '@types/react' - '@types/react'
- react-dom - react-dom
- supports-color - supports-color
'@atlaskit/platform-feature-flags@1.1.1(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/platform-feature-flags@1.1.1(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/feature-gate-js-client': 5.3.1(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/feature-gate-js-client': 5.3.1(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
transitivePeerDependencies: transitivePeerDependencies:
- react - react
'@atlaskit/pragmatic-drag-and-drop@1.7.0(@types/react@18.3.23)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/pragmatic-drag-and-drop@1.7.0(@types/react@19.1.6)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/link': 3.2.0(@types/react@18.3.23)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/link': 3.2.0(@types/react@19.1.6)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)
'@atlaskit/platform-feature-flags': 1.1.1(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/platform-feature-flags': 1.1.1(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
bind-event-listener: 3.0.0 bind-event-listener: 3.0.0
raf-schd: 4.0.3 raf-schd: 4.0.3
@ -1524,45 +1521,45 @@ snapshots:
- react-dom - react-dom
- supports-color - supports-color
'@atlaskit/primitives@14.8.1(@types/react@18.3.23)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/primitives@14.8.1(@types/react@19.1.6)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/analytics-next': 11.0.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/analytics-next': 11.0.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)
'@atlaskit/app-provider': 2.2.0(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/app-provider': 2.2.0(@types/react@19.1.6)(react@19.1.0)
'@atlaskit/css': 0.10.6(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/css': 0.10.6(@types/react@19.1.6)(react@19.1.0)
'@atlaskit/ds-lib': 4.0.0(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/ds-lib': 4.0.0(@types/react@19.1.6)(react@19.1.0)
'@atlaskit/interaction-context': 3.0.0(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/interaction-context': 3.0.0(react@19.1.0)
'@atlaskit/tokens': 4.9.1(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/tokens': 4.9.1(@types/react@19.1.6)(react@19.1.0)
'@atlaskit/visually-hidden': 3.0.3(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/visually-hidden': 3.0.3(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
'@compiled/react': 0.18.4(react@19.0.0-rc-f38c22b244-20240704) '@compiled/react': 0.18.4(react@19.1.0)
'@emotion/react': 11.14.0(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@emotion/react': 11.14.0(@types/react@19.1.6)(react@19.1.0)
'@emotion/serialize': 1.3.3 '@emotion/serialize': 1.3.3
bind-event-listener: 3.0.0 bind-event-listener: 3.0.0
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
tiny-invariant: 1.3.3 tiny-invariant: 1.3.3
transitivePeerDependencies: transitivePeerDependencies:
- '@types/react' - '@types/react'
- react-dom - react-dom
- supports-color - supports-color
'@atlaskit/tokens@4.9.1(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/tokens@4.9.1(@types/react@19.1.6)(react@19.1.0)':
dependencies: dependencies:
'@atlaskit/ds-lib': 4.0.0(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/ds-lib': 4.0.0(@types/react@19.1.6)(react@19.1.0)
'@atlaskit/platform-feature-flags': 1.1.1(react@19.0.0-rc-f38c22b244-20240704) '@atlaskit/platform-feature-flags': 1.1.1(react@19.1.0)
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
'@babel/traverse': 7.27.4 '@babel/traverse': 7.27.4
'@babel/types': 7.27.3 '@babel/types': 7.27.3
bind-event-listener: 3.0.0 bind-event-listener: 3.0.0
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
transitivePeerDependencies: transitivePeerDependencies:
- '@types/react' - '@types/react'
- supports-color - supports-color
'@atlaskit/visually-hidden@3.0.3(react@19.0.0-rc-f38c22b244-20240704)': '@atlaskit/visually-hidden@3.0.3(react@19.1.0)':
dependencies: dependencies:
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
'@compiled/react': 0.18.4(react@19.0.0-rc-f38c22b244-20240704) '@compiled/react': 0.18.4(react@19.1.0)
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
'@auth/core@0.39.1': '@auth/core@0.39.1':
dependencies: dependencies:
@ -1628,10 +1625,10 @@ snapshots:
'@babel/helper-string-parser': 7.27.1 '@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.27.1 '@babel/helper-validator-identifier': 7.27.1
'@compiled/react@0.18.4(react@19.0.0-rc-f38c22b244-20240704)': '@compiled/react@0.18.4(react@19.1.0)':
dependencies: dependencies:
csstype: 3.1.3 csstype: 3.1.3
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
'@emnapi/runtime@1.4.0': '@emnapi/runtime@1.4.0':
dependencies: dependencies:
@ -1666,19 +1663,19 @@ snapshots:
'@emotion/memoize@0.9.0': {} '@emotion/memoize@0.9.0': {}
'@emotion/react@11.14.0(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704)': '@emotion/react@11.14.0(@types/react@19.1.6)(react@19.1.0)':
dependencies: dependencies:
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
'@emotion/babel-plugin': 11.13.5 '@emotion/babel-plugin': 11.13.5
'@emotion/cache': 11.14.0 '@emotion/cache': 11.14.0
'@emotion/serialize': 1.3.3 '@emotion/serialize': 1.3.3
'@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.0.0-rc-f38c22b244-20240704) '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.0)
'@emotion/utils': 1.4.2 '@emotion/utils': 1.4.2
'@emotion/weak-memoize': 0.4.0 '@emotion/weak-memoize': 0.4.0
hoist-non-react-statics: 3.3.2 hoist-non-react-statics: 3.3.2
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
optionalDependencies: optionalDependencies:
'@types/react': 18.3.23 '@types/react': 19.1.6
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -1694,17 +1691,17 @@ snapshots:
'@emotion/unitless@0.10.0': {} '@emotion/unitless@0.10.0': {}
'@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.0.0-rc-f38c22b244-20240704)': '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.1.0)':
dependencies: dependencies:
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
'@emotion/utils@1.4.2': {} '@emotion/utils@1.4.2': {}
'@emotion/weak-memoize@0.4.0': {} '@emotion/weak-memoize@0.4.0': {}
'@heroicons/react@2.2.0(react@19.0.0-rc-f38c22b244-20240704)': '@heroicons/react@2.2.0(react@19.1.0)':
dependencies: dependencies:
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
'@img/sharp-darwin-arm64@0.34.1': '@img/sharp-darwin-arm64@0.34.1':
optionalDependencies: optionalDependencies:
@ -1899,19 +1896,16 @@ snapshots:
'@types/parse-json@4.0.2': {} '@types/parse-json@4.0.2': {}
'@types/prop-types@15.7.12': {} '@types/react-dom@18.3.7(@types/react@19.1.6)':
'@types/react-dom@18.3.7(@types/react@18.3.23)':
dependencies: dependencies:
'@types/react': 18.3.23 '@types/react': 19.1.6
'@types/react-transition-group@4.4.12(@types/react@18.3.23)': '@types/react-transition-group@4.4.12(@types/react@19.1.6)':
dependencies: dependencies:
'@types/react': 18.3.23 '@types/react': 19.1.6
'@types/react@18.3.23': '@types/react@19.1.6':
dependencies: dependencies:
'@types/prop-types': 15.7.12
csstype: 3.1.3 csstype: 3.1.3
abbrev@1.1.1: {} abbrev@1.1.1: {}
@ -2313,13 +2307,13 @@ snapshots:
nanoid@3.3.8: {} nanoid@3.3.8: {}
next-auth@5.0.0-beta.28(next@15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704): next-auth@5.0.0-beta.28(next@15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0))(react@19.1.0):
dependencies: dependencies:
'@auth/core': 0.39.1 '@auth/core': 0.39.1
next: 15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) next: 15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
next@15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704): next@15.3.3(@playwright/test@1.52.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0):
dependencies: dependencies:
'@next/env': 15.3.3 '@next/env': 15.3.3
'@swc/counter': 0.1.3 '@swc/counter': 0.1.3
@ -2327,9 +2321,9 @@ snapshots:
busboy: 1.6.0 busboy: 1.6.0
caniuse-lite: 1.0.30001702 caniuse-lite: 1.0.30001702
postcss: 8.4.31 postcss: 8.4.31
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704) react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.1.0)
styled-jsx: 5.1.6(react@19.0.0-rc-f38c22b244-20240704) styled-jsx: 5.1.6(react@19.1.0)
optionalDependencies: optionalDependencies:
'@next/swc-darwin-arm64': 15.3.3 '@next/swc-darwin-arm64': 15.3.3
'@next/swc-darwin-x64': 15.3.3 '@next/swc-darwin-x64': 15.3.3
@ -2469,14 +2463,14 @@ snapshots:
primeicons@7.0.0: {} primeicons@7.0.0: {}
primereact@10.9.5(@types/react@18.3.23)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704): primereact@10.9.5(@types/react@19.1.6)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0):
dependencies: dependencies:
'@types/react-transition-group': 4.4.12(@types/react@18.3.23) '@types/react-transition-group': 4.4.12(@types/react@19.1.6)
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704) react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.1.0)
react-transition-group: 4.4.5(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) react-transition-group: 4.4.5(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0)
optionalDependencies: optionalDependencies:
'@types/react': 18.3.23 '@types/react': 19.1.6
prop-types@15.8.1: prop-types@15.8.1:
dependencies: dependencies:
@ -2488,30 +2482,30 @@ snapshots:
raf-schd@4.0.3: {} raf-schd@4.0.3: {}
react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704): react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0):
dependencies: dependencies:
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
scheduler: 0.25.0-rc-f38c22b244-20240704 scheduler: 0.25.0-rc-f38c22b244-20240704
react-is@16.13.1: {} react-is@16.13.1: {}
react-transition-group@4.4.5(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704): react-transition-group@4.4.5(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.1.0))(react@19.1.0):
dependencies: dependencies:
'@babel/runtime': 7.27.0 '@babel/runtime': 7.27.0
dom-helpers: 5.2.1 dom-helpers: 5.2.1
loose-envify: 1.4.0 loose-envify: 1.4.0
prop-types: 15.8.1 prop-types: 15.8.1
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704) react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.1.0)
react-uid@2.4.0(@types/react@18.3.23)(react@19.0.0-rc-f38c22b244-20240704): react-uid@2.4.0(@types/react@19.1.6)(react@19.1.0):
dependencies: dependencies:
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
tslib: 2.8.1 tslib: 2.8.1
optionalDependencies: optionalDependencies:
'@types/react': 18.3.23 '@types/react': 19.1.6
react@19.0.0-rc-f38c22b244-20240704: {} react@19.1.0: {}
read-cache@1.0.0: read-cache@1.0.0:
dependencies: dependencies:
@ -2633,10 +2627,10 @@ snapshots:
dependencies: dependencies:
ansi-regex: 6.0.1 ansi-regex: 6.0.1
styled-jsx@5.1.6(react@19.0.0-rc-f38c22b244-20240704): styled-jsx@5.1.6(react@19.1.0):
dependencies: dependencies:
client-only: 0.0.1 client-only: 0.0.1
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
stylis@4.2.0: {} stylis@4.2.0: {}
@ -2718,13 +2712,13 @@ snapshots:
escalade: 3.2.0 escalade: 3.2.0
picocolors: 1.1.1 picocolors: 1.1.1
use-debounce@10.0.4(react@19.0.0-rc-f38c22b244-20240704): use-debounce@10.0.4(react@19.1.0):
dependencies: dependencies:
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
use-memo-one@1.1.3(react@19.0.0-rc-f38c22b244-20240704): use-memo-one@1.1.3(react@19.1.0):
dependencies: dependencies:
react: 19.0.0-rc-f38c22b244-20240704 react: 19.1.0
util-deprecate@1.0.2: {} util-deprecate@1.0.2: {}
@ -2765,4 +2759,4 @@ snapshots:
yaml@2.4.3: {} yaml@2.4.3: {}
zod@3.25.45: {} zod@3.25.46: {}