Skip to content

Commit

Permalink
Merge branch 'main' into feat/aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Mar 5, 2024
2 parents 1ee816f + ec95dfd commit df1c404
Show file tree
Hide file tree
Showing 5 changed files with 1,291 additions and 1,216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -23,4 +23,4 @@ jobs:
- run: pnpm test:types
- run: pnpm build
- run: pnpm vitest --coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
Binary file modified docs/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -5,6 +5,6 @@
"dev": "undocs dev"
},
"devDependencies": {
"undocs": "^0.2.16"
"undocs": "^0.2.17"
}
}
71 changes: 35 additions & 36 deletions package.json
Expand Up @@ -34,8 +34,8 @@
"build": "unbuild",
"demo": "vite demo",
"dev": "vitest",
"lint": "eslint --ext .ts . && prettier -c src test demo docs/1.guide docs/2.drivers",
"lint:fix": "eslint --ext .ts . --fix && prettier -w src test demo docs/1.guide docs/2.drivers",
"lint": "eslint --ext .ts . && prettier -c src test demo",
"lint:fix": "eslint --ext .ts . --fix && prettier -w src test demo",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && git push --follow-tags && pnpm publish",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
Expand All @@ -44,69 +44,68 @@
},
"dependencies": {
"anymatch": "^3.1.3",
"chokidar": "^3.5.3",
"destr": "^2.0.2",
"h3": "^1.10.0",
"chokidar": "^3.6.0",
"destr": "^2.0.3",
"h3": "^1.11.1",
"ioredis": "^5.3.2",
"listhen": "^1.5.6",
"lru-cache": "^10.1.0",
"listhen": "^1.7.2",
"lru-cache": "^10.2.0",
"mri": "^1.2.0",
"node-fetch-native": "^1.6.1",
"node-fetch-native": "^1.6.2",
"ofetch": "^1.3.3",
"ufo": "^1.3.2"
"ufo": "^1.4.0"
},
"devDependencies": {
"@azure/app-configuration": "^1.5.0",
"@azure/cosmos": "^4.0.0",
"@azure/data-tables": "^13.2.2",
"@azure/identity": "^4.0.0",
"@azure/keyvault-secrets": "^4.7.0",
"@azure/identity": "^4.0.1",
"@azure/keyvault-secrets": "^4.8.0",
"@azure/storage-blob": "^12.17.0",
"@capacitor/preferences": "^5.0.6",
"@cloudflare/workers-types": "^4.20240117.0",
"@netlify/blobs": "^6.4.2",
"@planetscale/database": "^1.13.0",
"@capacitor/preferences": "^5.0.7",
"@cloudflare/workers-types": "^4.20240222.0",
"@netlify/blobs": "^6.5.0",
"@planetscale/database": "^1.16.0",
"@types/ioredis-mock": "^8.2.5",
"@types/jsdom": "^21.1.6",
"@types/mri": "^1.1.5",
"@types/node": "^20.11.5",
"@upstash/redis": "^1.28.1",
"@types/node": "^20.11.24",
"@upstash/redis": "^1.28.4",
"@vercel/kv": "^0.2.4",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.1",
"@vue/compiler-sfc": "^3.4.14",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.1",
"@vue/compiler-sfc": "^3.4.21",
"azurite": "^3.29.0",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"fake-indexeddb": "^5.0.2",
"idb-keyval": "^6.2.1",
"ioredis-mock": "^8.9.0",
"jiti": "^1.21.0",
"jsdom": "^23.2.0",
"monaco-editor": "^0.45.0",
"mongodb": "^6.3.0",
"jsdom": "^24.0.0",
"monaco-editor": "^0.46.0",
"mongodb": "^6.4.0",
"mongodb-memory-server": "^9.1.6",
"msw": "^1.3.2",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"types-cloudflare-worker": "^1.2.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.11",
"vitest": "^1.2.1",
"vue": "^3.4.14"
"vite": "^5.1.4",
"vitest": "^1.3.1",
"vue": "^3.4.21"
},
"peerDependencies": {
"@azure/app-configuration": "^1.5.0",
"@azure/cosmos": "^4.0.0",
"@azure/data-tables": "^13.2.2",
"@azure/identity": "^4.0.0",
"@azure/keyvault-secrets": "^4.7.0",
"@azure/identity": "^4.0.1",
"@azure/keyvault-secrets": "^4.8.0",
"@azure/storage-blob": "^12.17.0",
"@capacitor/preferences": "^5.0.6",
"@netlify/blobs": "^6.4.2",
"@planetscale/database": "^1.13.0",
"@upstash/redis": "^1.28.1",
"@capacitor/preferences": "^5.0.7",
"@netlify/blobs": "^6.5.0",
"@planetscale/database": "^1.16.0",
"@upstash/redis": "^1.28.4",
"@vercel/kv": "^0.2.4",
"idb-keyval": "^6.2.1"
},
Expand Down Expand Up @@ -148,5 +147,5 @@
"optional": true
}
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.4"
}

0 comments on commit df1c404

Please sign in to comment.