Skip to content

Commit

Permalink
Update COMET to v7.2.1 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdax98 authored Aug 26, 2024
1 parent 41312d5 commit cec92cd
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 130 deletions.
112 changes: 56 additions & 56 deletions admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
},
"dependencies": {
"@apollo/client": "^3.2.5",
"@comet/admin": "^7.0.0",
"@comet/admin-date-time": "^7.0.0",
"@comet/admin-icons": "^7.0.0",
"@comet/admin-rte": "^7.0.0",
"@comet/admin-theme": "^7.0.0",
"@comet/blocks-admin": "^7.0.0",
"@comet/cms-admin": "^7.0.0",
"@comet/admin": "^7.2.1",
"@comet/admin-date-time": "^7.2.1",
"@comet/admin-icons": "^7.2.1",
"@comet/admin-rte": "^7.2.1",
"@comet/admin-theme": "^7.2.1",
"@comet/blocks-admin": "^7.2.1",
"@comet/cms-admin": "^7.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/roboto": "^4.5.8",
Expand Down Expand Up @@ -61,9 +61,9 @@
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@comet/cli": "^7.0.0",
"@comet/eslint-config": "^7.0.0",
"@comet/eslint-plugin": "^7.0.0",
"@comet/cli": "^7.2.1",
"@comet/eslint-config": "^7.2.1",
"@comet/eslint-plugin": "^7.2.1",
"@formatjs/cli": "^6.0.0",
"@graphql-codegen/add": "^3.0.0",
"@graphql-codegen/cli": "^2.0.0",
Expand Down
50 changes: 28 additions & 22 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
}
},
"dependencies": {
"@comet/blocks-api": "^7.0.0",
"@comet/cms-api": "^7.0.0",
"@comet/blocks-api": "^7.2.1",
"@comet/cms-api": "^7.2.1",
"@faker-js/faker": "^8.3.1",
"@mikro-orm/cli": "^5.9.8",
"@mikro-orm/core": "^5.9.8",
Expand Down Expand Up @@ -86,9 +86,9 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@comet/cli": "^7.0.0",
"@comet/eslint-config": "^7.0.0",
"@comet/eslint-plugin": "^7.0.0",
"@comet/cli": "^7.2.1",
"@comet/eslint-config": "^7.2.1",
"@comet/eslint-plugin": "^7.2.1",
"@nestjs/cli": "^9.0.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
Expand Down
Loading

0 comments on commit cec92cd

Please sign in to comment.