mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
chore(deps): update version
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
import '@catppuccin/highlightjs/sass/catppuccin.variables.scss';
|
import '@catppuccin/highlightjs/sass/catppuccin-variables.scss';
|
||||||
import clsx from 'clsx';
|
import clsx from 'clsx';
|
||||||
import components from 'components/mdx/components';
|
import components from 'components/mdx/components';
|
||||||
import data from 'content/mdx-data';
|
import data from 'content/mdx-data';
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import '@catppuccin/highlightjs/sass/catppuccin.variables.scss';
|
import '@catppuccin/highlightjs/sass/catppuccin-variables.scss';
|
||||||
import GistsCode from 'components/pages/gists/gists-code';
|
import GistsCode from 'components/pages/gists/gists-code';
|
||||||
import { getSignalGist } from 'lib/fetcher';
|
import { getSignalGist } from 'lib/fetcher';
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import '@catppuccin/highlightjs/sass/catppuccin.variables.scss';
|
import '@catppuccin/highlightjs/sass/catppuccin-variables.scss';
|
||||||
import clsx from 'clsx';
|
import clsx from 'clsx';
|
||||||
import CopyCode from 'components/post/copy-code';
|
import CopyCode from 'components/post/copy-code';
|
||||||
import { memo } from 'react';
|
import { memo } from 'react';
|
||||||
|
46
package.json
46
package.json
@ -14,21 +14,21 @@
|
|||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@catppuccin/highlightjs": "^0.2.2",
|
"@catppuccin/highlightjs": "^1.0.0",
|
||||||
"@catppuccin/palette": "^1.3.0",
|
"@catppuccin/palette": "^1.4.0",
|
||||||
"@catppuccin/tailwindcss": "^0.1.6",
|
"@catppuccin/tailwindcss": "^0.1.6",
|
||||||
"@codesandbox/sandpack-react": "^2.19.3",
|
"@codesandbox/sandpack-react": "^2.19.9",
|
||||||
"@docsearch/css": "^3.6.1",
|
"@docsearch/css": "^3.6.2",
|
||||||
"@docsearch/react": "^3.6.1",
|
"@docsearch/react": "^3.6.2",
|
||||||
"@giscus/react": "^3.0.0",
|
"@giscus/react": "^3.0.0",
|
||||||
"@octokit/core": "^6.1.2",
|
"@octokit/core": "^6.1.2",
|
||||||
"@octokit/plugin-rest-endpoint-methods": "^13.2.4",
|
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
|
||||||
"@react-spring/three": "^9.7.4",
|
"@react-spring/three": "^9.7.5",
|
||||||
"@react-three/drei": "^9.112.0",
|
"@react-three/drei": "^9.114.3",
|
||||||
"@react-three/fiber": "^8.17.7",
|
"@react-three/fiber": "^8.17.10",
|
||||||
"algoliasearch": "^5.3.0",
|
"algoliasearch": "^5.8.1",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"next": "14.2.8",
|
"next": "14.2.15",
|
||||||
"next-mdx-remote": "^5.0.0",
|
"next-mdx-remote": "^5.0.0",
|
||||||
"next-themes": "^0.3.0",
|
"next-themes": "^0.3.0",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
@ -40,17 +40,17 @@
|
|||||||
"remark-frontmatter": "^5.0.0",
|
"remark-frontmatter": "^5.0.0",
|
||||||
"remark-gfm": "^4.0.0",
|
"remark-gfm": "^4.0.0",
|
||||||
"remark-parse": "^11.0.0",
|
"remark-parse": "^11.0.0",
|
||||||
"remark-rehype": "^11.1.0",
|
"remark-rehype": "^11.1.1",
|
||||||
"sharp": "^0.33.5",
|
"sharp": "^0.33.5",
|
||||||
"three": "^0.168.0",
|
"three": "^0.169.0",
|
||||||
"unified": "^11.0.5",
|
"unified": "^11.0.5",
|
||||||
"zustand": "^4.5.5"
|
"zustand": "^4.5.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@next/bundle-analyzer": "^14.2.8",
|
"@next/bundle-analyzer": "^14.2.15",
|
||||||
"@types/node": "22.5.4",
|
"@types/node": "22.7.5",
|
||||||
"@types/react": "18.3.5",
|
"@types/react": "18.3.11",
|
||||||
"@types/three": "^0.168.0",
|
"@types/three": "^0.169.0",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
@ -59,15 +59,15 @@
|
|||||||
"eslint-config-next": "14.2.7",
|
"eslint-config-next": "14.2.7",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"husky": "^9.1.5",
|
"husky": "^9.1.6",
|
||||||
"leva": "^0.9.35",
|
"leva": "^0.9.35",
|
||||||
"postcss": "^8.4.45",
|
"postcss": "^8.4.47",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"prettier-plugin-organize-imports": "^4.0.0",
|
"prettier-plugin-organize-imports": "^4.1.0",
|
||||||
"raw-loader": "^4.0.2",
|
"raw-loader": "^4.0.2",
|
||||||
"sass": "^1.78.0",
|
"sass": "^1.79.5",
|
||||||
"tailwindcss": "^3.4.10",
|
"tailwindcss": "^3.4.13",
|
||||||
"typescript": "5.5.4",
|
"typescript": "5.6.3",
|
||||||
"url-loader": "^4.1.1"
|
"url-loader": "^4.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1062
pnpm-lock.yaml
generated
1062
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user