Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
plylrnsdy committed Aug 21, 2023
1 parent e42ce05 commit 399c194
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 168 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Add a copy button to each codeblock's top-right corner.

## Preview

![](https://fastly.jsdelivr.net/gh/typora-community-plugin/typora-plugin-codeblock-copy-button@main/docs/assets/base.jpg)
![](./docs/assets/base.jpg)
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

## Preview

![](https://fastly.jsdelivr.net/gh/typora-community-plugin/typora-plugin-codeblock-copy-button@main/docs/assets/base.jpg)
![](./docs/assets/base.jpg)
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/extract-zip": "1.6.2",
"@types/glob": "7.2.0",
"@types/jquery": "3.3.1",
"@types/lodash": "~4.14.195",
"@types/lodash": "~4.14.197",
"@types/node": "16.18.0",
"@types/typora": "npm:@typora-community-plugin/typora-types@^1.0.0",
"@types/yauzl": "2.10.0",
"@typora-community-plugin/core": "2.0.0-beta.3",
"archiver": "^5.3.1",
"esbuild": "^0.18.16",
"esbuild-plugin-typora": "npm:@typora-community-plugin/esbuild-plugin-typora@^1.0.2",
"esbuild-sass-plugin": "^2.10.0",
"iconv-lite": "0.6.3"
"@types/typora": "npm:@typora-community-plugin/typora-types@^1.0.3",
"@typora-community-plugin/core": "^2.0.0-beta.21",
"archiver": "^5.3.2",
"esbuild": "^0.19.2",
"esbuild-plugin-typora": "npm:@typora-community-plugin/esbuild-plugin-typora@^1.0.5",
"esbuild-sass-plugin": "^2.12.0"
}
}
Loading

0 comments on commit 399c194

Please sign in to comment.