Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Haixing-Hu committed Dec 18, 2023
1 parent cf5c6e0 commit 84dc60c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haixing_hu/common-util",
"version": "4.2.1",
"version": "4.2.2",
"description": "A JavaScript ES6 library of common utility functions",
"author": "Haixing Hu",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"peerDependencies": {
"@babel/runtime": "^7.23.2",
"@haixing_hu/clone": "^1.4.0",
"@haixing_hu/clone": "^1.4.1",
"@haixing_hu/logging": "^1.2.1",
"@haixing_hu/typeinfo": "^2.3.0"
},
Expand All @@ -56,7 +56,7 @@
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@haixing_hu/clone": "^1.4.0",
"@haixing_hu/clone": "^1.4.1",
"@haixing_hu/eslint-config": "^1.3.1",
"@haixing_hu/jsdoc-minami": "^1.5.1",
"@haixing_hu/logging": "^1.2.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1464,13 +1464,13 @@ __metadata:
languageName: node
linkType: hard

"@haixing_hu/clone@npm:^1.4.0":
version: 1.4.0
resolution: "@haixing_hu/clone@npm:1.4.0"
"@haixing_hu/clone@npm:^1.4.1":
version: 1.4.1
resolution: "@haixing_hu/clone@npm:1.4.1"
peerDependencies:
"@babel/runtime": ^7.23.0
"@haixing_hu/typeinfo": ^1.3.0
checksum: b39d79ab2916fe4762313d4f070d3cb9b5b19f51eabafdeef5663acface2ef8dafc831f52f2e4f18aa44587ecf51da2821440c474b620c65a2041158457e3e3d
"@haixing_hu/typeinfo": ^2.3.0
checksum: 1ac66f4d6b2bc3f3e94ddd3c6c3e070a7ef61b8678a942b9bfc4784c3accac239068c73b692220359bf6585fb00634b91fbb39a60fce9d274599bcbbf969b316
languageName: node
linkType: hard

Expand All @@ -1485,7 +1485,7 @@ __metadata:
"@babel/plugin-transform-runtime": "npm:^7.23.2"
"@babel/preset-env": "npm:^7.23.2"
"@babel/runtime": "npm:^7.23.2"
"@haixing_hu/clone": "npm:^1.4.0"
"@haixing_hu/clone": "npm:^1.4.1"
"@haixing_hu/eslint-config": "npm:^1.3.1"
"@haixing_hu/jsdoc-minami": "npm:^1.5.1"
"@haixing_hu/logging": "npm:^1.2.1"
Expand Down Expand Up @@ -1521,7 +1521,7 @@ __metadata:
vue-template-compiler: "npm:^2.7.15"
peerDependencies:
"@babel/runtime": ^7.23.2
"@haixing_hu/clone": ^1.4.0
"@haixing_hu/clone": ^1.4.1
"@haixing_hu/logging": ^1.2.1
"@haixing_hu/typeinfo": ^2.3.0
languageName: unknown
Expand Down

0 comments on commit 84dc60c

Please sign in to comment.