Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jun 5, 2022
1 parent 1ab4dbf commit 622f25a
Show file tree
Hide file tree
Showing 2 changed files with 657 additions and 568 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,35 +53,35 @@
],
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.17.10",
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@babel/core": "^7.18.2",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@types/node": "^17.0.40",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-preset-env": "^1.7.0",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"esbuild": "^0.14.39",
"eslint": "^8.15.0",
"esbuild": "^0.14.42",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"jsdom": "^19.0.0",
"lint-staged": "^12.4.1",
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"rollup": "^2.73.0",
"rollup-plugin-dts": "^4.2.1",
"rollup": "^2.75.5",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-typescript2": "^0.32.0",
"tslib": "^2.4.0",
"typedoc": "^0.22.15",
"typescript": "^4.6.4",
"vitest": "^0.12.6"
"typedoc": "^0.22.17",
"typescript": "^4.7.3",
"vitest": "^0.13.1"
}
}

0 comments on commit 622f25a

Please sign in to comment.