mirror of
https://github.com/feathersjs/feathers.git
synced 2025-12-08 19:46:22 +00:00
chore(dependencies): Update all dependencies (#3374)
This commit is contained in:
parent
713a8f1cf9
commit
9936185445
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,7 +37,6 @@ node_modules
|
||||
dist/
|
||||
.nyc_output/
|
||||
.cache
|
||||
.mocha-puppeteer
|
||||
|
||||
# TypeScript compiled files
|
||||
packages/**/lib
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import { PropType } from 'vue'
|
||||
import { nFormatter } from './helpers'
|
||||
import _formatDistance from 'date-fns/formatDistance/index.js'
|
||||
import { formatDistance as _formatDistance } from 'date-fns'
|
||||
import { PackageOutput } from './types'
|
||||
const intlFormat = new Intl.DateTimeFormat('en-US', {
|
||||
year: 'numeric',
|
||||
|
||||
@ -12,34 +12,34 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^10.7.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"element-plus": "^2.4.3",
|
||||
"date-fns": "^3.0.5",
|
||||
"element-plus": "^2.4.4",
|
||||
"query-string": "^8.1.0",
|
||||
"shiki": "^0.14.5",
|
||||
"vue": "^3.3.10"
|
||||
"shiki": "^0.14.7",
|
||||
"vue": "^3.3.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/generators": "^5.0.12",
|
||||
"@iconify-json/carbon": "^1.1.24",
|
||||
"@types/node": "^20.10.3",
|
||||
"@iconify-json/carbon": "^1.1.27",
|
||||
"@types/node": "^20.10.5",
|
||||
"@unocss/preset-typography": "^0.58.0",
|
||||
"@unocss/reset": "^0.58.0",
|
||||
"@unocss/transformer-directives": "^0.58.0",
|
||||
"@vitejs/plugin-vue": "^4.5.1",
|
||||
"@vitejs/plugin-vue": "^4.5.2",
|
||||
"esno": "^4.0.0",
|
||||
"fast-glob": "^3.3.2",
|
||||
"flexsearch": "^0.7.31",
|
||||
"https-localhost": "^4.7.1",
|
||||
"markdown-it": "^13.0.2",
|
||||
"markdown-it": "^14.0.0",
|
||||
"sass": "^1.69.5",
|
||||
"sitemap": "^7.1.1",
|
||||
"unocss": "^0.58.0",
|
||||
"unplugin-auto-import": "^0.17.2",
|
||||
"unplugin-vue-components": "^0.26.0",
|
||||
"vite-plugin-pwa": "^0.17.3",
|
||||
"vitepress": "^1.0.0-rc.31",
|
||||
"vite-plugin-pwa": "^0.17.4",
|
||||
"vitepress": "^1.0.0-rc.32",
|
||||
"vitepress-plugin-google-analytics": "^1.0.2",
|
||||
"vitepress-plugin-search": "^1.0.4-alpha.20",
|
||||
"vitepress-plugin-search": "^1.0.4-alpha.21",
|
||||
"workbox-window": "^7.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
7277
package-lock.json
generated
7277
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -46,15 +46,15 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathershq/pinion": "^0.4.0-pre.3",
|
||||
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
||||
"@typescript-eslint/parser": "^6.13.2",
|
||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||
"@typescript-eslint/parser": "^6.15.0",
|
||||
"c8": "^8.0.1",
|
||||
"eslint": "^8.55.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"lerna": "^8.0.0",
|
||||
"npm-check-updates": "^16.14.11",
|
||||
"prettier": "^3.1.0",
|
||||
"typescript": "^5.3.2"
|
||||
"eslint-plugin-prettier": "^5.1.1",
|
||||
"lerna": "^8.0.1",
|
||||
"npm-check-updates": "^16.14.12",
|
||||
"prettier": "^3.1.1",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -57,12 +57,12 @@
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/mongodb": "^4.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"mongodb": "^6.3.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -51,11 +51,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -66,12 +66,12 @@
|
||||
"@feathersjs/socketio": "^5.0.12",
|
||||
"@feathersjs/socketio-client": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"axios": "^1.6.2",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -66,11 +66,11 @@
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -74,14 +74,14 @@
|
||||
"@types/koa-session": "^6.4.5",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"@types/tough-cookie": "^4.0.5",
|
||||
"axios": "^1.6.2",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"tough-cookie": "^4.1.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -69,12 +69,12 @@
|
||||
"@feathersjs/memory": "^5.0.12",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"@types/uuid": "^9.0.7",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -75,14 +75,14 @@
|
||||
"@feathersjs/transport-commons": "^5.0.12",
|
||||
"@feathersjs/typebox": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"@types/prettier": "^2.7.3",
|
||||
"axios": "^1.6.2",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"type-fest": "^4.8.3",
|
||||
"typescript": "^5.3.2"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -56,21 +56,20 @@
|
||||
"@feathersjs/socketio-client": "^5.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/preset-env": "^7.23.5",
|
||||
"@babel/core": "^7.23.6",
|
||||
"@babel/preset-env": "^7.23.6",
|
||||
"@feathersjs/express": "^5.0.12",
|
||||
"@feathersjs/memory": "^5.0.12",
|
||||
"@feathersjs/socketio": "^5.0.12",
|
||||
"@feathersjs/tests": "^5.0.12",
|
||||
"babel-loader": "^9.1.3",
|
||||
"mocha": "^10.2.0",
|
||||
"mocha-puppeteer": "^0.14.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"shx": "^0.3.4",
|
||||
"socket.io-client": "^4.7.2",
|
||||
"superagent": "^8.1.2",
|
||||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.3.2",
|
||||
"typescript": "^5.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-merge": "^5.10.0"
|
||||
|
||||
@ -53,11 +53,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -66,11 +66,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -51,11 +51,11 @@
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -70,13 +70,13 @@
|
||||
"@feathersjs/tests": "^5.0.12",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"axios": "^1.6.2",
|
||||
"lodash": "^4.17.21",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -64,11 +64,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -55,8 +55,8 @@
|
||||
"@feathershq/pinion": "^0.3.5",
|
||||
"chalk": "^4.0.1",
|
||||
"lodash": "^4.17.21",
|
||||
"prettier": "^3.1.0",
|
||||
"typescript": "^5.3.2"
|
||||
"prettier": "^3.1.1",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/adapter-commons": "^5.0.12",
|
||||
@ -77,10 +77,10 @@
|
||||
"@feathersjs/transport-commons": "^5.0.12",
|
||||
"@feathersjs/typebox": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"@types/prettier": "^2.7.3",
|
||||
"axios": "^1.6.2",
|
||||
"knex": "^3.0.1",
|
||||
"knex": "^3.1.0",
|
||||
"mocha": "^10.2.0",
|
||||
"mongodb": "^6.3.0",
|
||||
"mssql": "^10.0.1",
|
||||
@ -88,9 +88,9 @@
|
||||
"pg": "^8.11.3",
|
||||
"shx": "^0.3.4",
|
||||
"sqlite3": "^5.1.6",
|
||||
"ts-node": "^10.9.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"type-fest": "^4.8.3",
|
||||
"typescript": "^5.3.2"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -57,19 +57,19 @@
|
||||
"@feathersjs/feathers": "^5.0.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"knex": ">=3.0.1"
|
||||
"knex": ">=3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/adapter-tests": "^5.0.12",
|
||||
"@feathersjs/schema": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"knex": "^3.0.1",
|
||||
"mocha": "^10.2.0",
|
||||
"pg": "^8.11.3",
|
||||
"shx": "^0.3.4",
|
||||
"sqlite3": "^5.1.6",
|
||||
"typescript": "^5.3.2"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
"@feathersjs/errors": "^5.0.12",
|
||||
"@feathersjs/feathers": "^5.0.12",
|
||||
"@feathersjs/transport-commons": "^5.0.12",
|
||||
"@koa/cors": "^4.0.0",
|
||||
"@koa/cors": "^5.0.0",
|
||||
"@types/koa": "^2.13.12",
|
||||
"@types/koa-qs": "^2.0.3",
|
||||
"@types/koa-static": "^4.0.4",
|
||||
@ -71,12 +71,12 @@
|
||||
"@feathersjs/tests": "^5.0.12",
|
||||
"@types/koa-compose": "^3.2.8",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"axios": "^1.6.2",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -58,11 +58,11 @@
|
||||
"@feathersjs/adapter-tests": "^5.0.12",
|
||||
"@feathersjs/feathers": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -63,11 +63,11 @@
|
||||
"@feathersjs/adapter-tests": "^5.0.12",
|
||||
"@feathersjs/schema": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"mongodb-memory-server": "^9.1.1",
|
||||
"mongodb-memory-server": "^9.1.3",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^5.3.2"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
"@feathersjs/commons": "^5.0.12",
|
||||
"@feathersjs/errors": "^5.0.12",
|
||||
"@feathersjs/feathers": "^5.0.12",
|
||||
"@types/superagent": "^4.1.24",
|
||||
"@types/superagent": "^8.1.0",
|
||||
"qs": "^6.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -64,17 +64,17 @@
|
||||
"@feathersjs/memory": "^5.0.12",
|
||||
"@feathersjs/tests": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"@types/node-fetch": "^2.6.9",
|
||||
"@types/qs": "^6.9.10",
|
||||
"@types/qs": "^6.9.11",
|
||||
"axios": "^1.6.2",
|
||||
"mocha": "^10.2.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"shx": "^0.3.4",
|
||||
"superagent": "^8.1.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -62,12 +62,12 @@
|
||||
"@types/json-schema": "^7.0.15",
|
||||
"ajv": "^8.12.0",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"json-schema-to-ts": "^2.9.2"
|
||||
"json-schema-to-ts": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@feathersjs/memory": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
|
||||
@ -63,12 +63,12 @@
|
||||
"@feathersjs/socketio": "^5.0.12",
|
||||
"@feathersjs/tests": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"socket.io-client": "^4.7.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -63,12 +63,12 @@
|
||||
"@feathersjs/memory": "^5.0.12",
|
||||
"@feathersjs/tests": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"lodash": "^4.17.21",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"socket.io-client": "^4.7.2",
|
||||
"typescript": "^5.3.2"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -51,10 +51,10 @@
|
||||
"devDependencies": {
|
||||
"@feathersjs/feathers": "^5.0.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -64,11 +64,11 @@
|
||||
"@types/encodeurl": "^1.0.2",
|
||||
"@types/lodash": "^4.14.202",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.3.2"
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
@ -59,10 +59,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/node": "^20.10.5",
|
||||
"mocha": "^10.2.0",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^5.3.2"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user