Skip to content

Commit 78a6fc2

Browse files
committed
fix: Pin dependencies in package.json
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent ab56b85 commit 78a6fc2

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ updates:
88
time: "03:00"
99
timezone: Europe/Berlin
1010
open-pull-requests-limit: 10
11+
versioning-strategy: increase
1112
commit-message:
1213
prefix: "chore"
1314
include: "scope"

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"core-js": "^3.6.4"
4040
},
4141
"devDependencies": {
42-
"@nextcloud/browserslist-config": "^3.0.0",
43-
"@nextcloud/eslint-config": "^8.3.0-beta.2",
44-
"@nextcloud/typings": "^1.6.0",
45-
"@nextcloud/vite-config": "^1.0.0-beta.19",
46-
"@types/jest": "^29.2.5",
47-
"@types/node": "^20.6.3",
48-
"eslint": "^8.44.0",
49-
"jest": "^29.3.1",
50-
"jest-environment-jsdom": "^29.3.1",
51-
"ts-jest": "^29.0.3",
52-
"typedoc": "^0.25.0",
53-
"typescript": "^5.0.2",
54-
"vite": "5.2.10"
42+
"@nextcloud/browserslist-config": "^3.0.1",
43+
"@nextcloud/eslint-config": "^8.3.0",
44+
"@nextcloud/typings": "^1.8.0",
45+
"@nextcloud/vite-config": "^1.2.3",
46+
"@types/jest": "^29.5.12",
47+
"@types/node": "^20.12.7",
48+
"eslint": "^8.57.0",
49+
"jest": "^29.7.0",
50+
"jest-environment-jsdom": "^29.7.0",
51+
"ts-jest": "^29.1.2",
52+
"typedoc": "^0.25.13",
53+
"typescript": "^5.4.5",
54+
"vite": "^5.2.10"
5555
},
5656
"browserslist": [
5757
"extends @nextcloud/browserslist-config"

0 commit comments

Comments
 (0)