Skip to content

Commit

Permalink
fix: Pin dependencies in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 24, 2024
1 parent ab56b85 commit 78a6fc2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ updates:
time: "03:00"
timezone: Europe/Berlin
open-pull-requests-limit: 10
versioning-strategy: increase
commit-message:
prefix: "chore"
include: "scope"
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"core-js": "^3.6.4"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.3.0-beta.2",
"@nextcloud/typings": "^1.6.0",
"@nextcloud/vite-config": "^1.0.0-beta.19",
"@types/jest": "^29.2.5",
"@types/node": "^20.6.3",
"eslint": "^8.44.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"ts-jest": "^29.0.3",
"typedoc": "^0.25.0",
"typescript": "^5.0.2",
"vite": "5.2.10"
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/typings": "^1.8.0",
"@nextcloud/vite-config": "^1.2.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vite": "^5.2.10"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
Expand Down

0 comments on commit 78a6fc2

Please sign in to comment.