Skip to content

Commit

Permalink
chore(deps): update dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 6, 2022
1 parent 403bf81 commit f55b875
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions example/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "~5.16.0",
"@testing-library/react": "~12.1.2",
"@testing-library/user-event": "~13.5.0",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"@testing-library/jest-dom": "~5.16.5",
"@testing-library/react": "~13.4.0",
"@testing-library/user-event": "~14.4.3",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-scripts": "~5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions example/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"express": "~4.18.0",
"nodemon": "~2.0.15"
"express": "~4.18.2",
"nodemon": "~2.0.20"
},
"devDependencies": {
"mocker-api": "2.9.5"
Expand Down
4 changes: 2 additions & 2 deletions example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "jaywcjlove",
"license": "MIT",
"dependencies": {
"@types/express": "~4.17.13",
"@types/express": "~4.17.14",
"mocker-api": "2.9.5",
"express": "~4.18.0"
"express": "~4.18.2"
}
}
8 changes: 4 additions & 4 deletions example/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@webpack-cli/serve": "~1.6.1",
"@webpack-cli/serve": "~2.0.1",
"html-webpack-plugin": "~5.5.0",
"mocker-api": "2.9.5",
"webpack": "~5.70.0",
"webpack-cli": "~4.9.2",
"webpack-dev-server": "~4.7.4"
"webpack": "~5.75.0",
"webpack-cli": "~5.0.1",
"webpack-dev-server": "~4.11.1"
}
}
22 changes: 11 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
"TypeScript"
],
"dependencies": {
"@types/body-parser": "~1.19.1",
"@types/detect-port": "~1.3.1",
"@types/express": "~4.17.13",
"@types/http-proxy": "~1.17.7",
"@types/body-parser": "~1.19.2",
"@types/detect-port": "~1.3.2",
"@types/express": "~4.17.14",
"@types/http-proxy": "~1.17.9",
"@types/minimist": "~1.2.2",
"@types/node": "~17.0.21",
"body-parser": "~1.20.0",
"chokidar": "~3.5.2",
"@types/node": "~18.11.11",
"body-parser": "~1.20.1",
"chokidar": "~3.5.3",
"clear-module": "~4.1.2",
"colors-cli": "~1.0.28",
"detect-port": "~1.5.0",
"express": "~4.18.0",
"detect-port": "~1.5.1",
"express": "~4.18.2",
"http-proxy": "~1.18.1",
"local-ip-url": "~1.0.3",
"minimist": "~1.2.5",
"path-to-regexp": "~6.2.0"
"minimist": "~1.2.7",
"path-to-regexp": "~6.2.1"
}
}

0 comments on commit f55b875

Please sign in to comment.