Skip to content
Snippets Groups Projects
Commit d96f4f07 authored by Lukas Werner's avatar Lukas Werner
Browse files

peer dependencies

parent 5316d824
No related branches found
No related tags found
1 merge request!1Updated files, moved liquibase files, added service
......@@ -7,9 +7,6 @@
"": {
"name": "@aditosoftware/root",
"version": "2.0.0-snapshot.0",
"dependencies": {
"@aditosoftware/utility": "^1.4.0"
},
"devDependencies": {
"@aditosoftware/eslint-config-adito": "^2.1.0",
"@aditosoftware/jdito-types": "^2023.0.0",
......@@ -21,6 +18,9 @@
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-unused-imports": "^2.0.0",
"typescript": "^4.6.2"
},
"peerDependencies": {
"@aditosoftware/utility": "^1.4.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
......@@ -57,7 +57,8 @@
"node_modules/@aditosoftware/utility": {
"version": "1.4.0",
"resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/utility/-/utility-1.4.0.tgz",
"integrity": "sha512-dpr1WckSf5BSuv0TZvccS9CS6SuS7XNjbIu/8HWn44DlhQeW0L4L5RXofq2baFb3DtmDl4ElefBGOVPVF5HJyg=="
"integrity": "sha512-dpr1WckSf5BSuv0TZvccS9CS6SuS7XNjbIu/8HWn44DlhQeW0L4L5RXofq2baFb3DtmDl4ElefBGOVPVF5HJyg==",
"peer": true
},
"node_modules/@es-joy/jsdoccomment": {
"version": "0.36.1",
......@@ -2970,7 +2971,8 @@
"@aditosoftware/utility": {
"version": "1.4.0",
"resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/utility/-/utility-1.4.0.tgz",
"integrity": "sha512-dpr1WckSf5BSuv0TZvccS9CS6SuS7XNjbIu/8HWn44DlhQeW0L4L5RXofq2baFb3DtmDl4ElefBGOVPVF5HJyg=="
"integrity": "sha512-dpr1WckSf5BSuv0TZvccS9CS6SuS7XNjbIu/8HWn44DlhQeW0L4L5RXofq2baFb3DtmDl4ElefBGOVPVF5HJyg==",
"peer": true
},
"@es-joy/jsdoccomment": {
"version": "0.36.1",
......
......@@ -5,6 +5,9 @@
"type": "module"
},
"dependencies": {
},
"peerDependencies": {
"@aditosoftware/utility": "^1.4.0"
},
"devDependencies": {
......
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