Skip to content

Commit

Permalink
chore(deps): Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 25, 2021
1 parent 9527659 commit 5d3c0bc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions example/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.13.0",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "13.1.9",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/user-event": "13.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "jaywcjlove",
"license": "MIT",
"dependencies": {
"@types/express": "4.17.12",
"@types/express": "4.17.13",
"mocker-api": "2.9.0",
"express": "4.17.1"
},
Expand Down
4 changes: 2 additions & 2 deletions example/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"license": "MIT",
"devDependencies": {
"@webpack-cli/serve": "1.5.1",
"html-webpack-plugin": "5.3.1",
"html-webpack-plugin": "5.3.2",
"mocker-api": "2.9.0",
"webpack": "5.38.1",
"webpack": "5.46.0",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Kenny Wong <wowohoo@qq.com>",
"devDependencies": {
"tsbb": "2.2.1",
"typescript": "4.1.5",
"typedoc": "0.20.36"
"typescript": "4.3.5",
"typedoc": "0.21.4"
}
}
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"TypeScript"
],
"dependencies": {
"@babel/runtime": "7.14.5",
"@types/body-parser": "1.19.0",
"@types/detect-port": "1.3.0",
"@types/express": "4.17.12",
"@types/http-proxy": "1.17.6",
"@types/minimist": "1.2.1",
"@types/node": "14.17.2",
"@babel/runtime": "7.14.8",
"@types/body-parser": "1.19.1",
"@types/detect-port": "1.3.1",
"@types/express": "4.17.13",
"@types/http-proxy": "1.17.7",
"@types/minimist": "1.2.2",
"@types/node": "16.4.2",
"body-parser": "1.19.0",
"chokidar": "3.5.1",
"chokidar": "3.5.2",
"clear-module": "4.1.1",
"colors-cli": "1.0.27",
"detect-port": "1.3.0",
Expand Down

0 comments on commit 5d3c0bc

Please sign in to comment.