chore: update deps

This commit is contained in:
lisonge 2023-07-10 11:07:57 +08:00
parent ce19941e86
commit e63d36f7f5
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"build": "tsx ./src/main.ts"
},
"dependencies": {
"@gkd-kit/selector": "0.0.3",
"@gkd-kit/selector": "0.0.4",
"@types/lodash": "^4.14.194",
"@types/node": "^20",
"@types/prettier": "2.7.3",

View File

@ -6,8 +6,8 @@ settings:
dependencies:
'@gkd-kit/selector':
specifier: 0.0.3
version: 0.0.3
specifier: 0.0.4
version: 0.0.4
'@types/lodash':
specifier: ^4.14.194
version: 4.14.194
@ -263,8 +263,8 @@ packages:
dev: false
optional: true
/@gkd-kit/selector@0.0.3:
resolution: {integrity: sha512-CXpUQ38F0CWtsKgbL4hzitGCPvIHeDFPCUvNjjAuyrd/55ODbJxzFe0OQ6LzLoFimklNNZ8MOe2tJHIhxnNZ0A==}
/@gkd-kit/selector@0.0.4:
resolution: {integrity: sha512-UP8fDzIwnULgh3aaoZKXN6+1WFu6gd5vnIOEMeX0rju1dVliQTulNWOqqSkb9UXbPMH7uyW0iLc9qXR5Cv3Kgw==}
dev: false
/@tootallnate/once@1.1.2: