Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Move core and web to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Feb 23, 2023
1 parent d40e543 commit 4ac0e53
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions packages/marko-web-contact-us/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@
},
"dependencies": {
"@parameter1/base-cms-env": "^4.0.2",
"@parameter1/base-cms-marko-core": "^4.1.0",
"@parameter1/base-cms-marko-web": "^4.1.0",
"@parameter1/base-cms-marko-web-recaptcha": "^4.0.2",
"@parameter1/base-cms-utils": "^4.0.2",
"@sendgrid/mail": "^6.4.0",
"body-parser": "^1.20.1",
"node-fetch": "^2.6.9"
},
"peerDependencies": {
"@parameter1/base-cms-marko-core": "^4.0.0",
"@parameter1/base-cms-marko-web": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-theme-monorail-magazine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"test": "yarn compile --no-clean && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-marko-core": "^4.1.0",
"@parameter1/base-cms-marko-web": "^4.1.0",
"@parameter1/base-cms-marko-web-gtm": "^4.1.0",
"@parameter1/base-cms-object-path": "^4.0.2",
"@parameter1/base-cms-utils": "^4.0.2",
Expand All @@ -25,6 +23,8 @@
"object-path": "^0.11.8"
},
"peerDependencies": {
"@parameter1/base-cms-marko-core": "^4.0.0",
"@parameter1/base-cms-marko-web": "^4.0.0",
"@parameter1/base-cms-marko-web-theme-monorail": "^4.0.0"
},
"publishConfig": {
Expand Down
6 changes: 4 additions & 2 deletions packages/marko-web-theme-monorail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"@parameter1/base-cms-dayjs": "^4.0.2",
"@parameter1/base-cms-image": "^4.0.2",
"@parameter1/base-cms-inflector": "^4.0.2",
"@parameter1/base-cms-marko-core": "^4.1.0",
"@parameter1/base-cms-marko-web": "^4.1.0",
"@parameter1/base-cms-marko-web-deferred-script-loader": "^4.1.0",
"@parameter1/base-cms-marko-web-gam": "^4.1.0",
"@parameter1/base-cms-marko-web-gtm": "^4.1.0",
Expand All @@ -43,6 +41,10 @@
"moment": "^2.29.1",
"node-fetch": "^2.6.9"
},
"peerDependencies": {
"@parameter1/base-cms-marko-core": "^4.0.0",
"@parameter1/base-cms-marko-web": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 4ac0e53

Please sign in to comment.