Skip to content

Commit

Permalink
chore: add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 25, 2023
1 parent 1d5369b commit 745fb70
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"upgrade": true,
"filter": "/^@jswork|@afeiship/",
"registry": "https://registry.npmjs.org"
}
33 changes: 31 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@jswork/gulp-pkg-header": "^1.0.8",
"@jswork/gulp-registry": "^1.0.22",
"@jswork/next": "^1.1.8",
"@jswork/gulp-registry": "^1.0.45",
"@jswork/next": "^1.2.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
Expand All @@ -33,6 +33,35 @@
"jest-location-mock": "^1.0.9",
"uglify-save-license": "^0.4.1"
},
"dependencies": {
"@jswork/event-mitt": "^1.0.10",
"@jswork/next-camelize": "^1.0.3",
"@jswork/next-capitalize": "^1.0.2",
"@jswork/next-classify": "^1.0.5",
"@jswork/next-compact-object": "^1.0.5",
"@jswork/next-date": "^1.0.19",
"@jswork/next-deep-assign": "^1.0.4",
"@jswork/next-deep-clone": "^1.0.3",
"@jswork/next-deep-each": "^1.0.4",
"@jswork/next-deep-equal": "^1.0.4",
"@jswork/next-empty": "^1.0.2",
"@jswork/next-get2get": "^1.0.8",
"@jswork/next-global": "^1.0.3",
"@jswork/next-group-by": "^1.0.2",
"@jswork/next-is-empty-object": "^1.0.4",
"@jswork/next-is-plain-object": "^1.0.4",
"@jswork/next-json": "^1.0.6",
"@jswork/next-kebab-case": "^1.0.4",
"@jswork/next-key-map": "^1.0.11",
"@jswork/next-memo": "^1.0.1",
"@jswork/next-param": "^1.0.12",
"@jswork/next-qs": "^1.0.9",
"@jswork/next-sets": "^1.0.5",
"@jswork/next-sleep": "^1.0.1",
"@jswork/next-try-set": "^1.0.1",
"@jswork/next-weapp-storage": "^1.0.7",
"@jswork/pipe": "^1.0.4"
},
"babel": {
"presets": [
[
Expand Down

0 comments on commit 745fb70

Please sign in to comment.