Skip to content

Commit

Permalink
Merge pull request #76 from axonivy/update-node
Browse files Browse the repository at this point in the history
Update node to LTS 22
  • Loading branch information
ivy-lli authored Nov 4, 2024
2 parents 0ec701a + 2c79dd2 commit c676a50
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 45 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM node:20.15-bookworm
FROM node:22.11-bookworm
ENV CI=true
2 changes: 1 addition & 1 deletion build/Dockerfile.playwright
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.46.0-jammy
FROM mcr.microsoft.com/playwright:v1.48.2-jammy

RUN apt-get update &&\
apt-get install software-properties-common -y &&\
Expand Down
84 changes: 47 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"node": ">=20.10.0"
},
"volta": {
"node": "20.10.0"
"node": "22.11.0"
},
"scripts": {
"ci": "npm install && npm run package && npm run lint:ci && npm run type && npm run test:ci",
Expand All @@ -26,7 +26,7 @@
"publish:next": "lerna publish --exact --canary --preid next --tag-version-prefix beta --pre-dist-tag next --no-git-tag-version --no-push --ignore-scripts --yes"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/dataclass-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"types": "lib/index.d.ts",
"main": "lib/editor.js",
"dependencies": {
"@axonivy/jsonrpc": "~12.0.0-next.358",
"@axonivy/ui-components": "~12.0.0-next.358",
"@axonivy/ui-icons": "~12.0.0-next.358",
"@axonivy/jsonrpc": "~12.0.0-next.372",
"@axonivy/ui-components": "~12.0.0-next.372",
"@axonivy/ui-icons": "~12.0.0-next.372",
"@tanstack/react-query": "5.32.1",
"@tanstack/react-query-devtools": "5.32.1",
"react": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/axonivy/dataclass-editor-client"
},
"devDependencies": {
"@playwright/test": "1.46.0"
"@playwright/test": "1.48.2"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit c676a50

Please sign in to comment.