Skip to content

Commit c3dd750

Browse files
authored
Merge pull request #539 from nextcloud/chore/update-rollup
chore: Update dependencies, especially rollup v3
2 parents f6e0c11 + 179973d commit c3dd750

File tree

3 files changed

+34
-29
lines changed

3 files changed

+34
-29
lines changed

package-lock.json

Lines changed: 28 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"exports": {
8+
"types": "./dist/index.d.ts",
89
"import": "./dist/index.es.mjs",
9-
"require": "./dist/index.js",
10-
"types": "./dist/index.d.ts"
10+
"require": "./dist/index.js"
1111
},
1212
"files": [
1313
"dist/"
1414
],
1515
"scripts": {
16-
"build": "rollup --config rollup.config.js",
16+
"build": "rollup --config rollup.config.mjs",
1717
"build:doc": "typedoc --out dist/doc lib/index.ts && touch dist/doc/.nojekyll",
1818
"check-types": "tsc --noEmit",
19-
"dev": "rollup --config rollup.config.js --watch",
19+
"dev": "rollup --config rollup.config.mjs --watch",
2020
"test": "jest",
2121
"test:watch": "jest --watchAll"
2222
},
@@ -31,14 +31,14 @@
3131
"url": "https://github.com/nextcloud/nextcloud-auth"
3232
},
3333
"dependencies": {
34-
"@nextcloud/event-bus": "^3.0.2"
34+
"@nextcloud/event-bus": "^3.1.0"
3535
},
3636
"devDependencies": {
3737
"@nextcloud/typings": "^1.6.0",
3838
"@rollup/plugin-typescript": "^11.1.1",
3939
"jest": "^29.5.0",
4040
"jest-environment-jsdom": "^29.5.0",
41-
"rollup": "^2.79.1",
41+
"rollup": "^3.22.0",
4242
"tslib": "^2.5.0",
4343
"typedoc": "^0.24.7",
4444
"typescript": "^5.0.4"
File renamed without changes.

0 commit comments

Comments
 (0)