Update all dependencies (#389)

This commit is contained in:
Pascal Jufer 2023-12-17 15:20:25 +01:00 committed by GitHub
parent 7adc35d582
commit c4b034494e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1459 additions and 1109 deletions

View file

@ -55,4 +55,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3

3
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint"]
}

View file

@ -4,11 +4,11 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "pnpm dlx serve out",
"lint": "next lint"
},
"devDependencies": {
"@nodesecure/npm-registry-sdk": "^1.6.1",
"@nodesecure/npm-registry-sdk": "^2.1.0",
"@octokit/rest": "^20.0.2",
"@react-aria/focus": "^3.15.0",
"@react-aria/i18n": "^3.9.0",
@ -19,27 +19,27 @@
"@react-types/slider": "^3.7.0",
"@types/animejs": "^3.1.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.3",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-window": "^1.8.8",
"animejs": "^3.2.1",
"animejs": "^3.2.2",
"csvtojson": "^2.0.10",
"eslint-config-next": "^14.0.3",
"eslint-config-next": "^14.0.4",
"iconoir-react": "workspace:*",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^14.0.3",
"next": "^14.0.4",
"next-mdx-remote": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-window": "^1.8.9",
"react-window": "^1.8.10",
"remark-gfm": "^3.0.1",
"remark-prism": "^1.3.6",
"scule": "^1.1.0",
"scule": "^1.1.1",
"styled-components": "^6.1.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"use-resize-observer": "^9.1.0"
}
}

View file

@ -42,20 +42,20 @@
"@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@vitejs/plugin-vue": "^4.5.0",
"esbuild": "^0.19.7",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"@vitejs/plugin-vue": "^4.5.2",
"esbuild": "^0.19.9",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"hast-util-from-html": "^2.0.1",
"hast-util-to-html": "^9.0.0",
"listr2": "^7.0.2",
"prettier": "^3.1.0",
"scule": "^1.1.0",
"listr2": "^8.0.0",
"prettier": "^3.1.1",
"scule": "^1.1.1",
"semver": "^7.5.4",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3"
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.6.4"
},
"packageManager": "pnpm@8.10.0"
}

View file

@ -41,7 +41,7 @@
"dist"
],
"devDependencies": {
"@types/react": "^18.2.38",
"@types/react": "^18.2.45",
"react-native-svg": "^13.14.0"
},
"peerDependencies": {

View file

@ -41,7 +41,7 @@
"dist"
],
"devDependencies": {
"@types/react": "^18.2.38"
"@types/react": "^18.2.45"
},
"peerDependencies": {
"react": "^16.8.6 || ^17 || ^18"

View file

@ -43,7 +43,7 @@
"vue-demi": "^0.14.6"
},
"devDependencies": {
"vue": "^3.3.8"
"vue": "^3.3.12"
},
"peerDependencies": {
"@vue/composition-api": ">=1.0.0-rc.1",

File diff suppressed because it is too large Load diff