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

Move all the internal dependencies from dev to normal

We couldn't do this until now because we referenced them by a relative path with npm.
But now that we reference them by name and yarn handles the linking we can
specify them as normal dependencies.
parent 681c94a5
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,6 @@ ...@@ -10,11 +10,6 @@
"@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-node-resolve": "^8.1.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0",
"dbp-language-select": "^1.0.0",
"dbp-notification": "^1.0.0",
"dbp-person-profile": "^1.0.0",
"eslint": "^7.3.1", "eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^29.2.0", "eslint-plugin-jsdoc": "^29.2.0",
"glob": "^7.1.6", "glob": "^7.1.6",
...@@ -35,7 +30,12 @@ ...@@ -35,7 +30,12 @@
"i18next": "^19.5.3", "i18next": "^19.5.3",
"lit-element": "^2.3.1", "lit-element": "^2.3.1",
"lit-html": "^1.1.1", "lit-html": "^1.1.1",
"universal-router": "^9.0.1" "universal-router": "^9.0.1",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0",
"dbp-language-select": "^1.0.0",
"dbp-notification": "^1.0.0",
"dbp-person-profile": "^1.0.0"
}, },
"scripts": { "scripts": {
"build": "npm run build-local", "build": "npm run build-local",
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
"@rollup/plugin-url": "^5.0.1", "@rollup/plugin-url": "^5.0.1",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"dbp-common": "^1.0.0",
"eslint": "^7.3.1", "eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^29.2.0", "eslint-plugin-jsdoc": "^29.2.0",
"glob": "^7.1.6", "glob": "^7.1.6",
...@@ -34,7 +33,8 @@ ...@@ -34,7 +33,8 @@
"@open-wc/scoped-elements": "^1.1.1", "@open-wc/scoped-elements": "^1.1.1",
"event-target-shim": "^5.0.1", "event-target-shim": "^5.0.1",
"keycloak-js": "^10.0.2", "keycloak-js": "^10.0.2",
"lit-element": "^2.3.1" "lit-element": "^2.3.1",
"dbp-common": "^1.0.0"
}, },
"scripts": { "scripts": {
"clean": "rm dist/*", "clean": "rm dist/*",
......
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
"@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-url": "^5.0.1", "@rollup/plugin-url": "^5.0.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"i18next-scanner": "^2.10.2", "i18next-scanner": "^2.10.2",
"karma": "^5.1.0", "karma": "^5.1.0",
...@@ -37,7 +35,9 @@ ...@@ -37,7 +35,9 @@
"jquery": "^3.4.1", "jquery": "^3.4.1",
"jszip": "^3.2.2", "jszip": "^3.2.2",
"lit-element": "^2.3.1", "lit-element": "^2.3.1",
"lit-html": "^1.1.1" "lit-html": "^1.1.1",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0"
}, },
"scripts": { "scripts": {
"clean": "rm -r dist/*", "clean": "rm -r dist/*",
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
"@rollup/plugin-json": "^4.0.2", "@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-node-resolve": "^8.1.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"dbp-common": "^1.0.0",
"i18next-scanner": "^2.10.2", "i18next-scanner": "^2.10.2",
"karma": "^5.0.1", "karma": "^5.0.1",
"karma-chai": "^0.1.0", "karma-chai": "^0.1.0",
...@@ -33,7 +32,8 @@ ...@@ -33,7 +32,8 @@
"lit-html": "^1.1.1", "lit-html": "^1.1.1",
"material-design-icons-svg": "^3.0.0", "material-design-icons-svg": "^3.0.0",
"tabulator-tables": "^4.7.0", "tabulator-tables": "^4.7.0",
"webdav": "^3.3.0" "webdav": "^3.3.0",
"dbp-common": "^1.0.0"
}, },
"scripts": { "scripts": {
"clean": "rm dist/*", "clean": "rm dist/*",
......
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
"@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-url": "^5.0.1", "@rollup/plugin-url": "^5.0.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0",
"karma": "^5.1.0", "karma": "^5.1.0",
"karma-chai": "^0.1.0", "karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0", "karma-chrome-launcher": "^3.0.0",
...@@ -31,7 +29,9 @@ ...@@ -31,7 +29,9 @@
"i18next": "^19.5.3", "i18next": "^19.5.3",
"lit-element": "^2.3.1", "lit-element": "^2.3.1",
"lit-html": "^1.1.1", "lit-html": "^1.1.1",
"material-design-icons-svg": "^3.0.0" "material-design-icons-svg": "^3.0.0",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0"
}, },
"scripts": { "scripts": {
"clean": "rm dist/*", "clean": "rm dist/*",
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-node-resolve": "^8.1.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"dbp-common": "^1.0.0",
"i18next-scanner": "^2.10.2", "i18next-scanner": "^2.10.2",
"karma": "^5.1.0", "karma": "^5.1.0",
"karma-chai": "^0.1.0", "karma-chai": "^0.1.0",
...@@ -26,7 +25,8 @@ ...@@ -26,7 +25,8 @@
}, },
"dependencies": { "dependencies": {
"@open-wc/scoped-elements": "^1.1.1", "@open-wc/scoped-elements": "^1.1.1",
"lit-element": "^2.3.1" "lit-element": "^2.3.1",
"dbp-common": "^1.0.0"
}, },
"scripts": { "scripts": {
"clean": "rm dist/*", "clean": "rm dist/*",
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
"@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-url": "^5.0.1", "@rollup/plugin-url": "^5.0.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"dbp-common": "^1.0.0",
"i18next-scanner": "^2.10.2", "i18next-scanner": "^2.10.2",
"karma": "^5.1.0", "karma": "^5.1.0",
"karma-chai": "^0.1.0", "karma-chai": "^0.1.0",
...@@ -27,7 +26,8 @@ ...@@ -27,7 +26,8 @@
}, },
"dependencies": { "dependencies": {
"@open-wc/scoped-elements": "^1.1.1", "@open-wc/scoped-elements": "^1.1.1",
"lit-element": "^2.3.1" "lit-element": "^2.3.1",
"dbp-common": "^1.0.0"
}, },
"scripts": { "scripts": {
"clean": "rm dist/*", "clean": "rm dist/*",
......
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
"@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-url": "^5.0.1", "@rollup/plugin-url": "^5.0.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0",
"dbp-person-select": "^1.0.0",
"i18next-scanner": "^2.10.2", "i18next-scanner": "^2.10.2",
"karma": "^5.1.0", "karma": "^5.1.0",
"karma-chai": "^0.1.0", "karma-chai": "^0.1.0",
...@@ -30,7 +27,10 @@ ...@@ -30,7 +27,10 @@
"dependencies": { "dependencies": {
"@open-wc/scoped-elements": "^1.1.1", "@open-wc/scoped-elements": "^1.1.1",
"jquery": "^3.4.1", "jquery": "^3.4.1",
"lit-element": "^2.3.1" "lit-element": "^2.3.1",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0",
"dbp-person-select": "^1.0.0"
}, },
"scripts": { "scripts": {
"clean": "rm dist/*", "clean": "rm dist/*",
......
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
"@rollup/plugin-replace": "^2.3.3", "@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-url": "^5.0.1", "@rollup/plugin-url": "^5.0.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0",
"i18next-scanner": "^2.10.2", "i18next-scanner": "^2.10.2",
"karma": "^5.1.0", "karma": "^5.1.0",
"karma-chai": "^0.1.0", "karma-chai": "^0.1.0",
...@@ -32,7 +30,9 @@ ...@@ -32,7 +30,9 @@
"jquery": "^3.4.1", "jquery": "^3.4.1",
"keycloak-js": "^10.0.2", "keycloak-js": "^10.0.2",
"lit-element": "^2.3.1", "lit-element": "^2.3.1",
"select2": "^4.0.10" "select2": "^4.0.10",
"dbp-auth": "^1.0.0",
"dbp-common": "^1.0.0"
}, },
"scripts": { "scripts": {
"clean": "rm dist/*", "clean": "rm dist/*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment