Skip to content

Commit

Permalink
v2.53.2
Browse files Browse the repository at this point in the history
  • Loading branch information
muxiangqiu committed Dec 18, 2023
1 parent 010e234 commit 134745d
Show file tree
Hide file tree
Showing 74 changed files with 326 additions and 326 deletions.
6 changes: 3 additions & 3 deletions dev-packages/cli-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli-common",
"version": "2.53.1",
"version": "2.53.2",
"description": "Malagu CLI Common.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "malagu-component test:js"
},
"dependencies": {
"@malagu/frameworks": "2.53.1",
"@malagu/frameworks": "2.53.2",
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^4.1.0",
"commander": "^11.0.0",
Expand All @@ -49,7 +49,7 @@
"typescript": "~4.5.5"
},
"devDependencies": {
"@malagu/component": "2.53.1",
"@malagu/component": "2.53.2",
"@types/fs-extra": "^11.0.1",
"@types/jexl": "^2.3.1",
"@types/js-yaml": "^4.0.5",
Expand Down
8 changes: 4 additions & 4 deletions dev-packages/cli-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli-runtime",
"version": "2.53.1",
"version": "2.53.2",
"description": "Malagu CLI Runtime.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,8 +29,8 @@
"test": "malagu-component test:js"
},
"dependencies": {
"@malagu/cli-common": "2.53.1",
"@malagu/frameworks": "2.53.1",
"@malagu/cli-common": "2.53.2",
"@malagu/frameworks": "2.53.2",
"chalk": "^4.1.0",
"fs-extra": "^11.1.1",
"leven": "^3.1.0",
Expand All @@ -40,7 +40,7 @@
"rimraf": "^5.0.1"
},
"devDependencies": {
"@malagu/component": "2.53.1"
"@malagu/component": "2.53.2"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
6 changes: 3 additions & 3 deletions dev-packages/cli-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli-service",
"version": "2.53.1",
"version": "2.53.2",
"description": "Malagu CLI Service.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@gem-mine/webpack-chain": "^7.1.0",
"@malagu/cli-common": "2.53.1",
"@malagu/cli-common": "2.53.2",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"clear-module": "^4.0.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@malagu/component": "2.53.1",
"@malagu/component": "2.53.2",
"@types/friendly-errors-webpack-plugin": "^0.1.4",
"@types/memory-fs": "^0.3.3",
"@types/webpack-dev-server": "^4.7.2"
Expand Down
10 changes: 5 additions & 5 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli",
"version": "2.53.1",
"version": "2.53.2",
"description": "Malagu CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -36,9 +36,9 @@
"test": "malagu-component test:js"
},
"dependencies": {
"@malagu/cli-common": "2.53.1",
"@malagu/cli-runtime": "2.53.1",
"@malagu/frameworks": "2.53.1",
"@malagu/cli-common": "2.53.2",
"@malagu/cli-runtime": "2.53.2",
"@malagu/frameworks": "2.53.2",
"chalk": "^4.1.0",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
Expand All @@ -55,7 +55,7 @@
"watchpack": "^2.2.0"
},
"devDependencies": {
"@malagu/component": "2.53.1",
"@malagu/component": "2.53.2",
"@types/js-yaml": "^3.12.1",
"@types/prompts": "^2.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/component",
"version": "2.53.1",
"version": "2.53.2",
"license": "MIT",
"description": "CLI for malagu component.",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions dev-packages/compression/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@malagu/compression",
"version": "2.53.1",
"version": "2.53.2",
"description": "",
"dependencies": {
"@malagu/cli-common": "2.53.1",
"@malagu/cli-common": "2.53.2",
"compression-webpack-plugin": "^10.0.0"
},
"publishConfig": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/cli-service": "2.53.1",
"@malagu/component": "2.53.1"
"@malagu/cli-service": "2.53.2",
"@malagu/component": "2.53.2"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
8 changes: 4 additions & 4 deletions dev-packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/eslint",
"version": "2.53.1",
"version": "2.53.2",
"description": "eslint component",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/cli-common": "2.53.1",
"@malagu/cli-common": "2.53.2",
"eslint": "^8.44.0",
"fork-ts-checker-notifier-webpack-plugin": "^7.0.0",
"fork-ts-checker-webpack-plugin": "^8.0.0"
Expand Down Expand Up @@ -37,8 +37,8 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/cli-service": "2.53.1",
"@malagu/component": "2.53.1"
"@malagu/cli-service": "2.53.2",
"@malagu/component": "2.53.2"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
4 changes: 2 additions & 2 deletions dev-packages/frameworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/frameworks",
"version": "2.53.1",
"version": "2.53.2",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.53.1"
"@malagu/component": "2.53.2"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
8 changes: 4 additions & 4 deletions dev-packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/pwa",
"version": "2.53.1",
"version": "2.53.2",
"description": "pwa component",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/cli-common": "2.53.1",
"@malagu/cli-common": "2.53.2",
"workbox-webpack-plugin": "^6.5.3"
},
"publishConfig": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/cli-service": "2.53.1",
"@malagu/component": "2.53.1"
"@malagu/cli-service": "2.53.2",
"@malagu/component": "2.53.2"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
6 changes: 3 additions & 3 deletions dev-packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/testing",
"version": "2.53.1",
"version": "2.53.2",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@malagu/cli": "2.53.1",
"@malagu/cli": "2.53.2",
"axios": "^0.26.1",
"http-proxy": "^1.18.1"
},
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "malagu-component test:js"
},
"devDependencies": {
"@malagu/component": "2.53.1"
"@malagu/component": "2.53.2"
},
"gitHead": "bbf636b21ea1a347affcc05a5f6f58b35bedef6d"
}
26 changes: 13 additions & 13 deletions examples/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"keywords": [
"malagu-component"
],
"version": "2.53.1",
"version": "2.53.2",
"license": "MIT",
"files": [
"lib",
"src",
"malagu.yml"
],
"dependencies": {
"@malagu/core": "2.53.1",
"@malagu/grommet": "2.53.1",
"@malagu/oauth2-client": "2.53.1",
"@malagu/oauth2-core": "2.53.1",
"@malagu/react": "2.53.1",
"@malagu/rpc": "2.53.1",
"@malagu/scf-adapter": "2.53.1",
"@malagu/security": "2.53.1",
"@malagu/serve-static": "2.53.1",
"@malagu/typeorm": "2.53.1",
"@malagu/web": "2.53.1",
"@malagu/core": "2.53.2",
"@malagu/grommet": "2.53.2",
"@malagu/oauth2-client": "2.53.2",
"@malagu/oauth2-core": "2.53.2",
"@malagu/react": "2.53.2",
"@malagu/rpc": "2.53.2",
"@malagu/scf-adapter": "2.53.2",
"@malagu/security": "2.53.2",
"@malagu/serve-static": "2.53.2",
"@malagu/typeorm": "2.53.2",
"@malagu/web": "2.53.2",
"better-sqlite3": "^7.6.2",
"class-transformer": "^0.5.1",
"grommet": "^2.25.1",
Expand All @@ -36,7 +36,7 @@
"typeorm": "^0.3.7"
},
"devDependencies": {
"@malagu/cli": "2.53.1"
"@malagu/cli": "2.53.2"
},
"scripts": {
"clean": "rimraf lib dist .malagu",
Expand Down
18 changes: 9 additions & 9 deletions examples/admin-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"keywords": [
"malagu-component"
],
"version": "2.53.1",
"version": "2.53.2",
"license": "MIT",
"files": [
"lib",
"src"
],
"dependencies": {
"@malagu/core": "2.53.1",
"@malagu/react": "2.53.1",
"@malagu/rpc": "2.53.1",
"@malagu/security": "2.53.1",
"@malagu/serve-static": "2.53.1",
"@malagu/shell": "2.53.1",
"@malagu/typeorm": "2.53.1",
"@malagu/core": "2.53.2",
"@malagu/react": "2.53.2",
"@malagu/rpc": "2.53.2",
"@malagu/security": "2.53.2",
"@malagu/serve-static": "2.53.2",
"@malagu/shell": "2.53.2",
"@malagu/typeorm": "2.53.2",
"better-sqlite3": "^7.6.2",
"grommet": "^2.25.1",
"react": "^18.2.0",
"typeorm": "^0.3.7"
},
"devDependencies": {
"@malagu/cli": "2.53.1"
"@malagu/cli": "2.53.2"
},
"scripts": {
"clean": "rimraf lib dist .malagu",
Expand Down
2 changes: 1 addition & 1 deletion examples/adonis-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/example-adonis-app",
"version": "2.53.1",
"version": "2.53.2",
"private": true,
"main": "build/server.js",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions examples/backend-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"keywords": [
"malagu-component"
],
"version": "2.53.1",
"version": "2.53.2",
"license": "MIT",
"files": [
"lib",
"src"
],
"dependencies": {
"@malagu/core": "2.53.1",
"@malagu/mvc": "2.53.1"
"@malagu/core": "2.53.2",
"@malagu/mvc": "2.53.2"
},
"devDependencies": {
"@malagu/cli": "2.53.1",
"@malagu/component": "2.53.1",
"@malagu/testing": "2.53.1",
"@malagu/cli": "2.53.2",
"@malagu/component": "2.53.2",
"@malagu/testing": "2.53.2",
"@types/supertest": "^2.0.12",
"supertest": "^6.2.4"
},
Expand Down
12 changes: 6 additions & 6 deletions examples/docker-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"keywords": [
"malagu-component"
],
"version": "2.53.1",
"version": "2.53.2",
"license": "MIT",
"files": [
"lib",
"src"
],
"dependencies": {
"@malagu/core": "2.53.1",
"@malagu/react": "2.53.1",
"@malagu/rpc": "2.53.1",
"@malagu/serve-static": "2.53.1",
"@malagu/core": "2.53.2",
"@malagu/react": "2.53.2",
"@malagu/rpc": "2.53.2",
"@malagu/serve-static": "2.53.2",
"react": "^18.2.0"
},
"devDependencies": {
"@malagu/cli": "2.53.1"
"@malagu/cli": "2.53.2"
},
"scripts": {
"clean": "rimraf lib dist .malagu",
Expand Down
Loading

0 comments on commit 134745d

Please sign in to comment.