Skip to content

Commit

Permalink
fix: tslib removed by mistake, update mikro-orm to latest alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Nov 27, 2023
1 parent 87fa913 commit fb76ef6
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 257 deletions.
14 changes: 7 additions & 7 deletions examples/graphql-server-mikro-orm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@mikro-orm/cli": "6.0.0-dev.195",
"@mikro-orm/core": "6.0.0-dev.195",
"@mikro-orm/entity-generator": "6.0.0-dev.195",
"@mikro-orm/knex": "6.0.0-dev.195",
"@mikro-orm/migrations": "6.0.0-dev.195",
"@mikro-orm/postgresql": "6.0.0-dev.195",
"@mikro-orm/reflection": "6.0.0-dev.195",
"@mikro-orm/cli": "6.0.0-dev.220",
"@mikro-orm/core": "6.0.0-dev.220",
"@mikro-orm/entity-generator": "6.0.0-dev.220",
"@mikro-orm/knex": "6.0.0-dev.220",
"@mikro-orm/migrations": "6.0.0-dev.220",
"@mikro-orm/postgresql": "6.0.0-dev.220",
"@mikro-orm/reflection": "6.0.0-dev.220",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-yoga": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/module-mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@accounts/module-core": "^0.34.0",
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.2",
"@mikro-orm/core": "6.0.0-dev.195",
"@mikro-orm/migrations": "6.0.0-dev.195",
"@mikro-orm/core": "6.0.0-dev.220",
"@mikro-orm/migrations": "6.0.0-dev.220",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
}
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "root",
"private": true,
"version": "0.22.0",
"scripts": {
Expand Down Expand Up @@ -58,6 +59,9 @@
"url": "https://github.com/js-accounts/accounts"
},
"license": "MIT",
"dependencies": {
"tslib": "^2.6.2"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@accounts/types": "^0.33.2",
"@mikro-orm/core": "6.0.0-dev.195",
"@mikro-orm/core": "6.0.0-dev.220",
"@types/lodash": "4.14.202",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
Expand Down
Loading

0 comments on commit fb76ef6

Please sign in to comment.