Skip to content

Commit

Permalink
Update/all deps (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckomop0x authored Apr 26, 2024
1 parent b26231b commit 7e42268
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 248 deletions.
2 changes: 2 additions & 0 deletions graphql.config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
schema: https://admin.ckomop0x.me/graphql
documents: '**/*.graphql'
98 changes: 49 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckomop0x-me-site-v2",
"version": "6.9.1",
"version": "6.9.2",
"description": "Pavel Klochkov personal blog — ckomop0x.me",
"keywords": [
"nextjs",
Expand Down Expand Up @@ -48,39 +48,39 @@
]
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "^3.10.1",
"@apollo/rover": "^0.23.0",
"@babel/core": "^7.23.9",
"@emotion/babel-plugin": "^11.10.8",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@storybook/addon-actions": "^8.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/react": "^8.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^15.0.0",
"@types/jest": "^29.5.8",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@babel/core": "^7.24.4",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@storybook/addon-actions": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/react": "^8.0.9",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.4",
"@types/jest": "^29.5.12",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"babel-plugin-styled-components": "^2.1.4",
"bootstrap": "^4.6.2",
"date-fns": "^3.3.1",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.0.0",
"date-fns": "^3.6.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.1",
"graphql": "^16.8.1",
"html-react-parser": "^5.1.1",
"html-react-parser": "^5.1.10",
"jest-environment-jsdom": "^29.7.0",
"next": "^14.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-markdown": "^9.0.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/queries/types/fragment-masking.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
import { ResultOf, DocumentTypeDecoration, TypedDocumentNode } from '@graphql-typed-document-node/core';
import { FragmentDefinitionNode } from 'graphql';
import { Incremental } from './graphql';
Expand Down
Loading

0 comments on commit 7e42268

Please sign in to comment.