Skip to content

Commit

Permalink
chore: Update npm dependencies
Browse files Browse the repository at this point in the history
This commit updates the npm dependencies in the package.json file. It removes the "@types/turndown" dependency and updates the versions of various other dependencies. These updates improve the stability and compatibility of the codebase.
  • Loading branch information
tikazyq committed Jul 17, 2024
1 parent b43bd41 commit 0b74390
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"@types/pinyin": "^2.10.2",
"@types/showdown": "^2.0.6",
"@types/three": "^0.166.0",
"@types/turndown": "^5.0.4",
"@types/url-join": "^4.0.3",
"async-validator": "^4.2.5",
"atom-material-icons": "^3.0.0",
Expand Down Expand Up @@ -114,7 +113,6 @@
"showdown": "^2.1.0",
"three": "^0.166.1",
"tiny-invariant": "^1.3.3",
"turndown": "^7.2.0",
"url-join": "^4.0.1",
"url-regex": "^5.0.0",
"vue": "^3.4",
Expand All @@ -136,7 +134,6 @@
"@types/node": "^20.14.9",
"@types/node-os-utils": "^1.3.4",
"@types/three": "^0.166.0",
"@types/turndown": "^5.0.4",
"@vitejs/plugin-vue": "5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.31",
Expand All @@ -162,7 +159,6 @@
"sass": "^1.77.6",
"serve": "^14.2.3",
"tailwindcss": "^3.4.4",
"turndown": "^7.2.0",
"typescript": "^5.5.3",
"vite": "^5.3.2",
"vite-plugin-dynamic-import": "^1.5.0",
Expand Down

0 comments on commit 0b74390

Please sign in to comment.