Skip to content
Snippets Groups Projects
Commit 625896d4 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Port to rollup v3

parent 1218c759
No related branches found
No related tags found
No related merge requests found
Pipeline #200645 passed
......@@ -35,7 +35,7 @@
"mocha": "^10.0.0",
"playwright-core": "^1.20.2",
"prettier": "^2.5.1",
"rollup": "^2.18.1",
"rollup": "^3.2.5",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-emit-ejs": "^3.1.0",
......@@ -69,14 +69,14 @@
"format": "yarn run format:eslint && yarn run format:prettier",
"format:eslint": "eslint \"**/*.{js,ts}\" --fix",
"format:prettier": "prettier \"**/*.{js,json,ts}\" --write",
"build": "rollup -c",
"build": "rollup --bundleConfigAsCjs -c",
"i18next": "i18next",
"watch": "rollup -c --watch",
"watch": "rollup --bundleConfigAsCjs -c --watch",
"watch-local": "yarn run watch",
"watch-full": "rollup -c --watch --environment FORCE_FULL",
"watch-bs": "rollup -c --watch --environment APP_ENV:bs",
"test": "rollup -c --environment APP_ENV:test && karma start --singleRun",
"test-full": "rollup -c --environment FORCE_FULL,APP_ENV:test && karma start --singleRun",
"watch-full": "rollup --bundleConfigAsCjs -c --watch --environment FORCE_FULL",
"watch-bs": "rollup --bundleConfigAsCjs -c --watch --environment APP_ENV:bs",
"test": "rollup --bundleConfigAsCjs -c --environment APP_ENV:test && karma start --singleRun",
"test-full": "rollup --bundleConfigAsCjs -c --environment FORCE_FULL,APP_ENV:test && karma start --singleRun",
"lint": "eslint .",
"publish": "sed -i 's/\"private\": true/\"private\": false/' package.json && can-npm-publish --verbose 2>&1 && npm publish --access public 2>&1; sed -i 's/\"private\": false/\"private\": true/' package.json"
}
......
......@@ -5567,13 +5567,6 @@ rollup-pluginutils@^2.6.0:
dependencies:
estree-walker "^0.6.1"
rollup@^2.18.1:
version "2.79.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
optionalDependencies:
fsevents "~2.3.2"
rollup@^2.19.0, rollup@^2.33.3:
version "2.70.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.70.1.tgz#824b1f1f879ea396db30b0fc3ae8d2fead93523e"
......@@ -5581,6 +5574,13 @@ rollup@^2.19.0, rollup@^2.33.3:
optionalDependencies:
fsevents "~2.3.2"
rollup@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.2.5.tgz#9452168ac083218c8212bf53d2448bdc6b8b0de7"
integrity sha512-/Ha7HhVVofduy+RKWOQJrxe4Qb3xyZo+chcpYiD8SoQa4AG7llhupUtyfKSSrdBM2mWJjhM8wZwmbY23NmlIYw==
optionalDependencies:
fsevents "~2.3.2"
rsvp@^4.8.2:
version "4.8.5"
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment