Skip to content

Commit

Permalink
chore: performance ts declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jan 6, 2022
1 parent fa92946 commit 108cd7a
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 598 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,17 @@
"react-resizable": "^3.0.4"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.0",
"@types/lodash.isequalwith": "^4.4.6",
"@types/lodash.isfunction": "^3.0.6",
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"@types/node": "^16.11.19",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-resizable": "^1.7.4",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-react": "^1.1.0",
"autoprefixer": "^10.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@vitejs/plugin-react": "^1.1.4",
"autoprefixer": "^10.4.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.2.1",
Expand All @@ -71,8 +72,7 @@
"postcss-nesting": "^8.0.1",
"prettier": "^2.5.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.5.2",
"vite": "^2.6.14"
"typescript": "^4.5.4",
"vite": "^2.7.10"
}
}
Loading

0 comments on commit 108cd7a

Please sign in to comment.