Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
name: Use node ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
4 changes: 2 additions & 2 deletions apps/demo/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --update --no-cache git

WORKDIR /var/workspace

RUN npm install -g pnpm@9 \
RUN npm install -g pnpm@10 \
&& pnpm config set store-dir .pnpm-store

COPY package.json package.json
Expand All @@ -20,7 +20,7 @@ FROM base as build
ARG api_base_url=''
ARG app_build=''
ARG app_title='Dzangolab React Demo'
ARG app_version='0.51.1'
ARG app_version='0.60.0'
ARG feature_show_version=1
ARG locale_storage_namespace='demo-react__'

Expand Down
4 changes: 2 additions & 2 deletions apps/demo/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tag = 1
version = 0.51
tag = 0
version = 0.60

audit:
@printf "\033[0;32m>>> Audit production dependencies\033[0m\n"
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/demo",
"version": "0.56.2",
"version": "0.60.0",
"private": true,
"homepage": "https://dzangolab.github.io/react",
"type": "module",
Expand Down
3 changes: 0 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
tag = 0
version = 0.1

build:
@printf "\033[0;32m>>> Build packages\033[0m\n"
pnpm build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"turbo": "2.5.4",
"typescript": "5.7.3"
},
"packageManager": "pnpm@9.15.9",
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=18",
"pnpm": ">=9"
Expand Down
3 changes: 1 addition & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"react": ">=18.2"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
"node": ">=18"
}
}
7 changes: 4 additions & 3 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"main": "dist//DzangolabReactForm.umd.js",
"module": "dist//DzangolabReactForm.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint .",
Expand Down Expand Up @@ -74,7 +76,6 @@
"zod": ">=3.21.4"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
"node": ">=18"
}
}
7 changes: 4 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"main": "dist//DzangolabReactI18n.umd.js",
"module": "dist//DzangolabReactI18n.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint .",
Expand Down Expand Up @@ -68,7 +70,6 @@
"react-dom": ">=18.2"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
"node": ">=18"
}
}
7 changes: 4 additions & 3 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"main": "dist//DzangolabReactLayout.umd.js",
"module": "dist//DzangolabReactLayout.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint .",
Expand Down Expand Up @@ -70,7 +72,6 @@
"react-router-dom": ">=6.9"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
"node": ">=18"
}
}
3 changes: 1 addition & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"react-router-dom": ">=6.9"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
"node": ">=18"
}
}
7 changes: 4 additions & 3 deletions packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"main": "dist//DzangolabReactUser.umd.js",
"module": "dist//DzangolabReactUser.es.js",
"types": "./dist/src/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly",
"lint": "eslint .",
Expand Down Expand Up @@ -81,7 +83,6 @@
"react-toastify": ">=10.0"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
"node": ">=18"
}
}