Skip to content

Commit

Permalink
chore: remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Dec 19, 2024
1 parent e0769f1 commit 1807d4b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"identity-obj-proxy": "^3.0.0",
"istanbul": "^0.4.5",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.5.2",
"jest-electron": "^0.1.12",
Expand All @@ -56,8 +55,6 @@
"less-loader": "^10.2.0",
"np": "^10.0.7",
"npm-run-all": "^4.1.5",
"playwright-test-coverage": "^1.2.12",
"playwright-test-coverage-native": "^0.3.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.3",
Expand Down Expand Up @@ -90,16 +87,12 @@
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@vitejs/plugin-react": "^4.3.4",
"conventional-changelog-cli": "^5.0.0",
"less-plugin-npm-import": "^2.1.0",
"nyc": "^17.1.0",
"remark-frontmatter": "^4.0.1",
"remark-parse": "^10.0.2",
"remark-stringify": "^10.0.3",
"to-vfile": "^7.2.4",
"unified": "^10.1.2",
"v8-to-istanbul": "^9.3.0",
"vite-plugin-istanbul": "^5.0.0"
"unified": "^10.1.2"
}
}

0 comments on commit 1807d4b

Please sign in to comment.