Skip to content

Commit

Permalink
chore(release): update internal dependencies [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Apr 20, 2024
1 parent ff3148b commit 372f593
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 30 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": "^6.2.2",
"@mikro-orm/knex": "6.2.2",
"better-sqlite3": "9.5.0",
"fs-extra": "11.2.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 @@
},
"dependencies": {
"@jercle/yargonaut": "1.1.5",
"@mikro-orm/core": "^6.2.2",
"@mikro-orm/knex": "^6.2.2",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/knex": "6.2.2",
"fs-extra": "11.2.0",
"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 @@
"esprima": "4.0.1",
"fs-extra": "11.2.0",
"globby": "11.1.0",
"mikro-orm": "^6.2.2",
"mikro-orm": "6.2.2",
"reflect-metadata": "0.2.2"
}
}
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": "^6.2.2",
"@mikro-orm/knex": "6.2.2",
"fs-extra": "11.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^6.2.2",
"@mikro-orm/knex": "6.2.2",
"fs-extra": "11.2.0",
"libsql": "0.3.16",
"sqlstring-sqlite": "0.1.1"
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": "^6.2.2",
"@mikro-orm/knex": "6.2.2",
"mariadb": "3.3.0"
},
"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": "^6.2.2",
"@mikro-orm/mongodb": "6.2.2",
"fs-extra": "11.2.0",
"mongodb": "6.5.0",
"umzug": "3.8.0"
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": "^6.2.2",
"@mikro-orm/knex": "6.2.2",
"fs-extra": "11.2.0",
"umzug": "3.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mssql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "^6.2.2",
"@mikro-orm/knex": "6.2.2",
"tedious": "18.1.0",
"tsqlstring": "1.0.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": "^6.2.2",
"@mikro-orm/knex": "6.2.2",
"mysql2": "3.9.6"
},
"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": "^6.2.2",
"@mikro-orm/knex": "6.2.2",
"pg": "8.11.5",
"postgres-array": "3.0.2",
"postgres-date": "2.1.0",
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": "^6.2.2",
"@mikro-orm/knex": "6.2.2",
"fs-extra": "11.2.0",
"sqlite3": "5.1.7",
"sqlstring-sqlite": "0.1.1"
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock

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

0 comments on commit 372f593

Please sign in to comment.