diff --git a/.changeset/real-geese-grow.md b/.changeset/real-geese-grow.md deleted file mode 100644 index ad4338734d..0000000000 --- a/.changeset/real-geese-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'urql': patch -'@urql/preact': patch ---- - -Prioritise `context.suspense` and fallback to checking `client.suspense` diff --git a/.changeset/silver-planets-sniff.md b/.changeset/silver-planets-sniff.md deleted file mode 100644 index 0197a1b31e..0000000000 --- a/.changeset/silver-planets-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': minor ---- - -Try to parse `text/plain` content-type as JSON before bailing out with an error. diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index b0603053eb..9d0a796ac3 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/exchange-persisted": "^4.1.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 51b964094b..05ef20c7cb 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -17,12 +17,12 @@ }, "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/exchange-graphcache": "^6.3.3", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@apollo/server": "^4.4.1", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index 7313ef8b8b..cc87111b66 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/exchange-graphcache": "^6.3.3", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index 6633889ae9..380d325c64 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -6,13 +6,13 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/exchange-auth": "^2.1.6", "@urql/exchange-graphcache": "^6.3.3", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index a94488d000..c425d8b8b3 100644 --- a/examples/with-infinite-pagination/package.json +++ b/examples/with-infinite-pagination/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index 187e560dfc..0c37d359cb 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 23df396686..5d6197e061 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -3,13 +3,13 @@ "version": "0.0.0", "private": true, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/next": "^1.1.0", "graphql": "^16.6.0", "next": "13.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "scripts": { "dev": "next dev", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index a94488d000..c425d8b8b3 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index f12c2b771b..d3f73c90d6 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -8,11 +8,11 @@ "start": "react-native start" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "graphql": "^16.6.0", "react": "18.2.0", "react-native": "0.71.4", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/examples/with-react/package.json b/examples/with-react/package.json index 671289939c..77962f24ee 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-refresh-auth/package.json b/examples/with-refresh-auth/package.json index fdfc573587..437088e24f 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/exchange-auth": "^2.1.6", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 08f21e2ef9..138c11e2e7 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/exchange-retry": "^1.2.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index 3b88d7a6df..6868e53963 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -8,12 +8,12 @@ "start": "run-p client server" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/exchange-graphcache": "^6.3.3", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.5" + "urql": "^4.0.6" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 2e203b979f..1747513f1d 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/svelte": "^4.0.4", "graphql": "^16.6.0", "svelte": "^4.0.5" diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index eeba93dbc0..e32432d351 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.1.4", + "@urql/core": "^4.2.0", "@urql/vue": "^1.1.2", "graphql": "^16.6.0", "vue": "^3.2.47" diff --git a/exchanges/auth/package.json b/exchanges/auth/package.json index 194595798b..36232d2b09 100644 --- a/exchanges/auth/package.json +++ b/exchanges/auth/package.json @@ -49,7 +49,7 @@ "prepublishOnly": "run-s clean build" }, "dependencies": { - "@urql/core": ">=4.1.0", + "@urql/core": ">=4.2.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/context/package.json b/exchanges/context/package.json index 82898d4871..471b52e094 100644 --- a/exchanges/context/package.json +++ b/exchanges/context/package.json @@ -48,7 +48,7 @@ "prepublishOnly": "run-s clean build" }, "dependencies": { - "@urql/core": ">=4.1.0", + "@urql/core": ">=4.2.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/execute/package.json b/exchanges/execute/package.json index 21d0934e98..fb663772dd 100644 --- a/exchanges/execute/package.json +++ b/exchanges/execute/package.json @@ -49,7 +49,7 @@ "prepublishOnly": "run-s clean build" }, "dependencies": { - "@urql/core": ">=4.1.0", + "@urql/core": ">=4.2.0", "wonka": "^6.3.2" }, "peerDependencies": { diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 8b393b9224..837854ea07 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@0no-co/graphql.web": "^1.0.1", - "@urql/core": ">=4.1.0", + "@urql/core": ">=4.2.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/persisted/package.json b/exchanges/persisted/package.json index 78418a0920..9ccf61a5a2 100644 --- a/exchanges/persisted/package.json +++ b/exchanges/persisted/package.json @@ -47,7 +47,7 @@ "prepublishOnly": "run-s clean build" }, "dependencies": { - "@urql/core": ">=4.1.0", + "@urql/core": ">=4.2.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/populate/package.json b/exchanges/populate/package.json index a2f82fdda7..5450843c98 100644 --- a/exchanges/populate/package.json +++ b/exchanges/populate/package.json @@ -47,7 +47,7 @@ "prepublishOnly": "run-s clean build" }, "dependencies": { - "@urql/core": ">=4.1.0", + "@urql/core": ">=4.2.0", "wonka": "^6.3.2" }, "peerDependencies": { diff --git a/exchanges/refocus/package.json b/exchanges/refocus/package.json index 40beb318cf..03b863e821 100644 --- a/exchanges/refocus/package.json +++ b/exchanges/refocus/package.json @@ -54,7 +54,7 @@ "graphql": "^16.0.0" }, "dependencies": { - "@urql/core": ">=4.1.0", + "@urql/core": ">=4.2.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/exchanges/request-policy/package.json b/exchanges/request-policy/package.json index 36b6e7b794..3aa1e46027 100644 --- a/exchanges/request-policy/package.json +++ b/exchanges/request-policy/package.json @@ -52,7 +52,7 @@ "graphql": "^16.0.0" }, "dependencies": { - "@urql/core": ">=4.1.0", + "@urql/core": ">=4.2.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/exchanges/retry/package.json b/exchanges/retry/package.json index 4dd7defd61..d86746e0e0 100644 --- a/exchanges/retry/package.json +++ b/exchanges/retry/package.json @@ -52,7 +52,7 @@ "graphql": "^16.0.0" }, "dependencies": { - "@urql/core": ">=4.1.0", + "@urql/core": ">=4.2.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1dfb450377..a6d92b5e66 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/core +## 4.2.0 + +### Minor Changes + +- Try to parse `text/plain` content-type as JSON before bailing out with an error + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3430](https://github.com/urql-graphql/urql/pull/3430)) + ## 4.1.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 52fd9deec9..d788cfe8ca 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "4.1.4", + "version": "4.2.0", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/preact-urql/CHANGELOG.md b/packages/preact-urql/CHANGELOG.md index e876c6ebb4..2a7384fe2c 100644 --- a/packages/preact-urql/CHANGELOG.md +++ b/packages/preact-urql/CHANGELOG.md @@ -1,5 +1,14 @@ # @urql/preact +## 4.0.4 + +### Patch Changes + +- Prioritise `context.suspense` and fallback to checking `client.suspense` + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3427](https://github.com/urql-graphql/urql/pull/3427)) +- Updated dependencies (See [#3430](https://github.com/urql-graphql/urql/pull/3430)) + - @urql/core@4.2.0 + ## 4.0.3 ### Patch Changes diff --git a/packages/preact-urql/package.json b/packages/preact-urql/package.json index 851db723dc..d4ae537b5e 100644 --- a/packages/preact-urql/package.json +++ b/packages/preact-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "4.0.3", + "version": "4.0.4", "description": "A highly customizable and versatile GraphQL client for Preact", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -58,7 +58,7 @@ "preact": ">= 10.0.0" }, "dependencies": { - "@urql/core": "^4.1.0", + "@urql/core": "^4.2.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/packages/react-urql/CHANGELOG.md b/packages/react-urql/CHANGELOG.md index 8025974eda..3b28b220ae 100644 --- a/packages/react-urql/CHANGELOG.md +++ b/packages/react-urql/CHANGELOG.md @@ -1,5 +1,14 @@ # urql +## 4.0.6 + +### Patch Changes + +- Prioritise `context.suspense` and fallback to checking `client.suspense` + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3427](https://github.com/urql-graphql/urql/pull/3427)) +- Updated dependencies (See [#3430](https://github.com/urql-graphql/urql/pull/3430)) + - @urql/core@4.2.0 + ## 4.0.5 ### Patch Changes diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index d91b727e70..e68a09f9a0 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "4.0.5", + "version": "4.0.6", "description": "A highly customizable and versatile GraphQL client for React", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -61,7 +61,7 @@ "react": ">= 16.8.0" }, "dependencies": { - "@urql/core": "^4.1.0", + "@urql/core": "^4.2.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/packages/svelte-urql/package.json b/packages/svelte-urql/package.json index efb75ed627..6c3a4032f7 100644 --- a/packages/svelte-urql/package.json +++ b/packages/svelte-urql/package.json @@ -52,7 +52,7 @@ "svelte": "^3.0.0 || ^4.0.0" }, "dependencies": { - "@urql/core": "^4.1.0", + "@urql/core": "^4.2.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/packages/vue-urql/package.json b/packages/vue-urql/package.json index 3725f7802c..14d0bd1b36 100644 --- a/packages/vue-urql/package.json +++ b/packages/vue-urql/package.json @@ -58,7 +58,7 @@ "vue": "^2.7.0 || ^3.0.0" }, "dependencies": { - "@urql/core": "^4.1.0", + "@urql/core": "^4.2.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 555d71a7c8..63268d22f0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true @@ -182,7 +182,7 @@ importers: exchanges/auth: dependencies: '@urql/core': - specifier: '>=4.1.0' + specifier: '>=4.2.0' version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -195,7 +195,7 @@ importers: exchanges/context: dependencies: '@urql/core': - specifier: '>=4.1.0' + specifier: '>=4.2.0' version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -208,7 +208,7 @@ importers: exchanges/execute: dependencies: '@urql/core': - specifier: '>=4.1.0' + specifier: '>=4.2.0' version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -224,7 +224,7 @@ importers: specifier: ^1.0.1 version: 1.0.1(graphql@16.6.0) '@urql/core': - specifier: '>=4.1.0' + specifier: '>=4.2.0' version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -258,7 +258,7 @@ importers: exchanges/persisted: dependencies: '@urql/core': - specifier: '>=4.1.0' + specifier: '>=4.2.0' version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -271,7 +271,7 @@ importers: exchanges/populate: dependencies: '@urql/core': - specifier: '>=4.1.0' + specifier: '>=4.2.0' version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -284,7 +284,7 @@ importers: exchanges/refocus: dependencies: '@urql/core': - specifier: '>=4.1.0' + specifier: '>=4.2.0' version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -300,7 +300,7 @@ importers: exchanges/request-policy: dependencies: '@urql/core': - specifier: '>=4.1.0' + specifier: '>=4.2.0' version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -313,7 +313,7 @@ importers: exchanges/retry: dependencies: '@urql/core': - specifier: '>=4.1.0' + specifier: '>=4.2.0' version: link:../../packages/core wonka: specifier: ^6.3.2 @@ -368,7 +368,7 @@ importers: packages/preact-urql: dependencies: '@urql/core': - specifier: ^4.1.0 + specifier: ^4.2.0 version: link:../core wonka: specifier: ^6.3.2 @@ -387,7 +387,7 @@ importers: packages/react-urql: dependencies: '@urql/core': - specifier: ^4.1.0 + specifier: ^4.2.0 version: link:../core wonka: specifier: ^6.3.2 @@ -557,7 +557,7 @@ importers: packages/svelte-urql: dependencies: '@urql/core': - specifier: ^4.1.0 + specifier: ^4.2.0 version: link:../core wonka: specifier: ^6.3.2 @@ -573,7 +573,7 @@ importers: packages/vue-urql: dependencies: '@urql/core': - specifier: ^4.1.0 + specifier: ^4.2.0 version: link:../core wonka: specifier: ^6.3.2 @@ -594,7 +594,7 @@ packages: /@0no-co/graphql.web@1.0.1(graphql@16.6.0): resolution: {integrity: sha512-6Yaxyv6rOwRkLIvFaL0NrLDgfNqC/Ng9QOPmTmlqW4mORXMEKmh5NYGkIvvt5Yw8fZesnMAqkj8cIqTj8f40cQ==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: ^16.6.0 peerDependenciesMeta: graphql: optional: true @@ -1990,10 +1990,10 @@ packages: /@cypress/react@7.0.2(@types/react@17.0.52)(cypress@12.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-TTV7XNMDOO9mZUFWiGbd44Od/jqMVX/QbHYKQmK1XT3nIVFs0EvKJuHJmwN7wxLOR/+6twtyX6vTD8z8XBTliQ==} peerDependencies: - '@types/react': ^16.9.16 || ^17.0.0 + '@types/react': ^17.0.39 cypress: '*' - react: ^=16.x || ^=17.x || 17 - react-dom: ^=16.x || ^=17.x || 17 + react: ^17.0.2 || 17 + react-dom: ^17.0.2 || 17 peerDependenciesMeta: '@types/react': optional: true @@ -2245,7 +2245,7 @@ packages: /@mdx-js/react@1.6.22(react@17.0.2): resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==} peerDependencies: - react: ^16.13.1 || ^17.0.0 || 17 + react: ^17.0.2 || 17 dependencies: react: 17.0.2 dev: false @@ -2682,8 +2682,8 @@ packages: /@reach/router@1.3.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 + react: ^17.0.2 || 17 + react-dom: ^17.0.2 || 17 dependencies: create-react-context: 0.3.0(prop-types@15.8.1)(react@17.0.2) invariant: 2.2.4 @@ -2853,8 +2853,8 @@ packages: /@testing-library/react-hooks@5.1.2(react-dom@17.0.2)(react-test-renderer@17.0.2)(react@17.0.2): resolution: {integrity: sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg==} peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0 || 17' + react: ^17.0.2 || 17 + react-dom: ^17.0.2 || 17 react-test-renderer: '>=16.9.0' peerDependenciesMeta: react-dom: @@ -2877,8 +2877,8 @@ packages: resolution: {integrity: sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ==} engines: {node: '>=10'} peerDependencies: - react: '*' - react-dom: '*' + react: ^17.0.2 || 17 + react-dom: ^17.0.2 || 17 dependencies: '@babel/runtime': 7.22.5 '@testing-library/dom': 7.30.4 @@ -3245,6 +3245,7 @@ packages: /@vue/compiler-core@3.3.4: resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} + requiresBuild: true dependencies: '@babel/parser': 7.22.4 '@vue/shared': 3.3.4 @@ -3292,6 +3293,7 @@ packages: /@vue/compiler-ssr@3.3.4: resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==} + requiresBuild: true dependencies: '@vue/compiler-dom': 3.3.4 '@vue/shared': 3.3.4 @@ -3356,6 +3358,7 @@ packages: /@vue/shared@3.3.4: resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} + requiresBuild: true dev: true optional: true @@ -4044,7 +4047,7 @@ packages: /babel-plugin-styled-components@1.12.0(styled-components@5.2.3): resolution: {integrity: sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA==} peerDependencies: - styled-components: '>= 2 || 5' + styled-components: ^5.2.3 || 5 dependencies: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.21.4 @@ -4166,6 +4169,7 @@ packages: /binary-extensions@1.13.1: resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} engines: {node: '>=0.10.0'} + requiresBuild: true /binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} @@ -5246,7 +5250,7 @@ packages: resolution: {integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==} peerDependencies: prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 || 17 + react: ^17.0.2 || 17 dependencies: gud: 1.0.0 prop-types: 15.8.1 @@ -7292,7 +7296,7 @@ packages: resolution: {integrity: sha512-jvHSQMXujUtncyT3ObkoQgwOzkxdnnAs7XYgJDGSqhGqPF+LZ0y4rS5b6XzaN2BR3hG2e7isVtCNOmb7gxNuYw==} engines: {node: '>= 0.12.0', npm: '>= 2.0.0'} peerDependencies: - styled-components: '>= 4.0.0 || 5' + styled-components: ^5.2.3 || 5 dependencies: styled-components: 5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2) dev: false @@ -8553,6 +8557,7 @@ packages: /is-glob@3.1.0: resolution: {integrity: sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==} engines: {node: '>=0.10.0'} + requiresBuild: true dependencies: is-extglob: 2.1.1 @@ -9663,7 +9668,7 @@ packages: deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. peerDependencies: prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 + react: ^17.0.2 || 17 dependencies: '@babel/runtime': 7.22.5 prop-types: 15.8.1 @@ -9958,8 +9963,8 @@ packages: peerDependencies: fibers: '>= 3.1.0' node-sass: ^6.0.0 || ^7.0.0 - react: ^18.0.0-0 || 17 - react-dom: ^18.0.0-0 || 17 + react: ^17.0.2 || 17 + react-dom: ^17.0.2 || 17 sass: ^1.3.0 peerDependenciesMeta: fibers: @@ -10128,6 +10133,7 @@ packages: /normalize-path@2.1.1: resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==} engines: {node: '>=0.10.0'} + requiresBuild: true dependencies: remove-trailing-separator: 1.1.0 @@ -10756,6 +10762,7 @@ packages: /path-dirname@1.0.2: resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} + requiresBuild: true /path-exists@3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} @@ -11351,7 +11358,7 @@ packages: /prism-react-renderer@1.2.0(react@17.0.2): resolution: {integrity: sha512-GHqzxLYImx1iKN1jJURcuRoA/0ygCcNhfGw1IT8nPIMzarmKQ3Nc+JcG0gi8JXQzuh0C5ShE4npMIoqNin40hg==} peerDependencies: - react: '>=0.14.9 || 17' + react: ^17.0.2 || 17 dependencies: react: 17.0.2 dev: false @@ -11601,7 +11608,7 @@ packages: /react-dom@17.0.2(react@17.0.2): resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} peerDependencies: - react: 17.0.2 || 17 + react: ^17.0.2 || 17 dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -11612,7 +11619,7 @@ packages: resolution: {integrity: sha512-W3xCd9zXnanqrTUeViceufD3mIW8Ut29BUD+S2f0eO2XCOU8b6UrJfY46RDGe5lxCJzfe4j0yvIfh0RbTZhKJw==} engines: {node: '>=10', npm: '>=6'} peerDependencies: - react: '>=16.13.1 || 17' + react: ^17.0.2 || 17 dependencies: '@babel/runtime': 7.22.5 react: 17.0.2 @@ -11624,7 +11631,7 @@ packages: /react-from-dom@0.3.1(react@17.0.2): resolution: {integrity: sha512-PeNBa8iuzoD7qHA9O7YpGnXFvC+XFFwStmFh2/r2zJAvEIaRg6EwOj+EPcDIFwyYBhqPIItxIx/dGdeWiFivjQ==} peerDependencies: - react: ^15.0.0 || ^16.0.0 || 17 + react: ^17.0.2 || 17 dependencies: react: 17.0.2 dev: false @@ -11633,7 +11640,7 @@ packages: resolution: {integrity: sha512-o8RScHj6Lb8cwy3GMrVH6NJvL+y0zpJvKtc0+wmH7Bt23rszJmnqEQxRbyrqUzk9DTJIHoP42bfO5rswC9SWBQ==} peerDependencies: prop-types: ^15.6.0 - react: ^15.6.2 || ^16.0 || ^17 || 17 + react: ^17.0.2 || 17 dependencies: prop-types: 15.7.2 react: 17.0.2 @@ -11646,7 +11653,7 @@ packages: /react-helmet@5.2.1(react@17.0.2): resolution: {integrity: sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==} peerDependencies: - react: '>=15.0.0 || 17' + react: ^17.0.2 || 17 dependencies: object-assign: 4.1.1 prop-types: 15.8.1 @@ -11658,9 +11665,9 @@ packages: resolution: {integrity: sha512-JrLlvUPqh6wIkrK2hZDfOyq/Uh/WeVEr8nc7hkn2/3Ul0sx1Kr5y4kOGNacNRoj7RhwLNcQ3Udf1KJXrqc0ZtA==} engines: {node: '>= 6'} peerDependencies: - '@types/react': '^15.0.0 || ^16.0.0 || ^17.0.0 ' - react: ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 - react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 + '@types/react': ^17.0.39 + react: ^17.0.2 || 17 + react-dom: ^17.0.2 || 17 peerDependenciesMeta: '@types/react': optional: true @@ -11679,7 +11686,7 @@ packages: /react-inlinesvg@1.2.0(react@17.0.2): resolution: {integrity: sha512-IsznU+UzpUwDGzBWbf0bfSRA5Jbqz87xeoqLM/nSIDPkoHksInF1wCGybTSn4sIui+30TqboRQP1wAelNTkdog==} peerDependencies: - react: ^16.3.0 || 17 + react: ^17.0.2 || 17 dependencies: exenv: 1.2.2 react: 17.0.2 @@ -11695,7 +11702,7 @@ packages: /react-router-dom@5.2.0(react@17.0.2): resolution: {integrity: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==} peerDependencies: - react: '>=15 || 17' + react: ^17.0.2 || 17 dependencies: '@babel/runtime': 7.22.5 history: 4.10.1 @@ -11710,7 +11717,7 @@ packages: /react-router-ga@1.2.3(react-router-dom@5.2.0)(react@17.0.2): resolution: {integrity: sha512-0rNBGGI6Q1hkznbLB+bAmDTS+8w3duaJYYIbCrCwof/p7RbZuv+Lsv9enumRZXxb4oTZrY95vOvFxnsRQ4cFCg==} peerDependencies: - react: ^16.8.6 || 17 + react: ^17.0.2 || 17 react-router-dom: ^5.0.0 dependencies: react: 17.0.2 @@ -11720,7 +11727,7 @@ packages: /react-router@5.2.0(react@17.0.2): resolution: {integrity: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==} peerDependencies: - react: '>=15 || 17' + react: ^17.0.2 || 17 dependencies: '@babel/runtime': 7.22.5 history: 4.10.1 @@ -11738,8 +11745,8 @@ packages: /react-scroll@1.8.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-f2ZEG5fsPbPTySI9ekcFpETCcNlqbmwbQj9hhzYK8tkgv+PA8APatSt66o/q0KSkDZxyT98ONTtXp9x0lyowEw==} peerDependencies: - react: ^15.5.4 || ^16.0.0 || ^17.0.0 || 17 - react-dom: ^15.5.4 || ^16.0.0 || ^17.0.0 || 17 + react: ^17.0.2 || 17 + react-dom: ^17.0.2 || 17 dependencies: lodash.throttle: 4.1.1 prop-types: 15.8.1 @@ -11750,7 +11757,7 @@ packages: /react-shallow-renderer@16.14.1(react@17.0.2): resolution: {integrity: sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==} peerDependencies: - react: ^16.0.0 || ^17.0.0 || 17 + react: ^17.0.2 || 17 dependencies: object-assign: 4.1.1 react: 17.0.2 @@ -11760,7 +11767,7 @@ packages: /react-side-effect@1.2.0(react@17.0.2): resolution: {integrity: sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==} peerDependencies: - react: ^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 || 17 + react: ^17.0.2 || 17 dependencies: react: 17.0.2 shallowequal: 1.1.0 @@ -11768,7 +11775,7 @@ packages: /react-ssr-prepass@1.4.0(react@17.0.2): resolution: {integrity: sha512-0SzdmiQUtHvhxCabHg9BI/pkJfijGkQ0jQL6fC4YFy7idaDOuaiQLsajIkkNxffFXtJFHIWFITlve2WB88e0Jw==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || 17 + react: ^17.0.2 || 17 dependencies: react: 17.0.2 dev: true @@ -11811,8 +11818,8 @@ packages: /react-static-plugin-styled-components@7.2.2(react@17.0.2)(styled-components@5.2.3): resolution: {integrity: sha512-yjZ2V5b4HLRs6ldbLmreXpXBiNU5y4IByPID/rYWe3J8NFenPMI7kbhiFlBDkUDEhJvGIpSFw3I8OCvAcm4yQg==} peerDependencies: - react: ^16.9.0 || 17 - styled-components: ^4.3.2 || 5 + react: ^17.0.2 || 17 + styled-components: ^5.2.3 || 5 dependencies: react: 17.0.2 styled-components: 5.2.3(react-dom@17.0.2)(react-is@17.0.2)(react@17.0.2) @@ -11909,7 +11916,7 @@ packages: /react-test-renderer@17.0.2(react@17.0.2): resolution: {integrity: sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==} peerDependencies: - react: 17.0.2 || 17 + react: ^17.0.2 || 17 dependencies: object-assign: 4.1.1 react: 17.0.2 @@ -11921,7 +11928,7 @@ packages: /react-universal-component@4.5.0(react@17.0.2): resolution: {integrity: sha512-dBUC6afvSAQhDcE4oh1eTmfU29W0O2eZhcGXnfGUTulXkU8ejuWqlJWXXrSMx5iV1H6LNgj2NJMj3BtBMfBNhA==} peerDependencies: - react: ^16.3.0 || ^17.0.0 || 17 + react: ^17.0.2 || 17 dependencies: hoist-non-react-statics: 3.3.2 prop-types: 15.8.1 @@ -12233,6 +12240,7 @@ packages: /remove-trailing-separator@1.1.0: resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} + requiresBuild: true /renderkid@2.0.5: resolution: {integrity: sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ==} @@ -13408,9 +13416,9 @@ packages: resolution: {integrity: sha512-BlR+KrLW3NL1yhvEB+9Nu9Dt51CuOnHoxd+Hj+rYPdtyR8X11uIW9rvhpy3Dk4dXXBsiW1u5U78f00Lf/afGoA==} engines: {node: '>=10'} peerDependencies: - react: '>= 16.8.0 || 17' - react-dom: '>= 16.8.0 || 17' - react-is: '>= 16.8.0 || 17' + react: ^17.0.2 || 17 + react-dom: ^17.0.2 || 17 + react-is: ^17.0.2 || 17 dependencies: '@babel/helper-module-imports': 7.21.4 '@babel/traverse': 7.21.5(supports-color@5.5.0) @@ -13432,7 +13440,7 @@ packages: peerDependencies: '@babel/core': '*' babel-plugin-macros: '*' - react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || 17' + react: ^17.0.2 || 17 peerDependenciesMeta: '@babel/core': optional: true @@ -14335,7 +14343,7 @@ packages: /use-sync-external-store@1.2.0(react@17.0.2): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 + react: ^17.0.2 || 17 dependencies: react: 17.0.2 dev: true @@ -14473,7 +14481,7 @@ packages: /vite-tsconfig-paths@4.2.0(typescript@5.1.6)(vite@3.2.5): resolution: {integrity: sha512-jGpus0eUy5qbbMVGiTxCL1iB9ZGN6Bd37VGLJU39kTDD6ZfULTTb1bcc5IeTWqWJKiWV5YihCaibeASPiGi8kw==} peerDependencies: - vite: '*' + vite: ^3.2.4 peerDependenciesMeta: vite: optional: true @@ -14753,7 +14761,7 @@ packages: /webpack-flush-chunks@2.0.3(react@17.0.2): resolution: {integrity: sha512-CXGOyXG5YjjxyI+Qyt3VlI//JX92UmGRNP65zN3o9CIntEzfzc1J30YTKRRvF1JsE/iEzbnp5u99yCkL9obotQ==} peerDependencies: - react: '*' + react: ^17.0.2 || 17 dependencies: react: 17.0.2