Bump most frontend dependencies in the lock file
This commit is contained in:
7100
frontend/package-lock.json
generated
7100
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -50,8 +50,8 @@
|
||||
"@browser-logos/safari": "^2.1.0",
|
||||
"@codecov/vite-plugin": "^1.2.0",
|
||||
"@graphql-codegen/add": "^5.0.3",
|
||||
"@graphql-codegen/cli": "^5.0.2",
|
||||
"@graphql-codegen/client-preset": "^4.3.3",
|
||||
"@graphql-codegen/cli": "^5.0.3",
|
||||
"@graphql-codegen/client-preset": "4.3.3",
|
||||
"@graphql-codegen/urql-introspection": "^3.0.0",
|
||||
"@graphql-eslint/eslint-plugin": "^3.20.1",
|
||||
"@storybook/addon-essentials": "^8.3.5",
|
||||
@@ -65,6 +65,7 @@
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-test-renderer": "^18.3.0",
|
||||
"@types/swagger-ui-react": "^4.18.3",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@vitejs/plugin-react": "^4.3.2",
|
||||
"@vitest/coverage-v8": "^2.1.2",
|
||||
"autoprefixer": "^10.4.20",
|
||||
@@ -77,13 +78,13 @@
|
||||
"eslint-plugin-matrix-org": "^1.2.1",
|
||||
"happy-dom": "^15.7.4",
|
||||
"i18next-parser": "^9.0.2",
|
||||
"postcss": "^8.4.41",
|
||||
"postcss": "^8.4.47",
|
||||
"postcss-modules": "^6.0.0",
|
||||
"postcss-nesting": "^13.0.0",
|
||||
"prettier": "3.3.3",
|
||||
"react-test-renderer": "^18.3.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"storybook": "^8.1.11",
|
||||
"storybook": "^8.3.5",
|
||||
"storybook-react-i18next": "^3.1.7",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"typescript": "5.6.2",
|
||||
@@ -91,6 +92,6 @@
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-graphql-codegen": "^3.3.8",
|
||||
"vite-plugin-manifest-sri": "^0.2.0",
|
||||
"vitest": "^2.0.5"
|
||||
"vitest": "^2.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@ const Template: React.FC<{
|
||||
|
||||
const mockClient = {
|
||||
/* This will resolve after a small delay */
|
||||
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
|
||||
executeMutation: () =>
|
||||
pipe(
|
||||
fromValue({
|
||||
|
||||
Reference in New Issue
Block a user