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 Mar 7, 2022
1 parent e0a52cb commit da0be6c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 38 deletions.
12 changes: 6 additions & 6 deletions example/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "5.0.0"
"@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",
"react-scripts": "~5.0.0"
},
"devDependencies": {
"mocker-api": "2.9.4"
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.17.2",
"nodemon": "2.0.14"
"express": "~4.17.3",
"nodemon": "~2.0.15"
},
"devDependencies": {
"mocker-api": "2.9.4"
Expand Down
7 changes: 2 additions & 5 deletions example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
"author": "jaywcjlove",
"license": "MIT",
"dependencies": {
"@types/express": "4.17.13",
"@types/express": "~4.17.13",
"mocker-api": "2.9.4",
"express": "4.17.2"
},
"devDependencies": {
"typescript": "4.4.3"
"express": "~4.17.3"
}
}
10 changes: 5 additions & 5 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.0",
"html-webpack-plugin": "5.5.0",
"@webpack-cli/serve": "~1.6.1",
"html-webpack-plugin": "~5.5.0",
"mocker-api": "2.9.4",
"webpack": "5.46.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.4.0"
"webpack": "~5.70.0",
"webpack-cli": "~4.9.2",
"webpack-dev-server": "~4.7.4"
}
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
}
},
"devDependencies": {
"tsbb": "3.5.5",
"typescript": "4.4.3",
"typedoc": "0.22.7"
"tsbb": "~3.7.2",
"typedoc": "~0.22.13"
}
}
33 changes: 16 additions & 17 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,21 @@
"TypeScript"
],
"dependencies": {
"@babel/runtime": "7.16.0",
"@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.11.6",
"body-parser": "1.19.0",
"chokidar": "3.5.2",
"clear-module": "4.1.2",
"colors-cli": "1.0.28",
"detect-port": "1.3.0",
"express": "4.17.2",
"http-proxy": "1.18.1",
"local-ip-url": "1.0.3",
"minimist": "1.2.5",
"path-to-regexp": "6.2.0"
"@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": "~17.0.21",
"body-parser": "~1.19.0",
"chokidar": "~3.5.2",
"clear-module": "~4.1.2",
"colors-cli": "~1.0.28",
"detect-port": "~1.3.0",
"express": "~4.17.2",
"http-proxy": "~1.18.1",
"local-ip-url": "~1.0.3",
"minimist": "~1.2.5",
"path-to-regexp": "~6.2.0"
}
}

0 comments on commit da0be6c

Please sign in to comment.