Skip to content

Commit

Permalink
Update chayns-api and chayns-toolkit versions in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiner Pöpping committed Dec 19, 2024
1 parent feb6b7c commit 8a2c6a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions templates/api-v5/shared/js/template-package-redux.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"chayns-api": "^2.0.0",
"chayns-api": "^2.0.10",
"react-redux": "^9.1.2",
"@reduxjs/toolkit": "^2.3.0"
},
"devDependencies": {
"chayns-toolkit": "^3.0.1",
"chayns-toolkit": "^3.0.9",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3"
}
Expand Down
4 changes: 2 additions & 2 deletions templates/api-v5/shared/js/template-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"chayns-api": "^2.0.0"
"chayns-api": "^2.0.10"
},
"devDependencies": {
"chayns-toolkit": "^3.0.1",
"chayns-toolkit": "^3.0.9",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3"
}
Expand Down
4 changes: 2 additions & 2 deletions templates/api-v5/shared/ts/template-package-redux.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"chayns-api": "^2.0.0",
"chayns-api": "^2.0.10",
"react-redux": "^9.1.2",
"@reduxjs/toolkit": "^2.3.0"
},
"devDependencies": {
"chayns-toolkit": "^3.0.1",
"chayns-toolkit": "^3.0.9",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"typescript": "^5.6.3",
Expand Down
4 changes: 2 additions & 2 deletions templates/api-v5/shared/ts/template-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"chayns-api": "^2.0.0"
"chayns-api": "^2.0.10"
},
"devDependencies": {
"chayns-toolkit": "^3.0.1",
"chayns-toolkit": "^3.0.9",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"typescript": "^5.6.3",
Expand Down

0 comments on commit 8a2c6a1

Please sign in to comment.