Skip to content

Commit

Permalink
Merge pull request #539 from nextcloud/chore/update-rollup
Browse files Browse the repository at this point in the history
chore: Update dependencies, especially rollup v3
  • Loading branch information
susnux authored May 17, 2023
2 parents f6e0c11 + 179973d commit c3dd750
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 29 deletions.
51 changes: 28 additions & 23 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.js"
},
"files": [
"dist/"
],
"scripts": {
"build": "rollup --config rollup.config.js",
"build": "rollup --config rollup.config.mjs",
"build:doc": "typedoc --out dist/doc lib/index.ts && touch dist/doc/.nojekyll",
"check-types": "tsc --noEmit",
"dev": "rollup --config rollup.config.js --watch",
"dev": "rollup --config rollup.config.mjs --watch",
"test": "jest",
"test:watch": "jest --watchAll"
},
Expand All @@ -31,14 +31,14 @@
"url": "https://github.com/nextcloud/nextcloud-auth"
},
"dependencies": {
"@nextcloud/event-bus": "^3.0.2"
"@nextcloud/event-bus": "^3.1.0"
},
"devDependencies": {
"@nextcloud/typings": "^1.6.0",
"@rollup/plugin-typescript": "^11.1.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"rollup": "^2.79.1",
"rollup": "^3.22.0",
"tslib": "^2.5.0",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
Expand Down
File renamed without changes.

0 comments on commit c3dd750

Please sign in to comment.