Skip to content

Commit

Permalink
Update comet to ^7.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent a422790 commit 0a2e931
Show file tree
Hide file tree
Showing 8 changed files with 300 additions and 270 deletions.
16 changes: 8 additions & 8 deletions demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"dependencies": {
"@apollo/client": "^3.12.2",
"@babel/core": "^7.26.0",
"@comet/admin": "^7.10.0",
"@comet/admin-icons": "^7.10.0",
"@comet/admin-rte": "^7.10.0",
"@comet/admin-theme": "^7.10.0",
"@comet/blocks-admin": "^7.10.0",
"@comet/admin": "^7.12.0",
"@comet/admin-icons": "^7.12.0",
"@comet/admin-rte": "^7.12.0",
"@comet/admin-theme": "^7.12.0",
"@comet/blocks-admin": "^7.12.0",
"@comet/brevo-admin": "workspace:*",
"@comet/cms-admin": "^7.10.0",
"@comet/cms-admin": "^7.12.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource-variable/roboto-flex": "^5.1.1",
Expand Down Expand Up @@ -61,8 +61,8 @@
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@comet/cli": "^7.10.0",
"@comet/eslint-config": "^7.10.0",
"@comet/cli": "^7.12.0",
"@comet/eslint-config": "^7.12.0",
"@emotion/babel-plugin": "^11.0.0",
"@formatjs/cli": "^3.2.0",
"@gitbeaker/node": "^35.8.1",
Expand Down
6 changes: 3 additions & 3 deletions demo/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
}
},
"dependencies": {
"@comet/blocks-api": "^7.10.0",
"@comet/blocks-api": "^7.12.0",
"@comet/brevo-api": "workspace:*",
"@comet/cms-api": "^7.10.0",
"@comet/cms-api": "^7.12.0",
"@faker-js/faker": "^8.4.1",
"@hapi/accept": "^5.0.2",
"@kubernetes/client-node": "^0.18.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"webpack": "^5.64.2"
},
"devDependencies": {
"@comet/eslint-config": "^7.10.0",
"@comet/eslint-config": "^7.12.0",
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.3",
Expand Down
6 changes: 3 additions & 3 deletions demo/campaign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@comet/brevo-mail-rendering": "workspace:*",
"@comet/cms-site": "^7.10.0",
"@comet/cms-site": "^7.12.0",
"@faire/mjml-react": "^3.4.0",
"@luma-team/mjml-react": "^0.2.1",
"@next/bundle-analyzer": "^12.3.4",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@comet/cli": "^7.10.0",
"@comet/eslint-config": "^7.10.0",
"@comet/cli": "^7.12.0",
"@comet/eslint-config": "^7.12.0",
"@formatjs/cli": "^4.8.4",
"@gitbeaker/node": "^35.8.1",
"@graphql-codegen/add": "^3.2.3",
Expand Down
6 changes: 3 additions & 3 deletions demo/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"serve": "npm run extract:publicGenerated && NODE_ENV=production node server.js"
},
"dependencies": {
"@comet/cms-site": "^7.10.0",
"@comet/cms-site": "^7.12.0",
"@next/bundle-analyzer": "^12.3.4",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/auto-instrumentations-node": "^0.40.0",
Expand All @@ -49,8 +49,8 @@
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@comet/cli": "^7.10.0",
"@comet/eslint-config": "^7.10.0",
"@comet/cli": "^7.12.0",
"@comet/eslint-config": "^7.12.0",
"@formatjs/cli": "^4.8.4",
"@gitbeaker/node": "^35.8.1",
"@graphql-codegen/add": "^3.2.3",
Expand Down
24 changes: 12 additions & 12 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@apollo/client": "^3.12.2",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@comet/admin": "^7.10.0",
"@comet/admin-babel-preset": "^7.10.0",
"@comet/admin-date-time": "^7.10.0",
"@comet/admin-icons": "^7.10.0",
"@comet/blocks-admin": "^7.10.0",
"@comet/cms-admin": "^7.10.0",
"@comet/eslint-config": "^7.10.0",
"@comet/admin": "^7.12.0",
"@comet/admin-babel-preset": "^7.12.0",
"@comet/admin-date-time": "^7.12.0",
"@comet/admin-icons": "^7.12.0",
"@comet/blocks-admin": "^7.12.0",
"@comet/cms-admin": "^7.12.0",
"@comet/eslint-config": "^7.12.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@graphql-codegen/cli": "^2.16.5",
Expand Down Expand Up @@ -75,11 +75,11 @@
},
"peerDependencies": {
"@apollo/client": "^3.12.2",
"@comet/admin": "^7.10.0",
"@comet/admin-date-time": "^7.10.0",
"@comet/admin-icons": "^7.10.0",
"@comet/blocks-admin": "^7.10.0",
"@comet/cms-admin": "^7.10.0",
"@comet/admin": "^7.12.0",
"@comet/admin-date-time": "^7.12.0",
"@comet/admin-icons": "^7.12.0",
"@comet/blocks-admin": "^7.12.0",
"@comet/cms-admin": "^7.12.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.16.14",
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@comet/blocks-api": "^7.10.0",
"@comet/cms-api": "^7.10.0",
"@comet/eslint-config": "^7.10.0",
"@comet/blocks-api": "^7.12.0",
"@comet/cms-api": "^7.12.0",
"@comet/eslint-config": "^7.12.0",
"@kubernetes/client-node": "^0.18.0",
"@mikro-orm/cli": "^5.9.8",
"@mikro-orm/core": "^5.9.8",
Expand Down Expand Up @@ -77,8 +77,8 @@
"uuid": "^8.3.2"
},
"peerDependencies": {
"@comet/blocks-api": "^7.10.0",
"@comet/cms-api": "^7.10.0",
"@comet/blocks-api": "^7.12.0",
"@comet/cms-api": "^7.12.0",
"@mikro-orm/cli": "^5.9.8",
"@mikro-orm/core": "^5.9.8",
"@mikro-orm/migrations": "^5.9.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/mail-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"lint:tsc": "tsc --noEmit"
},
"devDependencies": {
"@comet/cli": "^7.10.0",
"@comet/cms-site": "^7.10.0",
"@comet/eslint-config": "^7.10.0",
"@comet/cli": "^7.12.0",
"@comet/cms-site": "^7.12.0",
"@comet/eslint-config": "^7.12.0",
"@luma-team/mjml-react": "^0.2.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -42,7 +42,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@comet/cms-site": "^7.10.0",
"@comet/cms-site": "^7.12.0",
"@luma-team/mjml-react": "^0.2.1",
"mjml": "^4.7.0",
"next": "^14.2.18",
Expand Down
Loading

0 comments on commit 0a2e931

Please sign in to comment.