Skip to content

Commit

Permalink
Merge pull request #509 from nextcloud-libraries/fix/update-npm
Browse files Browse the repository at this point in the history
fix: Update npm version to current LTS and update dev dependencies
  • Loading branch information
Pytal committed Apr 13, 2024
2 parents 5a2136f + 1883282 commit ae020cf
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 54 deletions.
152 changes: 121 additions & 31 deletions package-lock.json

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

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,41 +63,41 @@
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
"npm": "^10.0.0"
},
"homepage": "https://github.com/nextcloud/nextcloud-cypress",
"peerDependencies": {
"cypress": "^13.2.0"
},
"dependencies": {
"dockerode": "^4.0.0",
"fast-xml-parser": "^4.2.5",
"wait-on": "^7.0.1"
"dockerode": "^4.0.2",
"fast-xml-parser": "^4.3.6",
"wait-on": "^7.2.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.8",
"@cypress/code-coverage": "^3.12.34",
"@nextcloud/upload": "1.0.0-beta.14",
"@nextcloud/webpack-vue-config": "^6.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.1.2",
"@nextcloud/webpack-vue-config": "^6.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/cypress": "^1.1.3",
"@types/dockerode": "^3.3.15",
"@types/jest": "^29.5.2",
"@types/dockerode": "^3.3.28",
"@types/jest": "^29.5.12",
"@vue/cli-service": "^5.0.8",
"@vue/tsconfig": "^0.5.0",
"cypress": "^13.2.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"@vue/tsconfig": "^0.5.1",
"cypress": "^13.7.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nyc": "^15.1.0",
"rollup": "^4.1.4",
"rollup": "^4.14.1",
"rollup-plugin-istanbul": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"typedoc": "^0.25.1",
"typescript": "^5.1.3",
"vue": "^2.7.14"
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vue": "^2.7.16"
}
}

0 comments on commit ae020cf

Please sign in to comment.