chore: deps

This commit is contained in:
iCrawl
2023-03-23 23:24:27 +01:00
parent d144a78813
commit d6cd3fd7ed
23 changed files with 64 additions and 55 deletions

View File

@@ -28,3 +28,4 @@ src/styles/unocss.css
coverage/
.vercel
public/searchIndex
lighthouse-results/

View File

@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"test": "vitest run",
"test:lighthouse": "lighthouse http://localhost:3000 --output-path=./lightouse-results",
"test:lighthouse": "lighthouse http://localhost:3000 --output-path=./lighthouse-results",
"build:local": "yarn build:prod",
"build:prod": "yarn workspaces foreach -ptR run build && astro build",
"dev": "yarn workspaces foreach -ptR run build && astro dev",
@@ -53,7 +53,7 @@
"@astrojs/react": "^2.1.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "16.18.18",
"@types/node": "18.15.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-syntax-highlighter": "^15.5.6",
@@ -86,6 +86,6 @@
"vitest": "^0.29.7"
},
"engines": {
"node": ">=16.9.0"
"node": ">=18.13.0"
}
}

View File

@@ -29,3 +29,4 @@ coverage/
.vercel
public/searchIndex
.vscode
lighthouse-results/

View File

@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"test": "vitest run",
"test:lighthouse": "lighthouse http://localhost:3000 --output-path=./lightouse-results",
"test:lighthouse": "lighthouse http://localhost:3000 --output-path=./lighthouse-results",
"build:copy_readme": "cpy '../../packages/*/README.md' 'src/assets/readme' --rename='home-{{basename}}'",
"build:local": "yarn run --top-level docs --force && yarn build:copy_readme && cross-env-shell NEXT_PUBLIC_LOCAL_DEV=true yarn build:prod",
"build:prod": "yarn workspaces foreach -ptR run build && yarn build:copy_readme && yarn build:css && yarn build:next",
@@ -75,7 +75,7 @@
"@next/bundle-analyzer": "^13.2.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "16.18.18",
"@types/node": "18.15.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@unocss/cli": "^0.50.6",
@@ -98,7 +98,7 @@
"vitest": "^0.29.7"
},
"engines": {
"node": ">=16.9.0"
"node": ">=18.13.0"
},
"nextBundleAnalysis": {
"budget": 358400,