upgrade packages
This commit is contained in:
parent
d1df501f86
commit
d01047752f
@ -13,13 +13,13 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.7.3",
|
||||
"@fontsource/montserrat": "^4.5.13",
|
||||
"@apollo/client": "^3.7.9",
|
||||
"@fontsource/montserrat": "^4.5.14",
|
||||
"@tanstack/react-query": "^4.20.9",
|
||||
"@trpc/client": "^10.7.0",
|
||||
"@trpc/next": "^10.7.0",
|
||||
"@trpc/next": "^10.13.0",
|
||||
"@trpc/react-query": "^10.7.0",
|
||||
"@trpc/server": "^10.7.0",
|
||||
"@trpc/server": "^10.13.0",
|
||||
"axios": "^1.2.2",
|
||||
"dayjs": "^1.11.7",
|
||||
"less": "^4.1.3",
|
||||
@ -35,31 +35,31 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"sharp": "^0.31.3",
|
||||
"styled-components": "^5.3.6",
|
||||
"superjson": "^1.12.1",
|
||||
"superjson": "^1.12.2",
|
||||
"tools": "*",
|
||||
"ui": "*",
|
||||
"use-debounce": "^9.0.2",
|
||||
"zod": "^3.20.2"
|
||||
"use-debounce": "^9.0.3",
|
||||
"zod": "^3.20.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^2.16.3",
|
||||
"@graphql-codegen/typed-document-node": "^2.3.13",
|
||||
"@graphql-codegen/typescript": "^2.8.7",
|
||||
"@graphql-codegen/typescript-operations": "^2.5.12",
|
||||
"@graphql-codegen/cli": "^3.2.1",
|
||||
"@graphql-codegen/typed-document-node": "^3.0.1",
|
||||
"@graphql-codegen/typescript": "^3.0.1",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.1",
|
||||
"@graphql-typed-document-node/patch-cli": "^3.0.9",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@types/node": "^18.11.18",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/node": "^18.14.2",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"eslint": "^8.31.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-custom": "*",
|
||||
"gql-sdl": "^1.0.0",
|
||||
"jest": "^29.3.1",
|
||||
"jest-environment-jsdom": "^29.3.1",
|
||||
"msw": "^0.49.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
"msw": "^1.1.0",
|
||||
"ts-jest": "^29.0.5",
|
||||
"tsconfig": "*",
|
||||
"typescript": "^4.9.4"
|
||||
},
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/**
|
||||
* Mock Service Worker (0.49.2).
|
||||
* Mock Service Worker (1.1.0).
|
||||
* @see https://github.com/mswjs/msw
|
||||
* - Please do NOT modify this file.
|
||||
* - Please do NOT serve this file on production.
|
||||
|
||||
@ -21,12 +21,12 @@
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"dotenv-cli": "^6.0.0",
|
||||
"dotenv-cli": "^7.0.0",
|
||||
"eslint-config-custom": "*",
|
||||
"husky": "^8.0.3",
|
||||
"prettier": "^2.8.2",
|
||||
"prettier": "^2.8.4",
|
||||
"tools": "*",
|
||||
"turbo": "^1.7.1"
|
||||
"turbo": "^1.8.3"
|
||||
},
|
||||
"packageManager": "yarn@1.22.17",
|
||||
"engines": {
|
||||
|
||||
@ -4,16 +4,16 @@
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser": "^5.50.0",
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-config-canonical": "^40.0.4",
|
||||
"eslint-config-next": "^13.1.6",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-canonical": "^40.0.8",
|
||||
"eslint-config-next": "^13.2.1",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-config-turbo": "^0.0.7",
|
||||
"eslint-plugin-canonical": "^3.3.0",
|
||||
"eslint-config-turbo": "^0.0.9",
|
||||
"eslint-plugin-canonical": "^4.2.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-sonarjs": "^0.18.0",
|
||||
"eslint-plugin-testing-library": "^5.10.0"
|
||||
"eslint-plugin-testing-library": "^5.10.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -8,11 +8,11 @@
|
||||
"lint": "TIMING=1 eslint \"**/*.ts*\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.31.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-custom": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"mobx": "^6.7.0",
|
||||
"radash": "^10.4.0"
|
||||
"mobx": "^6.8.0",
|
||||
"radash": "^10.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@types/rebass": "^4.0.10",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"eslint": "^8.31.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user