mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
update packages
This commit is contained in:
parent
46560bac90
commit
2349e50dbe
3 changed files with 4008 additions and 1643 deletions
|
|
@ -4,6 +4,7 @@ import pkg from "./package.json";
|
||||||
//https://nitro.unjs.io/config
|
//https://nitro.unjs.io/config
|
||||||
export default defineNitroConfig({
|
export default defineNitroConfig({
|
||||||
noPublicDir: true,
|
noPublicDir: true,
|
||||||
|
compatibilityDate: "2025-04-20",
|
||||||
srcDir: "./src",
|
srcDir: "./src",
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
version: pkg.version
|
version: pkg.version
|
||||||
|
|
|
||||||
20
package.json
20
package.json
|
|
@ -16,19 +16,19 @@
|
||||||
"preinstall": "npx only-allow pnpm"
|
"preinstall": "npx only-allow pnpm"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"h3": "^1.10.0",
|
"h3": "^1.15.1",
|
||||||
"jose": "^5.2.0",
|
"jose": "^5.10.0",
|
||||||
"nitropack": "^2.8.1"
|
"nitropack": "^2.11.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
"@rollup/wasm-node": "^4.40.0",
|
||||||
"@typescript-eslint/parser": "^6.7.0",
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||||
"eslint": "^8.48.0",
|
"@typescript-eslint/parser": "^6.21.0",
|
||||||
|
"eslint": "^8.57.1",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-import-resolver-typescript": "^3.6.0",
|
"eslint-import-resolver-typescript": "^3.10.0",
|
||||||
"eslint-plugin-prettier": "^5.0.0",
|
"eslint-plugin-prettier": "^5.2.6"
|
||||||
"@rollup/wasm-node": "^4.9.4"
|
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
||||||
5630
pnpm-lock.yaml
5630
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue