Skip to content

Commit

Permalink
dev: optimize dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Jul 15, 2024
1 parent ba552f7 commit 445b59e
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 475 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@
"@babel/runtime": "^7.22.6",
"@types/node": "^20.6.3",
"prettier": "^3.0.2",
"eslint-plugin-html": "^7.1.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"typescript": "=5.0.4"
}
}
4 changes: 0 additions & 4 deletions packages/typst.angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
"@angular/compiler-cli": "^16.2.2",
"@types/jasmine": "~4.3.1",
"@types/web": "^0.0.99",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"eslint": "^8.41.0",
"eslint-plugin-html": "^7.1.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/typst.node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,9 @@
"@swc-node/register": "^1.10.0",
"@swc/core": "^1.6.5",
"@taplo/cli": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"ava": "^6.0.0",
"benny": "^3.7.1",
"chalk": "^5.3.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"npm-run-all": "^4.1.5",
Expand Down
9 changes: 0 additions & 9 deletions packages/typst.react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,8 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.4",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/typst.ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,9 @@
"@myriaddreamin/typst-ts-renderer": "*",
"@myriaddreamin/typst-ts-web-compiler": "*",
"@types/web": "^0.0.99",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"builtin-modules": "3.3.0",
"esbuild": "0.17.19",
"esbuild-plugin-wasm": "^1.1.0",
"eslint": "^8.41.0",
"tslib": "2.5.2"
}
}
Loading

0 comments on commit 445b59e

Please sign in to comment.