Compare commits

..

12 Commits

Author SHA1 Message Date
Szilárd Dóró
43705b992d Merge pull request #1509 from nhost/changeset-release/main
chore: update versions
2023-01-12 12:41:41 +01:00
github-actions[bot]
2e999e8715 chore: update versions 2023-01-12 10:14:41 +00:00
Pilou
0370696d5c Merge pull request #1511 from nhost/chore/unlink-packages
chore(changeset): stop linking packages
2023-01-12 11:12:44 +01:00
Pierre-Louis Mercereau
f62131d55a chore(changeset): stop linking packages 2023-01-12 10:59:57 +01:00
Szilárd Dóró
86d077ac00 Merge pull request #1508 from nhost/renovate-changesets
chore: create changesest from Renovate bumps
2023-01-12 10:10:35 +01:00
szilarddoro
200e9f774c chore(deps): update dependency @types/react-dom to v18.0.10 2023-01-12 08:49:58 +00:00
Szilárd Dóró
bc1235de3b Merge pull request #1433 from nhost/renovate/react-dom-18.x
chore(deps): update dependency @types/react-dom to v18.0.10
2023-01-12 09:48:10 +01:00
Szilárd Dóró
fce58ebaea remove changeset, CI generates it 2023-01-12 09:47:53 +01:00
Szilárd Dóró
452e281120 chore(dashboard): add changeset 2023-01-12 09:47:04 +01:00
Szilárd Dóró
9a338e54c9 Merge pull request #1492 from nhost/renovate/vitest-monorepo
chore(deps): update vitest monorepo to ^0.27.0
2023-01-12 09:45:14 +01:00
renovate[bot]
6d9df237a8 chore(deps): update vitest monorepo to ^0.27.0 2023-01-09 13:34:33 +00:00
renovate[bot]
a529b654bc chore(deps): update dependency @types/react-dom to v18.0.10 2022-12-26 17:31:33 +00:00
53 changed files with 273 additions and 204 deletions

View File

@@ -2,20 +2,7 @@
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [
[
"@nhost/nextjs",
"@nhost/react",
"@nhost/vue",
"@nhost/nhost-js",
"@nhost/hasura-auth-js",
"@nhost/hasura-storage-js"
],
[
"@nhost/react-apollo",
"@nhost/apollo"
]
],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",

View File

@@ -1,5 +1,14 @@
# @nhost/dashboard
## 0.9.5
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/nextjs@1.13.2
- @nhost/react-apollo@4.13.2
## 0.9.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/dashboard",
"version": "0.9.4",
"version": "0.9.5",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
@@ -105,14 +105,14 @@
"@types/node": "^16.11.7",
"@types/pluralize": "^0.0.29",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-dom": "18.0.10",
"@types/react-table": "^7.7.12",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/validator": "^13.7.10",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.26.0",
"@vitest/coverage-c8": "^0.27.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"babel-plugin-transform-remove-console": "^6.9.4",
@@ -143,7 +143,7 @@
"typescript": "^4.8.4",
"vite": "^4.0.2",
"vite-tsconfig-paths": "^4.0.3",
"vitest": "^0.26.2",
"vitest": "^0.27.0",
"webpack": "^5.75.0"
},
"browserslist": {

View File

@@ -1,5 +1,11 @@
# @nhost/docs
## 0.0.10
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
## 0.0.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/docs",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"scripts": {
"docusaurus": "docusaurus",

View File

@@ -1,5 +1,14 @@
# @nhost-examples/codegen-react-apollo
## 0.1.5
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/react@1.13.2
- @nhost/react-apollo@4.13.2
## 0.1.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/codegen-react-apollo",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",

View File

@@ -1,5 +1,13 @@
# @nhost-examples/codegen-react-query
## 0.1.5
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/react@1.13.2
## 0.1.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/codegen-react-query",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"dependencies": {
"@nhost/react": "*",

View File

@@ -1,5 +1,11 @@
# @nhost-examples/docker-compose
## 0.0.4
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
## 0.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/docker-compose",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"e2e": "vitest run"

View File

@@ -1,5 +1,15 @@
# @nhost-examples/nextjs
## 0.1.5
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/nextjs@1.13.2
- @nhost/react@1.13.2
- @nhost/react-apollo@4.13.2
## 0.1.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/nextjs",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"dev": "next dev",

View File

@@ -1,5 +1,14 @@
# @nhost-examples/react-apollo
## 0.1.7
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/react@1.13.2
- @nhost/react-apollo@4.13.2
## 0.1.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/react-apollo",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",

View File

@@ -1,5 +1,13 @@
# @nhost-examples/react-gqty
## 0.0.4
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/react@1.13.2
## 0.0.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/react-gqty",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,14 @@
# @nhost-examples/react-urql
## 0.0.2
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/react@1.13.2
- @nhost/react-urql@1.0.2
## 0.0.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/react-urql",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",

View File

@@ -1,5 +1,13 @@
# @nhost-examples/serverless-functions
## 0.0.4
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/stripe-graphql-js@0.0.8
## 0.0.3
### Patch Changes

View File

@@ -1,13 +1,13 @@
{
"name": "@nhost-examples/serverless-functions",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"devDependencies": {
"@types/express": "^4.17.13"
},
"dependencies": {
"@graphql-yoga/node": "^2.13.13",
"@nhost/stripe-graphql-js": "^0.0.7",
"@nhost/stripe-graphql-js": "^0.0.8",
"@pothos/core": "^3.21.0",
"cross-fetch": "^3.1.5",
"graphql": "15.7.2",

View File

@@ -1,5 +1,14 @@
# @nhost-examples/vue-apollo
## 0.0.5
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/apollo@4.13.1
- @nhost/vue@1.13.2
## 0.0.4
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/vue-apollo",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",

View File

@@ -1,5 +1,14 @@
# @nhost-examples/vue-quickstart
## 0.0.4
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/apollo@4.13.1
- @nhost/vue@1.13.2
## 0.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/vue-quickstart",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"build": "vite build",

View File

@@ -1,5 +1,13 @@
# @nhost/apollo
## 4.13.1
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/nhost-js@1.13.1
## 4.13.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/apollo",
"version": "4.13.0",
"version": "4.13.1",
"description": "Nhost Apollo Client library",
"license": "MIT",
"keywords": [

View File

@@ -0,0 +1,7 @@
# @nhost/google-translation
## 0.0.2
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/google-translation",
"version": "0.0.1",
"version": "0.0.2",
"description": "Google Translation GraphQL API",
"license": "MIT",
"keywords": [

View File

@@ -1,5 +1,14 @@
# @nhost/react-apollo
## 4.13.2
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/apollo@4.13.1
- @nhost/react@1.13.2
## 4.13.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/react-apollo",
"version": "4.13.1",
"version": "4.13.2",
"description": "Nhost React Apollo client",
"license": "MIT",
"keywords": [

View File

@@ -1,5 +1,13 @@
# @nhost/react-urql
## 1.0.2
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/react@1.13.2
## 1.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/react-urql",
"version": "1.0.1",
"version": "1.0.2",
"description": "Nhost React URQL client",
"license": "MIT",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @nhost/stripe-graphql-js
## 0.0.8
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
## 0.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/stripe-graphql-js",
"version": "0.0.7",
"version": "0.0.8",
"description": "Stripe GraphQL API",
"license": "MIT",
"keywords": [

View File

@@ -61,7 +61,7 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.26.0",
"@vitest/coverage-c8": "^0.27.0",
"eslint": "^8.26.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.12.1",
@@ -82,7 +82,7 @@
"vite": "^4.0.2",
"vite-plugin-dts": "^1.7.1",
"vite-tsconfig-paths": "^4.0.3",
"vitest": "^0.26.2"
"vitest": "^0.27.0"
},
"resolutions": {
"graphql": "16.6.0"

View File

@@ -1,5 +1,11 @@
# @nhost/docgen
## 0.1.5
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
## 0.1.4
### Patch Changes

View File

@@ -2,7 +2,7 @@
"name": "@nhost/docgen",
"description": "Documentation generator for classes and functions",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @nhost/hasura-auth-js
## 1.12.1
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
## 1.12.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/hasura-auth-js",
"version": "1.12.0",
"version": "1.12.1",
"description": "Hasura-auth client",
"license": "MIT",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @nhost/hasura-storage-js
## 1.13.1
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
## 1.13.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/hasura-storage-js",
"version": "1.13.0",
"version": "1.13.1",
"description": "Hasura-storage client",
"license": "MIT",
"keywords": [

View File

@@ -1,5 +1,13 @@
# @nhost/nextjs
## 1.13.2
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/react@1.13.2
## 1.13.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/nextjs",
"version": "1.13.1",
"version": "1.13.2",
"description": "Nhost NextJS library",
"license": "MIT",
"keywords": [

View File

@@ -1,5 +1,14 @@
# @nhost/nhost-js
## 1.13.1
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/hasura-auth-js@1.12.1
- @nhost/hasura-storage-js@1.13.1
## 1.13.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/nhost-js",
"version": "1.13.0",
"version": "1.13.1",
"description": "Nhost JavaScript SDK",
"license": "MIT",
"keywords": [

View File

@@ -1,5 +1,13 @@
# @nhost/react
## 1.13.2
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/nhost-js@1.13.1
## 1.13.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/react",
"version": "1.13.1",
"version": "1.13.2",
"description": "Nhost React library",
"license": "MIT",
"keywords": [

View File

@@ -1,5 +1,11 @@
# @nhost/sync-versions
## 0.0.4
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
## 0.0.3
### Patch Changes

View File

@@ -2,7 +2,7 @@
"name": "@nhost/sync-versions",
"description": "Sync the versions of Nhost services in each of the packages of a pnpm workspace",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @nhost/vue
## 1.13.2
### Patch Changes
- 200e9f77: chore(deps): update dependency @types/react-dom to v18.0.10
- Updated dependencies [200e9f77]
- @nhost/nhost-js@1.13.1
## 1.13.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/vue",
"version": "1.13.1",
"version": "1.13.2",
"description": "Nhost Vue library",
"license": "MIT",
"keywords": [

205
pnpm-lock.yaml generated
View File

@@ -18,7 +18,7 @@ importers:
'@typescript-eslint/eslint-plugin': ^5.42.1
'@typescript-eslint/parser': ^5.42.1
'@vitejs/plugin-react': ^3.0.0
'@vitest/coverage-c8': ^0.26.0
'@vitest/coverage-c8': ^0.27.0
eslint: ^8.26.0
eslint-config-react-app: ^7.0.1
eslint-plugin-cypress: ^2.12.1
@@ -39,7 +39,7 @@ importers:
vite: ^4.0.2
vite-plugin-dts: ^1.7.1
vite-tsconfig-paths: ^4.0.3
vitest: ^0.26.2
vitest: ^0.27.0
devDependencies:
'@babel/core': 7.19.6
'@babel/eslint-parser': 7.19.1_lz6pjk7mo2w5fzem2eded7dzpy
@@ -52,7 +52,7 @@ importers:
'@typescript-eslint/eslint-plugin': 5.43.0_gxsbpd7x6zqgkhe7urz2l26hry
'@typescript-eslint/parser': 5.43.0_v5bglvupnukcksncywgdzapdrq
'@vitejs/plugin-react': 3.0.0_vite@4.0.2
'@vitest/coverage-c8': 0.26.0
'@vitest/coverage-c8': 0.27.0
eslint: 8.26.0
eslint-config-react-app: 7.0.1_qkxc7qv44rcaev4dbfxm73nkuu
eslint-plugin-cypress: 2.12.1_eslint@8.26.0
@@ -73,7 +73,7 @@ importers:
vite: 4.0.2_@types+node@16.18.11
vite-plugin-dts: 1.7.1_vite@4.0.2
vite-tsconfig-paths: 4.0.3_dpxuw3r62ifu7qhmptvgc7emmm
vitest: 0.26.2
vitest: 0.27.0
dashboard:
specifiers:
@@ -127,14 +127,14 @@ importers:
'@types/node': ^16.11.7
'@types/pluralize': ^0.0.29
'@types/react': 18.0.25
'@types/react-dom': 18.0.9
'@types/react-dom': 18.0.10
'@types/react-table': ^7.7.12
'@types/testing-library__jest-dom': ^5.14.5
'@types/validator': ^13.7.10
'@typescript-eslint/eslint-plugin': ^5.43.0
'@typescript-eslint/parser': ^5.43.0
'@vitejs/plugin-react': ^3.0.0
'@vitest/coverage-c8': ^0.26.0
'@vitest/coverage-c8': ^0.27.0
analytics-node: ^6.2.0
autoprefixer: ^10.4.13
axios: ^0.27.2
@@ -199,7 +199,7 @@ importers:
validator: ^13.7.0
vite: ^4.0.2
vite-tsconfig-paths: ^4.0.3
vitest: ^0.26.2
vitest: ^0.27.0
webpack: ^5.75.0
yup: ^0.32.11
yup-password: ^0.2.2
@@ -291,14 +291,14 @@ importers:
'@types/node': 16.18.11
'@types/pluralize': 0.0.29
'@types/react': 18.0.25
'@types/react-dom': 18.0.9
'@types/react-dom': 18.0.10
'@types/react-table': 7.7.12
'@types/testing-library__jest-dom': 5.14.5
'@types/validator': 13.7.10
'@typescript-eslint/eslint-plugin': 5.43.0_nqj4bdx4ekws7aecttskpih4py
'@typescript-eslint/parser': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a
'@vitejs/plugin-react': 3.0.0_vite@4.0.2
'@vitest/coverage-c8': 0.26.0_jsdom@20.0.3
'@vitest/coverage-c8': 0.27.0_jsdom@20.0.3
autoprefixer: 10.4.13_postcss@8.4.19
babel-loader: 8.3.0_npabyccmuonwo2rku4k53xo3hi
babel-plugin-transform-remove-console: 6.9.4
@@ -329,7 +329,7 @@ importers:
typescript: 4.9.3
vite: 4.0.2_@types+node@16.18.11
vite-tsconfig-paths: 4.0.3_dblhdeqtshg5ipboc6morcuhpe
vitest: 0.26.2_jsdom@20.0.3
vitest: 0.27.0_jsdom@20.0.3
webpack: 5.75.0
docs:
@@ -664,7 +664,7 @@ importers:
examples/serverless-functions:
specifiers:
'@graphql-yoga/node': ^2.13.13
'@nhost/stripe-graphql-js': ^0.0.7
'@nhost/stripe-graphql-js': ^0.0.8
'@pothos/core': ^3.21.0
'@types/express': ^4.17.13
cross-fetch: ^3.1.5
@@ -4363,7 +4363,7 @@ packages:
infima: 0.2.0-alpha.42
lodash: 4.17.21
nprogress: 0.2.0
postcss: 8.4.19
postcss: 8.4.20
prism-react-renderer: 1.3.5_react@17.0.2
prismjs: 1.28.0
react: 17.0.2
@@ -6574,17 +6574,11 @@ packages:
resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==}
dependencies:
'@jridgewell/gen-mapping': 0.3.2
'@jridgewell/trace-mapping': 0.3.16
'@jridgewell/trace-mapping': 0.3.17
/@jridgewell/sourcemap-codec/1.4.14:
resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
/@jridgewell/trace-mapping/0.3.16:
resolution: {integrity: sha512-LCQ+NeThyJ4k1W2d+vIKdxuSt9R3pQSZ4P92m7EakaYuXcVWbHuT5bjNcqLd4Rdgi6xYWYDvBJZJLZSLanjDcA==}
dependencies:
'@jridgewell/resolve-uri': 3.1.0
'@jridgewell/sourcemap-codec': 1.4.14
/@jridgewell/trace-mapping/0.3.17:
resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==}
dependencies:
@@ -10240,7 +10234,7 @@ packages:
dependencies:
'@babel/runtime': 7.19.4
'@testing-library/dom': 8.19.0
'@types/react-dom': 18.0.9
'@types/react-dom': 18.0.10
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
dev: true
@@ -10629,6 +10623,12 @@ packages:
/@types/range-parser/1.2.4:
resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
/@types/react-dom/18.0.10:
resolution: {integrity: sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==}
dependencies:
'@types/react': 18.0.26
dev: true
/@types/react-dom/18.0.9:
resolution: {integrity: sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==}
dependencies:
@@ -11376,7 +11376,7 @@ packages:
'@unocss/config': 0.33.5
'@unocss/core': 0.33.5
'@unocss/preset-uno': 0.33.5
cac: 6.7.12
cac: 6.7.14
chokidar: 3.5.3
colorette: 2.0.16
consola: 2.15.3
@@ -11573,11 +11573,11 @@ packages:
vue: 3.2.41
dev: true
/@vitest/coverage-c8/0.26.0:
resolution: {integrity: sha512-1LSMHvX1Winy1dIV1XqQanIskYBvd3+TlQtxO6BeyFa57Lah2uNBm3gh5iDB+ZWCySN5o6bl7qOJdaZjEQZZeg==}
/@vitest/coverage-c8/0.27.0:
resolution: {integrity: sha512-jO/TAz/qUP1ssfIj6Gg1FxTRkOD5tJBiP3mwKayaqGunMsknCmxWVuFrgF1XH+FGZWLnFzR2InTjYxlyGNSgzQ==}
dependencies:
c8: 7.12.0
vitest: 0.26.0
vitest: 0.27.0
transitivePeerDependencies:
- '@edge-runtime/vm'
- '@vitest/browser'
@@ -11592,11 +11592,11 @@ packages:
- terser
dev: true
/@vitest/coverage-c8/0.26.0_jsdom@20.0.3:
resolution: {integrity: sha512-1LSMHvX1Winy1dIV1XqQanIskYBvd3+TlQtxO6BeyFa57Lah2uNBm3gh5iDB+ZWCySN5o6bl7qOJdaZjEQZZeg==}
/@vitest/coverage-c8/0.27.0_jsdom@20.0.3:
resolution: {integrity: sha512-jO/TAz/qUP1ssfIj6Gg1FxTRkOD5tJBiP3mwKayaqGunMsknCmxWVuFrgF1XH+FGZWLnFzR2InTjYxlyGNSgzQ==}
dependencies:
c8: 7.12.0
vitest: 0.26.0_jsdom@20.0.3
vitest: 0.27.0_jsdom@20.0.3
transitivePeerDependencies:
- '@edge-runtime/vm'
- '@vitest/browser'
@@ -13649,8 +13649,8 @@ packages:
yargs-parser: 20.2.9
dev: true
/cac/6.7.12:
resolution: {integrity: sha512-rM7E2ygtMkJqD9c7WnFU6fruFcN3xe4FM5yUmgxhZzIKJk4uHl9U/fhwdajGFQbQuv43FAUo1Fe8gX/oIKDeSA==}
/cac/6.7.14:
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
engines: {node: '>=8'}
dev: true
@@ -26181,7 +26181,7 @@ packages:
dependencies:
find-up: 5.0.0
picocolors: 1.0.0
postcss: 8.4.19
postcss: 8.4.20
strip-json-comments: 3.1.1
dev: false
@@ -27743,7 +27743,7 @@ packages:
uglify-js:
optional: true
dependencies:
'@jridgewell/trace-mapping': 0.3.16
'@jridgewell/trace-mapping': 0.3.17
jest-worker: 27.5.1
schema-utils: 3.1.1
serialize-javascript: 6.0.0
@@ -29264,35 +29264,16 @@ packages:
unist-util-stringify-position: 2.0.3
vfile-message: 2.0.4
/vite-node/0.26.0_@types+node@18.11.17:
resolution: {integrity: sha512-nLtHWCv6reONl1oFsKhQ/LT7n3UNLpvVARAJlmGrQV6qSElht/9AdN41Pa+WSkw2Winh682UzM0Yw0GNlfqejw==}
engines: {node: '>=v14.16.0'}
hasBin: true
dependencies:
debug: 4.3.4
mlly: 1.0.0
pathe: 0.2.0
source-map: 0.6.1
source-map-support: 0.5.21
vite: 4.0.3_@types+node@18.11.17
transitivePeerDependencies:
- '@types/node'
- less
- sass
- stylus
- sugarss
- supports-color
- terser
dev: true
/vite-node/0.26.2_@types+node@18.11.17:
resolution: {integrity: sha512-4M/zlatItZAyvrQG+82zQBhgDjRZRhVJYFW4T9wcAKh7eMmSiPOVSeI5zsV9UzHXgCcIDKX0o0r3s4OxExTHqg==}
/vite-node/0.27.0_@types+node@18.11.17:
resolution: {integrity: sha512-O1o9joT0qCGx5Om6W0VNLr7M00ttrnFlfZX2d+oxt2T9oZ9DvYSv8kDRhNJDVhAgNgUm3Tc0h/+jppNf3mVKbA==}
engines: {node: '>=v14.16.0'}
hasBin: true
dependencies:
cac: 6.7.14
debug: 4.3.4
mlly: 1.0.0
pathe: 0.2.0
picocolors: 1.0.0
source-map: 0.6.1
source-map-support: 0.5.21
vite: 4.0.3_@types+node@18.11.17
@@ -29587,8 +29568,8 @@ packages:
- supports-color
dev: true
/vitest/0.26.0:
resolution: {integrity: sha512-5kUnms5WOa0qrDCJePEPB13v9mhr+ZT1Qy0qNg0eVj1X7/Fx4GY4L1e5s3OH+BQ/J7M5WtaKsUGv9l1pbC7v2Q==}
/vitest/0.27.0:
resolution: {integrity: sha512-BnOa7T6CnXVC6UgcAsvFOZ2Dtvqkt+/Nl6CRgh4qVT70vElf65XwEL6zMRyTF+h2QXJziEkxYdrLo5WCxckMLQ==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
@@ -29614,16 +29595,18 @@ packages:
'@types/node': 18.11.17
acorn: 8.8.1
acorn-walk: 8.2.0
cac: 6.7.14
chai: 4.3.7
debug: 4.3.4
local-pkg: 0.4.2
picocolors: 1.0.0
source-map: 0.6.1
strip-literal: 1.0.0
tinybench: 2.3.1
tinypool: 0.3.0
tinyspy: 1.0.2
vite: 4.0.3_@types+node@18.11.17
vite-node: 0.26.0_@types+node@18.11.17
vite-node: 0.27.0_@types+node@18.11.17
transitivePeerDependencies:
- less
- sass
@@ -29633,8 +29616,8 @@ packages:
- terser
dev: true
/vitest/0.26.0_jsdom@20.0.3:
resolution: {integrity: sha512-5kUnms5WOa0qrDCJePEPB13v9mhr+ZT1Qy0qNg0eVj1X7/Fx4GY4L1e5s3OH+BQ/J7M5WtaKsUGv9l1pbC7v2Q==}
/vitest/0.27.0_jsdom@20.0.3:
resolution: {integrity: sha512-BnOa7T6CnXVC6UgcAsvFOZ2Dtvqkt+/Nl6CRgh4qVT70vElf65XwEL6zMRyTF+h2QXJziEkxYdrLo5WCxckMLQ==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
@@ -29660,110 +29643,19 @@ packages:
'@types/node': 18.11.17
acorn: 8.8.1
acorn-walk: 8.2.0
cac: 6.7.14
chai: 4.3.7
debug: 4.3.4
jsdom: 20.0.3
local-pkg: 0.4.2
picocolors: 1.0.0
source-map: 0.6.1
strip-literal: 1.0.0
tinybench: 2.3.1
tinypool: 0.3.0
tinyspy: 1.0.2
vite: 4.0.3_@types+node@18.11.17
vite-node: 0.26.0_@types+node@18.11.17
transitivePeerDependencies:
- less
- sass
- stylus
- sugarss
- supports-color
- terser
dev: true
/vitest/0.26.2:
resolution: {integrity: sha512-Jvqxh6SDy9SsuslkDjts0iDewDIdq4rveEt69YgDuAb1tVDGV0lDepVaeAFraoySWqneJmOt4TngFFNhlw7GfA==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@vitest/browser': '*'
'@vitest/ui': '*'
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
'@edge-runtime/vm':
optional: true
'@vitest/browser':
optional: true
'@vitest/ui':
optional: true
happy-dom:
optional: true
jsdom:
optional: true
dependencies:
'@types/chai': 4.3.4
'@types/chai-subset': 1.3.3
'@types/node': 18.11.17
acorn: 8.8.1
acorn-walk: 8.2.0
chai: 4.3.7
debug: 4.3.4
local-pkg: 0.4.2
source-map: 0.6.1
strip-literal: 1.0.0
tinybench: 2.3.1
tinypool: 0.3.0
tinyspy: 1.0.2
vite: 4.0.3_@types+node@18.11.17
vite-node: 0.26.2_@types+node@18.11.17
transitivePeerDependencies:
- less
- sass
- stylus
- sugarss
- supports-color
- terser
dev: true
/vitest/0.26.2_jsdom@20.0.3:
resolution: {integrity: sha512-Jvqxh6SDy9SsuslkDjts0iDewDIdq4rveEt69YgDuAb1tVDGV0lDepVaeAFraoySWqneJmOt4TngFFNhlw7GfA==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@vitest/browser': '*'
'@vitest/ui': '*'
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
'@edge-runtime/vm':
optional: true
'@vitest/browser':
optional: true
'@vitest/ui':
optional: true
happy-dom:
optional: true
jsdom:
optional: true
dependencies:
'@types/chai': 4.3.4
'@types/chai-subset': 1.3.3
'@types/node': 18.11.17
acorn: 8.8.1
acorn-walk: 8.2.0
chai: 4.3.7
debug: 4.3.4
jsdom: 20.0.3
local-pkg: 0.4.2
source-map: 0.6.1
strip-literal: 1.0.0
tinybench: 2.3.1
tinypool: 0.3.0
tinyspy: 1.0.2
vite: 4.0.3_@types+node@18.11.17
vite-node: 0.26.2_@types+node@18.11.17
vite-node: 0.27.0_@types+node@18.11.17
transitivePeerDependencies:
- less
- sass
@@ -30726,11 +30618,6 @@ packages:
resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==}
engines: {node: '>=10'}
/yargs-parser/21.0.1:
resolution: {integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==}
engines: {node: '>=12'}
dev: true
/yargs-parser/21.1.1:
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
engines: {node: '>=12'}
@@ -30775,7 +30662,7 @@ packages:
require-directory: 2.1.1
string-width: 4.2.3
y18n: 5.0.8
yargs-parser: 21.0.1
yargs-parser: 21.1.1
dev: true
/yargs/17.6.0: