Skip to content

Commit

Permalink
released v2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 25, 2023
1 parent 3d495d5 commit 5dd4104
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions example/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/base",
"version": "2.9.8",
"version": "2.9.9",
"description": "",
"private": true,
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"author": "",
"devDependencies": {
"mocker-api": "^2.9.8"
"mocker-api": "^2.9.9"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions example/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/create-react-app",
"version": "2.9.8",
"version": "2.9.9",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "~5.16.5",
Expand All @@ -11,7 +11,7 @@
"react-scripts": "~5.0.1"
},
"devDependencies": {
"mocker-api": "^2.9.8"
"mocker-api": "^2.9.9"
},
"scripts": {
"start": "react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions example/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/express",
"version": "2.9.8",
"version": "2.9.9",
"description": "",
"private": true,
"scripts": {
Expand All @@ -18,6 +18,6 @@
"nodemon": "~2.0.20"
},
"devDependencies": {
"mocker-api": "^2.9.8"
"mocker-api": "^2.9.9"
}
}
4 changes: 2 additions & 2 deletions example/loadData/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/load-data",
"version": "2.9.8",
"version": "2.9.9",
"description": "",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"keywords": [],
"author": "",
"devDependencies": {
"mocker-api": "^2.9.8"
"mocker-api": "^2.9.9"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions example/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/typescript",
"version": "2.9.8",
"version": "2.9.9",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -15,6 +15,6 @@
"dependencies": {
"@types/express": "~4.17.14",
"express": "~4.18.2",
"mocker-api": "^2.9.8"
"mocker-api": "^2.9.9"
}
}
4 changes: 2 additions & 2 deletions example/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/webpack",
"version": "2.9.8",
"version": "2.9.9",
"private": true,
"description": "Mocker API Example",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"devDependencies": {
"@webpack-cli/serve": "~2.0.1",
"html-webpack-plugin": "~5.5.0",
"mocker-api": "^2.9.8",
"mocker-api": "^2.9.9",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.9.8",
"version": "2.9.9",
"packages": [
"packages/*",
"example/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocker-api",
"version": "2.9.8",
"version": "2.9.9",
"description": "This is dev support mock RESTful API.",
"bin": {
"mocker": "lib/bin/mocker.js"
Expand Down

0 comments on commit 5dd4104

Please sign in to comment.