Skip to content

Commit 6acf166

Browse files
chore(deps): bump typeorm in /examples/postgresql-typeorm (#428)
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.41 to 0.3.0. - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md) - [Commits](typeorm/typeorm@0.2.41...0.3.0) --- updated-dependencies: - dependency-name: typeorm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 433dea5 commit 6acf166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/postgresql-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"milliparsec": "^2.2.0",
1111
"pg": "^8.7.1",
1212
"reflect-metadata": "^0.1.13",
13-
"typeorm": "0.2.41"
13+
"typeorm": "0.3.0"
1414
},
1515
"scripts": {
1616
"start": "ts-node src/index.ts"

0 commit comments

Comments
 (0)