Skip to content

Commit

Permalink
chore(deps): update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 10, 2021
1 parent 3ef8131 commit 52bca8b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
],
"devDependencies": {
"jest-watch-typeahead": "1.0.0",
"jest": "27.3.1",
"jest": "27.4.3",
"lerna": "4.0.0",
"tsbb": "3.4.4"
"tsbb": "3.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-typescript": "8.3.0",
"bannerjs": "2.1.0",
"rollup": "2.59.0",
"rollup": "2.61.0",
"rollup-plugin-terser": "7.0.2"
}
}
6 changes: 3 additions & 3 deletions packages/hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"validator.tool": "2.2.1"
},
"devDependencies": {
"@babel/runtime": "7.16.0",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@babel/runtime": "7.16.3",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"react": "17.0.2",
"react-dom": "17.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@kkt/less-modules": "6.11.0",
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"@uiw/react-github-corners": "1.5.3",
"@uiw/react-markdown-preview": "3.4.1",
"@uiw/react-markdown-preview": "3.4.5",
"@uiw/reset.css": "1.0.5",
"kkt": "6.11.0",
"react": "17.0.2",
Expand Down

0 comments on commit 52bca8b

Please sign in to comment.