Skip to content

Commit

Permalink
chore(): Use nextcloud/axios to ^1.11.0 and the requirements for node…
Browse files Browse the repository at this point in the history
… and yarn

Whithout that, we could not know how to build the project.

Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
  • Loading branch information
zak39 committed Mar 19, 2024
1 parent 2efc698 commit af23a37
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 158 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/travis-cli": "^16.2.3",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/axios": "^1.11.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/router": "^2.0.0",
"@octokit/rest": "^18.0.4",
Expand All @@ -61,7 +61,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0",
"yarn": "^1.22.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
Loading

0 comments on commit af23a37

Please sign in to comment.