fix(core): update
This commit is contained in:
parent
5f1b4a784e
commit
40651a5660
@ -15,16 +15,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/ping": "^0.4.1",
|
||||
"ping": "^0.4.2"
|
||||
"ping": "^0.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.25",
|
||||
"@gitzone/tsbundle": "^2.0.5",
|
||||
"@gitzone/tsdoc": "^1.1.10",
|
||||
"@gitzone/tsrun": "^1.2.38",
|
||||
"@gitzone/tstest": "^1.0.44",
|
||||
"@gitzone/tsrun": "^1.2.39",
|
||||
"@gitzone/tstest": "^1.0.74",
|
||||
"@pushrocks/tapbundle": "^5.0.3",
|
||||
"@types/node": "^18.11.2"
|
||||
"@types/node": "^18.15.11"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
|
2203
pnpm-lock.yaml
generated
2203
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartping',
|
||||
version: '1.0.7',
|
||||
version: '1.0.8',
|
||||
description: 'a ping utility'
|
||||
}
|
||||
|
@ -2,4 +2,4 @@ import ping from 'ping';
|
||||
|
||||
export {
|
||||
ping
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user