Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Nov 30, 2023
1 parent 29949d4 commit c0a9643
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 25 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

This is the log of notable changes to the `tsdk` that are developer-facing.

### 0.0.21 2023/12/1

### 0.0.21 2023/12/1 Unpublished

- Chore: `.tsdkrc` add `"removeFields": []` when generate config
- Chore: bump deps

### 0.0.20 2023/11/25

Expand Down
6 changes: 3 additions & 3 deletions packages/tsdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
],
"dependencies": {
"chalk": "4.1.2",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"safe-eval": "^0.4.1"
},
"devDependencies": {
"@configs/test-config": "*",
"@configs/eslint-config": "*",
"@configs/ts-config": "*",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.4",
"@types/webpack-node-externals": "^3.0.0",
"webpack": "^5.89.0",
"webpack-node-externals": "^3.0.0"
Expand Down
38 changes: 17 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0a9643

Please sign in to comment.