Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.18.0
node-version: 22.20.0
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml

Expand All @@ -36,7 +36,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages
folder: website/dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.18.0
node-version: 22.20.0
cache-dependency-path: pnpm-lock.yaml

- name: Activate corepack
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
apt-get update && apt-get install -y rsync
- name: Update data
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.7.3
if: github.event.inputs.updateData == 'yes'
with:
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monitor-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.18.0
node-version: 22.20.0
cache-dependency-path: pnpm-lock.yaml

- name: Install Pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.18.0
node-version: 22.20.0
cache-dependency-path: pnpm-lock.yaml

- name: Activate corepack
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
apt-get update && apt-get install -y rsync
- name: Update data
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages
folder: data
Expand Down
40 changes: 20 additions & 20 deletions cases/modernjs-framework/app-arco-pro-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@
"dependencies": {
"@antv/data-set": "^0.11.8",
"@arco-design/color": "^0.4.0",
"@arco-design/web-react": "^2.41.2",
"@arco-design/web-react": "^2.66.5",
"@arco-themes/react-arco-pro": "^0.0.7",
"@loadable/component": "^5.13.2",
"@loadable/component": "^5.16.7",
"@turf/turf": "^6.5.0",
"arco-design-pro": "^2.4.0",
"arco-design-pro": "^2.8.1",
"axios": "^0.24.0",
"bizcharts": "^4.1.11",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.1",
"bizcharts": "^4.1.23",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.18",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"query-string": "^6.13.8",
"react": "^18",
"react-color": "^2.18.1",
"react-dom": "^18",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.2"
"query-string": "^6.14.1",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-redux": "^7.2.9",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redux": "^4.2.1"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"rimraf": "^3.0.2",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"prettier": "^2.8.8",
"husky": "4.3.8",
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^14"
"typescript": "^5.9.3",
"@types/react": "^18.3.25",
"@types/react-dom": "^18.3.7",
"@types/node": "^14.18.63"
}
}
40 changes: 20 additions & 20 deletions cases/modernjs-framework/app-arco-pro-rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@
"dependencies": {
"@antv/data-set": "^0.11.8",
"@arco-design/color": "^0.4.0",
"@arco-design/web-react": "^2.41.2",
"@arco-design/web-react": "^2.66.5",
"@arco-themes/react-arco-pro": "^0.0.7",
"@loadable/component": "^5.13.2",
"@loadable/component": "^5.16.7",
"@turf/turf": "^6.5.0",
"arco-design-pro": "^2.4.0",
"arco-design-pro": "^2.8.1",
"axios": "^0.24.0",
"bizcharts": "^4.1.11",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.1",
"bizcharts": "^4.1.23",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.18",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"query-string": "^6.13.8",
"react": "^18",
"react-color": "^2.18.1",
"react-dom": "^18",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.2"
"query-string": "^6.14.1",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-redux": "^7.2.9",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redux": "^4.2.1"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"rimraf": "^3.0.2",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"prettier": "^2.8.8",
"husky": "4.3.8",
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^14"
"typescript": "^5.9.3",
"@types/react": "^18.3.25",
"@types/react-dom": "^18.3.7",
"@types/node": "^14.18.63"
}
}
40 changes: 20 additions & 20 deletions cases/modernjs-framework/app-arco-pro-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,39 @@
"dependencies": {
"@antv/data-set": "^0.11.8",
"@arco-design/color": "^0.4.0",
"@arco-design/web-react": "^2.41.2",
"@arco-design/web-react": "^2.66.5",
"@arco-themes/react-arco-pro": "^0.0.7",
"@loadable/component": "^5.13.2",
"@loadable/component": "^5.16.7",
"@turf/turf": "^6.5.0",
"arco-design-pro": "^2.4.0",
"arco-design-pro": "^2.8.1",
"axios": "^0.24.0",
"bizcharts": "^4.1.11",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.1",
"bizcharts": "^4.1.23",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.18",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"query-string": "^6.13.8",
"react": "^18",
"react-color": "^2.18.1",
"react-dom": "^18",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.2"
"query-string": "^6.14.1",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-redux": "^7.2.9",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redux": "^4.2.1"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/plugin-swc": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"rimraf": "^3.0.2",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"prettier": "^2.8.8",
"husky": "4.3.8",
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^14"
"typescript": "^5.9.3",
"@types/react": "^18.3.25",
"@types/react-dom": "^18.3.7",
"@types/node": "^14.18.63"
}
}
40 changes: 20 additions & 20 deletions cases/modernjs-framework/app-arco-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@
"dependencies": {
"@antv/data-set": "^0.11.8",
"@arco-design/color": "^0.4.0",
"@arco-design/web-react": "^2.41.2",
"@arco-design/web-react": "^2.66.5",
"@arco-themes/react-arco-pro": "^0.0.7",
"@loadable/component": "^5.13.2",
"@loadable/component": "^5.16.7",
"@turf/turf": "^6.5.0",
"arco-design-pro": "^2.4.0",
"arco-design-pro": "^2.8.1",
"axios": "^0.24.0",
"bizcharts": "^4.1.11",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.1",
"bizcharts": "^4.1.23",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.18",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"query-string": "^6.13.8",
"react": "^18",
"react-color": "^2.18.1",
"react-dom": "^18",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.2"
"query-string": "^6.14.1",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-redux": "^7.2.9",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redux": "^4.2.1"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"rimraf": "^3.0.2",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"prettier": "^2.8.8",
"husky": "4.3.8",
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^14"
"typescript": "^5.9.3",
"@types/react": "^18.3.25",
"@types/react-dom": "^18.3.7",
"@types/node": "^14.18.63"
}
}
18 changes: 9 additions & 9 deletions cases/modernjs-framework/app-bff-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
},
"dependencies": {
"@modern-js/runtime": "workspace:*",
"react": "^18",
"react-dom": "^18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@modern-js/plugin-bff": "workspace:*",
"@modern-js/plugin-koa": "workspace:*",
"koa": "^2.13.4"
"koa": "^2.16.2"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"rimraf": "^3.0.2",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"prettier": "^2.8.8",
"husky": "4.3.8",
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^14",
"@types/koa": "^2.13.4"
"typescript": "^5.9.3",
"@types/react": "^18.3.25",
"@types/react-dom": "^18.3.7",
"@types/node": "^14.18.63",
"@types/koa": "^2.15.0"
}
}
16 changes: 8 additions & 8 deletions cases/modernjs-framework/app-initial-rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
"dependencies": {
"@modern-js/runtime": "workspace:*",
"react": "^18",
"react-dom": "^18"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"rimraf": "^3.0.2",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"husky": "^8.0.0",
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^14"
"prettier": "^2.8.8",
"husky": "^8.0.3",
"typescript": "^5.9.3",
"@types/react": "^18.3.25",
"@types/react-dom": "^18.3.7",
"@types/node": "^14.18.63"
}
}
16 changes: 8 additions & 8 deletions cases/modernjs-framework/app-initial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
"dependencies": {
"@modern-js/runtime": "workspace:*",
"react": "^18",
"react-dom": "^18"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"rimraf": "^3.0.2",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"husky": "^8.0.0",
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^14"
"prettier": "^2.8.8",
"husky": "^8.0.3",
"typescript": "^5.9.3",
"@types/react": "^18.3.25",
"@types/react-dom": "^18.3.7",
"@types/node": "^14.18.63"
}
}
Loading