Skip to content

Commit

Permalink
chore(release): update internal dependencies to use tilde [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Sep 12, 2023
1 parent 44a953c commit a60d604
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/better-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.8.1",
"@mikro-orm/knex": "~5.8.1",
"better-sqlite3": "8.6.0",
"fs-extra": "11.1.1",
"sqlstring-sqlite": "0.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
},
"dependencies": {
"@jercle/yargonaut": "1.1.5",
"@mikro-orm/core": "^5.8.1",
"@mikro-orm/knex": "^5.8.1",
"@mikro-orm/core": "~5.8.1",
"@mikro-orm/knex": "~5.8.1",
"fs-extra": "11.1.1",
"tsconfig-paths": "4.2.0",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"dotenv": "16.3.1",
"fs-extra": "11.1.1",
"globby": "11.1.0",
"mikro-orm": "^5.8.1",
"mikro-orm": "~5.8.1",
"reflect-metadata": "0.1.13"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entity-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.8.1",
"@mikro-orm/knex": "~5.8.1",
"fs-extra": "11.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mariadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.8.1",
"@mikro-orm/knex": "~5.8.1",
"mariadb": "2.5.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/mongodb": "^5.8.1",
"@mikro-orm/mongodb": "~5.8.1",
"fs-extra": "11.1.1",
"mongodb": "5.8.1",
"umzug": "3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.8.1",
"@mikro-orm/knex": "~5.8.1",
"fs-extra": "11.1.1",
"knex": "2.5.1",
"umzug": "3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.8.1",
"@mikro-orm/knex": "~5.8.1",
"mysql2": "3.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.8.1",
"@mikro-orm/knex": "~5.8.1",
"pg": "8.11.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.8.1",
"@mikro-orm/knex": "~5.8.1",
"fs-extra": "11.1.1",
"sqlite3": "5.1.6",
"sqlstring-sqlite": "0.1.1"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock

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

0 comments on commit a60d604

Please sign in to comment.