Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Feb 11, 2024
1 parent f02bdec commit fb0751f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@

### Minor Changes

- 3dc15d1: add getDimensionByDOM
- 3dc15d1: add getDimensionByDOM

### Patch Changes

- 3dc15d1: rename getDimensionAsPNG to getDimensionOfPNG
- 3dc15d1: rename getDimensionAsJPEG to getDimensionOfJPEG
- 3dc15d1: rename getDimensionAsPNG to getDimensionOfPNG
- 3dc15d1: rename getDimensionAsJPEG to getDimensionOfJPEG

## 0.2.0

### Minor Changes

- 3c25f47: add todo and unimplemented
- 3c25f47: add todo and unimplemented

## 0.1.3

### Patch Changes

- 31f1dea: fix package.json
- 3ce78d7: optimize lazy decorator
- 31f1dea: fix package.json
- 3ce78d7: optimize lazy decorator

## 0.1.2

### Patch Changes

- da5b0b9: fix lazy decorator type signature
- da5b0b9: fix lazy decorator type signature

## 0.1.1

### Patch Changes

- c441e50: add lazy decorator
- c441e50: add lazy decorator

## 0.1.0

### Minor Changes

- b59461a: remove getCookieValue
- b59461a: remove blobToText
- b59461a: remove AbortSignal.timeout
- b59461a: remove dependency to lodash
- b59461a: remove getCookieValue
- b59461a: remove blobToText
- b59461a: remove AbortSignal.timeout
- b59461a: remove dependency to lodash
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@masknet/kit",
"version": "0.3.0",
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.15.1",
"description": "A toolkit library.",
"sideEffects": false,
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@masknet/config": "^0.2.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"user-agent-data-types": "^0.4.2"
}
Expand Down
12 changes: 8 additions & 4 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "@masknet/config",
"compilerOptions": {
"outDir": "esm",
"rootDir": "./src",
},
"rootDir": "./src"
}
}

0 comments on commit fb0751f

Please sign in to comment.