Skip to content

Commit

Permalink
Update comet to ^7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent a71ef22 commit 9d54d96
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 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.7.0",
"@comet/admin-icons": "^7.7.0",
"@comet/admin-rte": "^7.7.0",
"@comet/admin-theme": "^7.7.0",
"@comet/blocks-admin": "^7.7.0",
"@comet/admin": "^7.9.0",
"@comet/admin-icons": "^7.9.0",
"@comet/admin-rte": "^7.9.0",
"@comet/admin-theme": "^7.9.0",
"@comet/blocks-admin": "^7.9.0",
"@comet/brevo-admin": "workspace:*",
"@comet/cms-admin": "^7.7.0",
"@comet/cms-admin": "^7.9.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource-variable/roboto-flex": "^5.1.0",
Expand Down Expand Up @@ -61,8 +61,8 @@
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@comet/cli": "^7.7.0",
"@comet/eslint-config": "^7.7.0",
"@comet/cli": "^7.9.0",
"@comet/eslint-config": "^7.9.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.7.0",
"@comet/blocks-api": "^7.9.0",
"@comet/brevo-api": "workspace:*",
"@comet/cms-api": "^7.7.0",
"@comet/cms-api": "^7.9.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.7.0",
"@comet/eslint-config": "^7.9.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 @@ -19,7 +19,7 @@
"serve": "NODE_ENV=production node server.js"
},
"dependencies": {
"@comet/cms-site": "^7.7.0",
"@comet/cms-site": "^7.9.0",
"@faire/mjml-react": "^3.4.0",
"@luma-team/mjml-react": "^0.2.1",
"@next/bundle-analyzer": "^12.3.4",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@comet/cli": "^7.7.0",
"@comet/eslint-config": "^7.7.0",
"@comet/cli": "^7.9.0",
"@comet/eslint-config": "^7.9.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.7.0",
"@comet/cms-site": "^7.9.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.7.0",
"@comet/eslint-config": "^7.7.0",
"@comet/cli": "^7.9.0",
"@comet/eslint-config": "^7.9.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.7.0",
"@comet/admin-babel-preset": "^7.7.0",
"@comet/admin-date-time": "^7.7.0",
"@comet/admin-icons": "^7.7.0",
"@comet/blocks-admin": "^7.7.0",
"@comet/cms-admin": "^7.7.0",
"@comet/eslint-config": "^7.7.0",
"@comet/admin": "^7.9.0",
"@comet/admin-babel-preset": "^7.9.0",
"@comet/admin-date-time": "^7.9.0",
"@comet/admin-icons": "^7.9.0",
"@comet/blocks-admin": "^7.9.0",
"@comet/cms-admin": "^7.9.0",
"@comet/eslint-config": "^7.9.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.7.0",
"@comet/admin-date-time": "^7.7.0",
"@comet/admin-icons": "^7.7.0",
"@comet/blocks-admin": "^7.7.0",
"@comet/cms-admin": "^7.7.0",
"@comet/admin": "^7.9.0",
"@comet/admin-date-time": "^7.9.0",
"@comet/admin-icons": "^7.9.0",
"@comet/blocks-admin": "^7.9.0",
"@comet/cms-admin": "^7.9.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.16.8",
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@comet/blocks-api": "^7.7.0",
"@comet/cms-api": "^7.7.0",
"@comet/eslint-config": "^7.7.0",
"@comet/blocks-api": "^7.9.0",
"@comet/cms-api": "^7.9.0",
"@comet/eslint-config": "^7.9.0",
"@kubernetes/client-node": "^0.18.0",
"@mikro-orm/cli": "^5.9.8",
"@mikro-orm/core": "^5.9.8",
Expand Down Expand Up @@ -75,8 +75,8 @@
"uuid": "^8.3.2"
},
"peerDependencies": {
"@comet/blocks-api": "^7.7.0",
"@comet/cms-api": "^7.7.0",
"@comet/blocks-api": "^7.9.0",
"@comet/cms-api": "^7.9.0",
"@mikro-orm/cli": "^5.9.8",
"@mikro-orm/core": "^5.9.8",
"@mikro-orm/migrations": "^5.9.8",
Expand Down

0 comments on commit 9d54d96

Please sign in to comment.