Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#3432)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
8ff4e3e4 94e0c310

+137 -115
-6
.changeset/real-geese-grow.md
··· 1 - --- 2 - 'urql': patch 3 - '@urql/preact': patch 4 - --- 5 - 6 - Prioritise `context.suspense` and fallback to checking `client.suspense`
-5
.changeset/silver-planets-sniff.md
··· 1 - --- 2 - '@urql/core': minor 3 - --- 4 - 5 - Try to parse `text/plain` content-type as JSON before bailing out with an error.
+2 -2
examples/with-apq/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.4", 9 + "@urql/core": "^4.2.0", 10 10 "@urql/exchange-persisted": "^4.1.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.5" 14 + "urql": "^4.0.6" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-defer-stream-directives/package.json
··· 17 17 }, 18 18 "dependencies": { 19 19 "@graphql-yoga/plugin-defer-stream": "^1.7.1", 20 - "@urql/core": "^4.1.4", 20 + "@urql/core": "^4.2.0", 21 21 "@urql/exchange-graphcache": "^6.3.3", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 - "urql": "^4.0.5" 25 + "urql": "^4.0.6" 26 26 }, 27 27 "devDependencies": { 28 28 "@apollo/server": "^4.4.1",
+2 -2
examples/with-graphcache-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.4", 9 + "@urql/core": "^4.2.0", 10 10 "@urql/exchange-graphcache": "^6.3.3", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.5" 14 + "urql": "^4.0.6" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-graphcache-updates/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.4", 9 + "@urql/core": "^4.2.0", 10 10 "@urql/exchange-auth": "^2.1.6", 11 11 "@urql/exchange-graphcache": "^6.3.3", 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0", 14 14 "react-dom": "^18.2.0", 15 - "urql": "^4.0.5" 15 + "urql": "^4.0.6" 16 16 }, 17 17 "devDependencies": { 18 18 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-infinite-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.4", 9 + "@urql/core": "^4.2.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.5" 13 + "urql": "^4.0.6" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-multipart/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.4", 9 + "@urql/core": "^4.2.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.5" 13 + "urql": "^4.0.6" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-next/package.json
··· 3 3 "version": "0.0.0", 4 4 "private": true, 5 5 "dependencies": { 6 - "@urql/core": "^4.1.4", 6 + "@urql/core": "^4.2.0", 7 7 "@urql/next": "^1.1.0", 8 8 "graphql": "^16.6.0", 9 9 "next": "13.4.2", 10 10 "react": "^18.2.0", 11 11 "react-dom": "^18.2.0", 12 - "urql": "^4.0.5" 12 + "urql": "^4.0.6" 13 13 }, 14 14 "scripts": { 15 15 "dev": "next dev",
+2 -2
examples/with-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.4", 9 + "@urql/core": "^4.2.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.5" 13 + "urql": "^4.0.6" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-react-native/package.json
··· 8 8 "start": "react-native start" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.1.4", 11 + "@urql/core": "^4.2.0", 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4", 15 - "urql": "^4.0.5" 15 + "urql": "^4.0.6" 16 16 }, 17 17 "devDependencies": { 18 18 "@babel/core": "^7.12.9",
+2 -2
examples/with-react/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.4", 9 + "@urql/core": "^4.2.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.5" 13 + "urql": "^4.0.6" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-refresh-auth/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.4", 9 + "@urql/core": "^4.2.0", 10 10 "@urql/exchange-auth": "^2.1.6", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.5" 14 + "urql": "^4.0.6" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-retry/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.1.4", 9 + "@urql/core": "^4.2.0", 10 10 "@urql/exchange-retry": "^1.2.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.5" 14 + "urql": "^4.0.6" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-subscriptions-via-fetch/package.json
··· 8 8 "start": "run-p client server" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.1.4", 11 + "@urql/core": "^4.2.0", 12 12 "@urql/exchange-graphcache": "^6.3.3", 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0", 15 15 "react-dom": "^18.2.0", 16 - "urql": "^4.0.5" 16 + "urql": "^4.0.6" 17 17 }, 18 18 "devDependencies": { 19 19 "@vitejs/plugin-react": "^3.1.0",
+1 -1
examples/with-svelte/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.1.4", 11 + "@urql/core": "^4.2.0", 12 12 "@urql/svelte": "^4.0.4", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5"
+1 -1
examples/with-vue3/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.1.4", 11 + "@urql/core": "^4.2.0", 12 12 "@urql/vue": "^1.1.2", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47"
+1 -1
exchanges/auth/package.json
··· 49 49 "prepublishOnly": "run-s clean build" 50 50 }, 51 51 "dependencies": { 52 - "@urql/core": ">=4.1.0", 52 + "@urql/core": ">=4.2.0", 53 53 "wonka": "^6.3.2" 54 54 }, 55 55 "devDependencies": {
+1 -1
exchanges/context/package.json
··· 48 48 "prepublishOnly": "run-s clean build" 49 49 }, 50 50 "dependencies": { 51 - "@urql/core": ">=4.1.0", 51 + "@urql/core": ">=4.2.0", 52 52 "wonka": "^6.3.2" 53 53 }, 54 54 "devDependencies": {
+1 -1
exchanges/execute/package.json
··· 49 49 "prepublishOnly": "run-s clean build" 50 50 }, 51 51 "dependencies": { 52 - "@urql/core": ">=4.1.0", 52 + "@urql/core": ">=4.2.0", 53 53 "wonka": "^6.3.2" 54 54 }, 55 55 "peerDependencies": {
+1 -1
exchanges/graphcache/package.json
··· 64 64 }, 65 65 "dependencies": { 66 66 "@0no-co/graphql.web": "^1.0.1", 67 - "@urql/core": ">=4.1.0", 67 + "@urql/core": ">=4.2.0", 68 68 "wonka": "^6.3.2" 69 69 }, 70 70 "devDependencies": {
+1 -1
exchanges/persisted/package.json
··· 47 47 "prepublishOnly": "run-s clean build" 48 48 }, 49 49 "dependencies": { 50 - "@urql/core": ">=4.1.0", 50 + "@urql/core": ">=4.2.0", 51 51 "wonka": "^6.3.2" 52 52 }, 53 53 "devDependencies": {
+1 -1
exchanges/populate/package.json
··· 47 47 "prepublishOnly": "run-s clean build" 48 48 }, 49 49 "dependencies": { 50 - "@urql/core": ">=4.1.0", 50 + "@urql/core": ">=4.2.0", 51 51 "wonka": "^6.3.2" 52 52 }, 53 53 "peerDependencies": {
+1 -1
exchanges/refocus/package.json
··· 54 54 "graphql": "^16.0.0" 55 55 }, 56 56 "dependencies": { 57 - "@urql/core": ">=4.1.0", 57 + "@urql/core": ">=4.2.0", 58 58 "wonka": "^6.3.2" 59 59 }, 60 60 "publishConfig": {
+1 -1
exchanges/request-policy/package.json
··· 52 52 "graphql": "^16.0.0" 53 53 }, 54 54 "dependencies": { 55 - "@urql/core": ">=4.1.0", 55 + "@urql/core": ">=4.2.0", 56 56 "wonka": "^6.3.2" 57 57 }, 58 58 "publishConfig": {
+1 -1
exchanges/retry/package.json
··· 52 52 "graphql": "^16.0.0" 53 53 }, 54 54 "dependencies": { 55 - "@urql/core": ">=4.1.0", 55 + "@urql/core": ">=4.2.0", 56 56 "wonka": "^6.3.2" 57 57 }, 58 58 "publishConfig": {
+7
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 4.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Try to parse `text/plain` content-type as JSON before bailing out with an error 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3430](https://github.com/urql-graphql/urql/pull/3430)) 9 + 3 10 ## 4.1.4 4 11 5 12 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "4.1.4", 3 + "version": "4.2.0", 4 4 "description": "The shared core for the highly customizable and versatile GraphQL client", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+9
packages/preact-urql/CHANGELOG.md
··· 1 1 # @urql/preact 2 2 3 + ## 4.0.4 4 + 5 + ### Patch Changes 6 + 7 + - Prioritise `context.suspense` and fallback to checking `client.suspense` 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3427](https://github.com/urql-graphql/urql/pull/3427)) 9 + - Updated dependencies (See [#3430](https://github.com/urql-graphql/urql/pull/3430)) 10 + - @urql/core@4.2.0 11 + 3 12 ## 4.0.3 4 13 5 14 ### Patch Changes
+2 -2
packages/preact-urql/package.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.0.3", 3 + "version": "4.0.4", 4 4 "description": "A highly customizable and versatile GraphQL client for Preact", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 58 58 "preact": ">= 10.0.0" 59 59 }, 60 60 "dependencies": { 61 - "@urql/core": "^4.1.0", 61 + "@urql/core": "^4.2.0", 62 62 "wonka": "^6.3.2" 63 63 }, 64 64 "publishConfig": {
+9
packages/react-urql/CHANGELOG.md
··· 1 1 # urql 2 2 3 + ## 4.0.6 4 + 5 + ### Patch Changes 6 + 7 + - Prioritise `context.suspense` and fallback to checking `client.suspense` 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3427](https://github.com/urql-graphql/urql/pull/3427)) 9 + - Updated dependencies (See [#3430](https://github.com/urql-graphql/urql/pull/3430)) 10 + - @urql/core@4.2.0 11 + 3 12 ## 4.0.5 4 13 5 14 ### Patch Changes
+2 -2
packages/react-urql/package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.0.5", 3 + "version": "4.0.6", 4 4 "description": "A highly customizable and versatile GraphQL client for React", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 61 61 "react": ">= 16.8.0" 62 62 }, 63 63 "dependencies": { 64 - "@urql/core": "^4.1.0", 64 + "@urql/core": "^4.2.0", 65 65 "wonka": "^6.3.2" 66 66 }, 67 67 "publishConfig": {
+1 -1
packages/svelte-urql/package.json
··· 52 52 "svelte": "^3.0.0 || ^4.0.0" 53 53 }, 54 54 "dependencies": { 55 - "@urql/core": "^4.1.0", 55 + "@urql/core": "^4.2.0", 56 56 "wonka": "^6.3.2" 57 57 }, 58 58 "devDependencies": {
+1 -1
packages/vue-urql/package.json
··· 58 58 "vue": "^2.7.0 || ^3.0.0" 59 59 }, 60 60 "dependencies": { 61 - "@urql/core": "^4.1.0", 61 + "@urql/core": "^4.2.0", 62 62 "wonka": "^6.3.2" 63 63 }, 64 64 "publishConfig": {
+68 -60
pnpm-lock.yaml
··· 1 - lockfileVersion: '6.1' 1 + lockfileVersion: '6.0' 2 2 3 3 settings: 4 4 autoInstallPeers: true ··· 182 182 exchanges/auth: 183 183 dependencies: 184 184 '@urql/core': 185 - specifier: '>=4.1.0' 185 + specifier: '>=4.2.0' 186 186 version: link:../../packages/core 187 187 wonka: 188 188 specifier: ^6.3.2 ··· 195 195 exchanges/context: 196 196 dependencies: 197 197 '@urql/core': 198 - specifier: '>=4.1.0' 198 + specifier: '>=4.2.0' 199 199 version: link:../../packages/core 200 200 wonka: 201 201 specifier: ^6.3.2 ··· 208 208 exchanges/execute: 209 209 dependencies: 210 210 '@urql/core': 211 - specifier: '>=4.1.0' 211 + specifier: '>=4.2.0' 212 212 version: link:../../packages/core 213 213 wonka: 214 214 specifier: ^6.3.2 ··· 224 224 specifier: ^1.0.1 225 225 version: 1.0.1(graphql@16.6.0) 226 226 '@urql/core': 227 - specifier: '>=4.1.0' 227 + specifier: '>=4.2.0' 228 228 version: link:../../packages/core 229 229 wonka: 230 230 specifier: ^6.3.2 ··· 258 258 exchanges/persisted: 259 259 dependencies: 260 260 '@urql/core': 261 - specifier: '>=4.1.0' 261 + specifier: '>=4.2.0' 262 262 version: link:../../packages/core 263 263 wonka: 264 264 specifier: ^6.3.2 ··· 271 271 exchanges/populate: 272 272 dependencies: 273 273 '@urql/core': 274 - specifier: '>=4.1.0' 274 + specifier: '>=4.2.0' 275 275 version: link:../../packages/core 276 276 wonka: 277 277 specifier: ^6.3.2 ··· 284 284 exchanges/refocus: 285 285 dependencies: 286 286 '@urql/core': 287 - specifier: '>=4.1.0' 287 + specifier: '>=4.2.0' 288 288 version: link:../../packages/core 289 289 wonka: 290 290 specifier: ^6.3.2 ··· 300 300 exchanges/request-policy: 301 301 dependencies: 302 302 '@urql/core': 303 - specifier: '>=4.1.0' 303 + specifier: '>=4.2.0' 304 304 version: link:../../packages/core 305 305 wonka: 306 306 specifier: ^6.3.2 ··· 313 313 exchanges/retry: 314 314 dependencies: 315 315 '@urql/core': 316 - specifier: '>=4.1.0' 316 + specifier: '>=4.2.0' 317 317 version: link:../../packages/core 318 318 wonka: 319 319 specifier: ^6.3.2 ··· 368 368 packages/preact-urql: 369 369 dependencies: 370 370 '@urql/core': 371 - specifier: ^4.1.0 371 + specifier: ^4.2.0 372 372 version: link:../core 373 373 wonka: 374 374 specifier: ^6.3.2 ··· 387 387 packages/react-urql: 388 388 dependencies: 389 389 '@urql/core': 390 - specifier: ^4.1.0 390 + specifier: ^4.2.0 391 391 version: link:../core 392 392 wonka: 393 393 specifier: ^6.3.2 ··· 557 557 packages/svelte-urql: 558 558 dependencies: 559 559 '@urql/core': 560 - specifier: ^4.1.0 560 + specifier: ^4.2.0 561 561 version: link:../core 562 562 wonka: 563 563 specifier: ^6.3.2 ··· 573 573 packages/vue-urql: 574 574 dependencies: 575 575 '@urql/core': 576 - specifier: ^4.1.0 576 + specifier: ^4.2.0 577 577 version: link:../core 578 578 wonka: 579 579 specifier: ^6.3.2 ··· 594 594 /@0no-co/graphql.web@1.0.1(graphql@16.6.0): 595 595 resolution: {integrity: sha512-6Yaxyv6rOwRkLIvFaL0NrLDgfNqC/Ng9QOPmTmlqW4mORXMEKmh5NYGkIvvt5Yw8fZesnMAqkj8cIqTj8f40cQ==} 596 596 peerDependencies: 597 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 597 + graphql: ^16.6.0 598 598 peerDependenciesMeta: 599 599 graphql: 600 600 optional: true ··· 1990 1990 /@cypress/react@7.0.2(@types/react@17.0.52)(cypress@12.8.1)(react-dom@17.0.2)(react@17.0.2): 1991 1991 resolution: {integrity: sha512-TTV7XNMDOO9mZUFWiGbd44Od/jqMVX/QbHYKQmK1XT3nIVFs0EvKJuHJmwN7wxLOR/+6twtyX6vTD8z8XBTliQ==} 1992 1992 peerDependencies: 1993 - '@types/react': ^16.9.16 || ^17.0.0 1993 + '@types/react': ^17.0.39 1994 1994 cypress: '*' 1995 - react: ^=16.x || ^=17.x || 17 1996 - react-dom: ^=16.x || ^=17.x || 17 1995 + react: ^17.0.2 || 17 1996 + react-dom: ^17.0.2 || 17 1997 1997 peerDependenciesMeta: 1998 1998 '@types/react': 1999 1999 optional: true ··· 2245 2245 /@mdx-js/react@1.6.22(react@17.0.2): 2246 2246 resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==} 2247 2247 peerDependencies: 2248 - react: ^16.13.1 || ^17.0.0 || 17 2248 + react: ^17.0.2 || 17 2249 2249 dependencies: 2250 2250 react: 17.0.2 2251 2251 dev: false ··· 2682 2682 /@reach/router@1.3.4(react-dom@17.0.2)(react@17.0.2): 2683 2683 resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} 2684 2684 peerDependencies: 2685 - react: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 2686 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 2685 + react: ^17.0.2 || 17 2686 + react-dom: ^17.0.2 || 17 2687 2687 dependencies: 2688 2688 create-react-context: 0.3.0(prop-types@15.8.1)(react@17.0.2) 2689 2689 invariant: 2.2.4 ··· 2853 2853 /@testing-library/react-hooks@5.1.2(react-dom@17.0.2)(react-test-renderer@17.0.2)(react@17.0.2): 2854 2854 resolution: {integrity: sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg==} 2855 2855 peerDependencies: 2856 - react: '>=16.9.0 || 17' 2857 - react-dom: '>=16.9.0 || 17' 2856 + react: ^17.0.2 || 17 2857 + react-dom: ^17.0.2 || 17 2858 2858 react-test-renderer: '>=16.9.0' 2859 2859 peerDependenciesMeta: 2860 2860 react-dom: ··· 2877 2877 resolution: {integrity: sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ==} 2878 2878 engines: {node: '>=10'} 2879 2879 peerDependencies: 2880 - react: '*' 2881 - react-dom: '*' 2880 + react: ^17.0.2 || 17 2881 + react-dom: ^17.0.2 || 17 2882 2882 dependencies: 2883 2883 '@babel/runtime': 7.22.5 2884 2884 '@testing-library/dom': 7.30.4 ··· 3245 3245 3246 3246 /@vue/compiler-core@3.3.4: 3247 3247 resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} 3248 + requiresBuild: true 3248 3249 dependencies: 3249 3250 '@babel/parser': 7.22.4 3250 3251 '@vue/shared': 3.3.4 ··· 3292 3293 3293 3294 /@vue/compiler-ssr@3.3.4: 3294 3295 resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==} 3296 + requiresBuild: true 3295 3297 dependencies: 3296 3298 '@vue/compiler-dom': 3.3.4 3297 3299 '@vue/shared': 3.3.4 ··· 3356 3358 3357 3359 /@vue/shared@3.3.4: 3358 3360 resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} 3361 + requiresBuild: true 3359 3362 dev: true 3360 3363 optional: true 3361 3364 ··· 4044 4047 /babel-plugin-styled-components@1.12.0(styled-components@5.2.3): 4045 4048 resolution: {integrity: sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA==} 4046 4049 peerDependencies: 4047 - styled-components: '>= 2 || 5' 4050 + styled-components: ^5.2.3 || 5 4048 4051 dependencies: 4049 4052 '@babel/helper-annotate-as-pure': 7.18.6 4050 4053 '@babel/helper-module-imports': 7.21.4 ··· 4166 4169 /binary-extensions@1.13.1: 4167 4170 resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} 4168 4171 engines: {node: '>=0.10.0'} 4172 + requiresBuild: true 4169 4173 4170 4174 /binary-extensions@2.2.0: 4171 4175 resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} ··· 5246 5250 resolution: {integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==} 5247 5251 peerDependencies: 5248 5252 prop-types: ^15.0.0 5249 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 || 17 5253 + react: ^17.0.2 || 17 5250 5254 dependencies: 5251 5255 gud: 1.0.0 5252 5256 prop-types: 15.8.1 ··· 7292 7296 resolution: {integrity: sha512-jvHSQMXujUtncyT3ObkoQgwOzkxdnnAs7XYgJDGSqhGqPF+LZ0y4rS5b6XzaN2BR3hG2e7isVtCNOmb7gxNuYw==} 7293 7297 engines: {node: '>= 0.12.0', npm: '>= 2.0.0'} 7294 7298 peerDependencies: 7295 - styled-components: '>= 4.0.0 || 5' 7299 + styled-components: ^5.2.3 || 5 7296 7300 dependencies: 7297 7301 styled-components: 5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2) 7298 7302 dev: false ··· 8553 8557 /is-glob@3.1.0: 8554 8558 resolution: {integrity: sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==} 8555 8559 engines: {node: '>=0.10.0'} 8560 + requiresBuild: true 8556 8561 dependencies: 8557 8562 is-extglob: 2.1.1 8558 8563 ··· 9663 9668 deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. 9664 9669 peerDependencies: 9665 9670 prop-types: ^15.0.0 9666 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 9671 + react: ^17.0.2 || 17 9667 9672 dependencies: 9668 9673 '@babel/runtime': 7.22.5 9669 9674 prop-types: 15.8.1 ··· 9958 9963 peerDependencies: 9959 9964 fibers: '>= 3.1.0' 9960 9965 node-sass: ^6.0.0 || ^7.0.0 9961 - react: ^18.0.0-0 || 17 9962 - react-dom: ^18.0.0-0 || 17 9966 + react: ^17.0.2 || 17 9967 + react-dom: ^17.0.2 || 17 9963 9968 sass: ^1.3.0 9964 9969 peerDependenciesMeta: 9965 9970 fibers: ··· 10128 10133 /normalize-path@2.1.1: 10129 10134 resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==} 10130 10135 engines: {node: '>=0.10.0'} 10136 + requiresBuild: true 10131 10137 dependencies: 10132 10138 remove-trailing-separator: 1.1.0 10133 10139 ··· 10756 10762 10757 10763 /path-dirname@1.0.2: 10758 10764 resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} 10765 + requiresBuild: true 10759 10766 10760 10767 /path-exists@3.0.0: 10761 10768 resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} ··· 11351 11358 /prism-react-renderer@1.2.0(react@17.0.2): 11352 11359 resolution: {integrity: sha512-GHqzxLYImx1iKN1jJURcuRoA/0ygCcNhfGw1IT8nPIMzarmKQ3Nc+JcG0gi8JXQzuh0C5ShE4npMIoqNin40hg==} 11353 11360 peerDependencies: 11354 - react: '>=0.14.9 || 17' 11361 + react: ^17.0.2 || 17 11355 11362 dependencies: 11356 11363 react: 17.0.2 11357 11364 dev: false ··· 11601 11608 /react-dom@17.0.2(react@17.0.2): 11602 11609 resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} 11603 11610 peerDependencies: 11604 - react: 17.0.2 || 17 11611 + react: ^17.0.2 || 17 11605 11612 dependencies: 11606 11613 loose-envify: 1.4.0 11607 11614 object-assign: 4.1.1 ··· 11612 11619 resolution: {integrity: sha512-W3xCd9zXnanqrTUeViceufD3mIW8Ut29BUD+S2f0eO2XCOU8b6UrJfY46RDGe5lxCJzfe4j0yvIfh0RbTZhKJw==} 11613 11620 engines: {node: '>=10', npm: '>=6'} 11614 11621 peerDependencies: 11615 - react: '>=16.13.1 || 17' 11622 + react: ^17.0.2 || 17 11616 11623 dependencies: 11617 11624 '@babel/runtime': 7.22.5 11618 11625 react: 17.0.2 ··· 11624 11631 /react-from-dom@0.3.1(react@17.0.2): 11625 11632 resolution: {integrity: sha512-PeNBa8iuzoD7qHA9O7YpGnXFvC+XFFwStmFh2/r2zJAvEIaRg6EwOj+EPcDIFwyYBhqPIItxIx/dGdeWiFivjQ==} 11626 11633 peerDependencies: 11627 - react: ^15.0.0 || ^16.0.0 || 17 11634 + react: ^17.0.2 || 17 11628 11635 dependencies: 11629 11636 react: 17.0.2 11630 11637 dev: false ··· 11633 11640 resolution: {integrity: sha512-o8RScHj6Lb8cwy3GMrVH6NJvL+y0zpJvKtc0+wmH7Bt23rszJmnqEQxRbyrqUzk9DTJIHoP42bfO5rswC9SWBQ==} 11634 11641 peerDependencies: 11635 11642 prop-types: ^15.6.0 11636 - react: ^15.6.2 || ^16.0 || ^17 || 17 11643 + react: ^17.0.2 || 17 11637 11644 dependencies: 11638 11645 prop-types: 15.7.2 11639 11646 react: 17.0.2 ··· 11646 11653 /react-helmet@5.2.1(react@17.0.2): 11647 11654 resolution: {integrity: sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==} 11648 11655 peerDependencies: 11649 - react: '>=15.0.0 || 17' 11656 + react: ^17.0.2 || 17 11650 11657 dependencies: 11651 11658 object-assign: 4.1.1 11652 11659 prop-types: 15.8.1 ··· 11658 11665 resolution: {integrity: sha512-JrLlvUPqh6wIkrK2hZDfOyq/Uh/WeVEr8nc7hkn2/3Ul0sx1Kr5y4kOGNacNRoj7RhwLNcQ3Udf1KJXrqc0ZtA==} 11659 11666 engines: {node: '>= 6'} 11660 11667 peerDependencies: 11661 - '@types/react': '^15.0.0 || ^16.0.0 || ^17.0.0 ' 11662 - react: ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 11663 - react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 11668 + '@types/react': ^17.0.39 11669 + react: ^17.0.2 || 17 11670 + react-dom: ^17.0.2 || 17 11664 11671 peerDependenciesMeta: 11665 11672 '@types/react': 11666 11673 optional: true ··· 11679 11686 /react-inlinesvg@1.2.0(react@17.0.2): 11680 11687 resolution: {integrity: sha512-IsznU+UzpUwDGzBWbf0bfSRA5Jbqz87xeoqLM/nSIDPkoHksInF1wCGybTSn4sIui+30TqboRQP1wAelNTkdog==} 11681 11688 peerDependencies: 11682 - react: ^16.3.0 || 17 11689 + react: ^17.0.2 || 17 11683 11690 dependencies: 11684 11691 exenv: 1.2.2 11685 11692 react: 17.0.2 ··· 11695 11702 /react-router-dom@5.2.0(react@17.0.2): 11696 11703 resolution: {integrity: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==} 11697 11704 peerDependencies: 11698 - react: '>=15 || 17' 11705 + react: ^17.0.2 || 17 11699 11706 dependencies: 11700 11707 '@babel/runtime': 7.22.5 11701 11708 history: 4.10.1 ··· 11710 11717 /react-router-ga@1.2.3(react-router-dom@5.2.0)(react@17.0.2): 11711 11718 resolution: {integrity: sha512-0rNBGGI6Q1hkznbLB+bAmDTS+8w3duaJYYIbCrCwof/p7RbZuv+Lsv9enumRZXxb4oTZrY95vOvFxnsRQ4cFCg==} 11712 11719 peerDependencies: 11713 - react: ^16.8.6 || 17 11720 + react: ^17.0.2 || 17 11714 11721 react-router-dom: ^5.0.0 11715 11722 dependencies: 11716 11723 react: 17.0.2 ··· 11720 11727 /react-router@5.2.0(react@17.0.2): 11721 11728 resolution: {integrity: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==} 11722 11729 peerDependencies: 11723 - react: '>=15 || 17' 11730 + react: ^17.0.2 || 17 11724 11731 dependencies: 11725 11732 '@babel/runtime': 7.22.5 11726 11733 history: 4.10.1 ··· 11738 11745 /react-scroll@1.8.2(react-dom@17.0.2)(react@17.0.2): 11739 11746 resolution: {integrity: sha512-f2ZEG5fsPbPTySI9ekcFpETCcNlqbmwbQj9hhzYK8tkgv+PA8APatSt66o/q0KSkDZxyT98ONTtXp9x0lyowEw==} 11740 11747 peerDependencies: 11741 - react: ^15.5.4 || ^16.0.0 || ^17.0.0 || 17 11742 - react-dom: ^15.5.4 || ^16.0.0 || ^17.0.0 || 17 11748 + react: ^17.0.2 || 17 11749 + react-dom: ^17.0.2 || 17 11743 11750 dependencies: 11744 11751 lodash.throttle: 4.1.1 11745 11752 prop-types: 15.8.1 ··· 11750 11757 /react-shallow-renderer@16.14.1(react@17.0.2): 11751 11758 resolution: {integrity: sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==} 11752 11759 peerDependencies: 11753 - react: ^16.0.0 || ^17.0.0 || 17 11760 + react: ^17.0.2 || 17 11754 11761 dependencies: 11755 11762 object-assign: 4.1.1 11756 11763 react: 17.0.2 ··· 11760 11767 /react-side-effect@1.2.0(react@17.0.2): 11761 11768 resolution: {integrity: sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==} 11762 11769 peerDependencies: 11763 - react: ^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 || 17 11770 + react: ^17.0.2 || 17 11764 11771 dependencies: 11765 11772 react: 17.0.2 11766 11773 shallowequal: 1.1.0 ··· 11768 11775 /react-ssr-prepass@1.4.0(react@17.0.2): 11769 11776 resolution: {integrity: sha512-0SzdmiQUtHvhxCabHg9BI/pkJfijGkQ0jQL6fC4YFy7idaDOuaiQLsajIkkNxffFXtJFHIWFITlve2WB88e0Jw==} 11770 11777 peerDependencies: 11771 - react: ^16.8.0 || ^17.0.0 || 17 11778 + react: ^17.0.2 || 17 11772 11779 dependencies: 11773 11780 react: 17.0.2 11774 11781 dev: true ··· 11811 11818 /react-static-plugin-styled-components@7.2.2(react@17.0.2)(styled-components@5.2.3): 11812 11819 resolution: {integrity: sha512-yjZ2V5b4HLRs6ldbLmreXpXBiNU5y4IByPID/rYWe3J8NFenPMI7kbhiFlBDkUDEhJvGIpSFw3I8OCvAcm4yQg==} 11813 11820 peerDependencies: 11814 - react: ^16.9.0 || 17 11815 - styled-components: ^4.3.2 || 5 11821 + react: ^17.0.2 || 17 11822 + styled-components: ^5.2.3 || 5 11816 11823 dependencies: 11817 11824 react: 17.0.2 11818 11825 styled-components: 5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2) ··· 11909 11916 /react-test-renderer@17.0.2(react@17.0.2): 11910 11917 resolution: {integrity: sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==} 11911 11918 peerDependencies: 11912 - react: 17.0.2 || 17 11919 + react: ^17.0.2 || 17 11913 11920 dependencies: 11914 11921 object-assign: 4.1.1 11915 11922 react: 17.0.2 ··· 11921 11928 /react-universal-component@4.5.0(react@17.0.2): 11922 11929 resolution: {integrity: sha512-dBUC6afvSAQhDcE4oh1eTmfU29W0O2eZhcGXnfGUTulXkU8ejuWqlJWXXrSMx5iV1H6LNgj2NJMj3BtBMfBNhA==} 11923 11930 peerDependencies: 11924 - react: ^16.3.0 || ^17.0.0 || 17 11931 + react: ^17.0.2 || 17 11925 11932 dependencies: 11926 11933 hoist-non-react-statics: 3.3.2 11927 11934 prop-types: 15.8.1 ··· 12233 12240 12234 12241 /remove-trailing-separator@1.1.0: 12235 12242 resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} 12243 + requiresBuild: true 12236 12244 12237 12245 /renderkid@2.0.5: 12238 12246 resolution: {integrity: sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ==} ··· 13408 13416 resolution: {integrity: sha512-BlR+KrLW3NL1yhvEB+9Nu9Dt51CuOnHoxd+Hj+rYPdtyR8X11uIW9rvhpy3Dk4dXXBsiW1u5U78f00Lf/afGoA==} 13409 13417 engines: {node: '>=10'} 13410 13418 peerDependencies: 13411 - react: '>= 16.8.0 || 17' 13412 - react-dom: '>= 16.8.0 || 17' 13413 - react-is: '>= 16.8.0 || 17' 13419 + react: ^17.0.2 || 17 13420 + react-dom: ^17.0.2 || 17 13421 + react-is: ^17.0.2 || 17 13414 13422 dependencies: 13415 13423 '@babel/helper-module-imports': 7.21.4 13416 13424 '@babel/traverse': 7.21.5(supports-color@5.5.0) ··· 13432 13440 peerDependencies: 13433 13441 '@babel/core': '*' 13434 13442 babel-plugin-macros: '*' 13435 - react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || 17' 13443 + react: ^17.0.2 || 17 13436 13444 peerDependenciesMeta: 13437 13445 '@babel/core': 13438 13446 optional: true ··· 14335 14343 /use-sync-external-store@1.2.0(react@17.0.2): 14336 14344 resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} 14337 14345 peerDependencies: 14338 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 14346 + react: ^17.0.2 || 17 14339 14347 dependencies: 14340 14348 react: 17.0.2 14341 14349 dev: true ··· 14473 14481 /vite-tsconfig-paths@4.2.0(typescript@5.1.6)(vite@3.2.5): 14474 14482 resolution: {integrity: sha512-jGpus0eUy5qbbMVGiTxCL1iB9ZGN6Bd37VGLJU39kTDD6ZfULTTb1bcc5IeTWqWJKiWV5YihCaibeASPiGi8kw==} 14475 14483 peerDependencies: 14476 - vite: '*' 14484 + vite: ^3.2.4 14477 14485 peerDependenciesMeta: 14478 14486 vite: 14479 14487 optional: true ··· 14753 14761 /webpack-flush-chunks@2.0.3(react@17.0.2): 14754 14762 resolution: {integrity: sha512-CXGOyXG5YjjxyI+Qyt3VlI//JX92UmGRNP65zN3o9CIntEzfzc1J30YTKRRvF1JsE/iEzbnp5u99yCkL9obotQ==} 14755 14763 peerDependencies: 14756 - react: '*' 14764 + react: ^17.0.2 || 17 14757 14765 dependencies: 14758 14766 react: 17.0.2 14759 14767