Skip to content

Commit

Permalink
chore: adjust internal dependencies to use ~
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Nov 5, 2022
1 parent 1729f22 commit 9204cf5
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/better-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.5.1",
"@mikro-orm/knex": "~5.5.1",
"better-sqlite3": "7.6.2",
"fs-extra": "10.1.0",
"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 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/core": "^5.5.1",
"@mikro-orm/knex": "^5.5.1",
"@mikro-orm/core": "~5.5.1",
"@mikro-orm/knex": "~5.5.1",
"fs-extra": "10.1.0",
"tsconfig-paths": "4.1.0",
"yargonaut": "1.1.4",
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.0.3",
"fs-extra": "10.1.0",
"globby": "11.0.4",
"mikro-orm": "^5.5.1",
"mikro-orm": "~5.5.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 @@ -59,7 +59,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.5.1",
"@mikro-orm/knex": "~5.5.1",
"fs-extra": "10.1.0"
},
"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 @@ -59,7 +59,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.5.1",
"@mikro-orm/knex": "~5.5.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 @@ -59,7 +59,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/mongodb": "^5.5.1",
"@mikro-orm/mongodb": "~5.5.1",
"fs-extra": "10.1.0",
"mongodb": "4.11.0",
"umzug": "3.2.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 @@ -59,7 +59,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.5.1",
"@mikro-orm/knex": "~5.5.1",
"fs-extra": "10.1.0",
"knex": "2.3.0",
"umzug": "3.2.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 @@ -59,7 +59,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.5.1",
"@mikro-orm/knex": "~5.5.1",
"mysql2": "2.3.3"
},
"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 @@ -59,7 +59,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.5.1",
"@mikro-orm/knex": "~5.5.1",
"pg": "8.8.0"
},
"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 @@ -59,7 +59,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^5.5.1",
"@mikro-orm/knex": "~5.5.1",
"fs-extra": "10.1.0",
"sqlite3": "5.1.2",
"sqlstring-sqlite": "0.1.1"
Expand Down

0 comments on commit 9204cf5

Please sign in to comment.