chore: deps

This commit is contained in:
iCrawl
2022-09-25 19:08:39 +02:00
parent 64cd53c4c2
commit 4a07f9eaa1
15 changed files with 251 additions and 295 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"test": "vitest run",
"build:local": "yarn run --top-level docs --force && NEXT_PUBLIC_LOCAL_DEV=true yarn build:prod",
"build:local": "yarn run --top-level docs --force && cross-env NEXT_PUBLIC_LOCAL_DEV=true yarn build:prod",
"build:prod": "yarn workspace @discordjs/api-extractor-utils run build && yarn workspace @discordjs/scripts run build && yarn build:css && yarn build:next",
"build:next": "next build",
"build:css": "yarn generate:css",
@@ -14,8 +14,8 @@
"dev:next": "next dev",
"dev:css": "yarn generate:css --watch",
"generate:css": "unocss 'src/**/*.tsx' --out-file ./src/styles/unocss.css",
"lint": "prettier --check . && TIMING=1 eslint src --ext mjs,js,ts,tsx",
"format": "prettier --write . && TIMING=1 eslint src --ext mjs,js,ts,tsx --fix"
"lint": "prettier --check . && cross-env TIMING=1 eslint src --ext mjs,js,ts,tsx",
"format": "prettier --write . && cross-env TIMING=1 eslint src --ext mjs,js,ts,tsx --fix"
},
"type": "module",
"contributors": [
@@ -70,7 +70,7 @@
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^16.11.59",
"@types/node": "^16.11.60",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"@unocss/cli": "^0.45.22",
@@ -78,14 +78,15 @@
"@vitejs/plugin-react": "^2.1.0",
"@vitest/coverage-c8": "^0.23.4",
"concurrently": "^7.4.0",
"eslint": "^8.23.1",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint-config-neon": "^0.1.33",
"happy-dom": "^6.0.4",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"typescript": "^4.8.3",
"unocss": "^0.45.22",
"vercel": "^28.4.0",
"vercel": "^28.4.2",
"vitest": "^0.23.4"
},
"engines": {