Skip to content

Commit 52f2314

Browse files
committed
text-encoding-utf-8: move dependency to correct package
1 parent 257c80d commit 52f2314

File tree

4 files changed

+34
-21
lines changed

4 files changed

+34
-21
lines changed

bolt-connection/package-lock.json

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bolt-connection/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"typescript": "^4.1.3"
3535
},
3636
"dependencies": {
37-
"neo4j-driver-core": "file:../core"
37+
"neo4j-driver-core": "file:../core",
38+
"text-encoding-utf-8": "^1.0.2"
3839
},
3940
"bundledDependencies": [
4041
"neo4j-driver-core"

package-lock.json

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@
108108
"@babel/runtime": "^7.5.5",
109109
"neo4j-driver-bolt-connection": "file:bolt-connection",
110110
"neo4j-driver-core": "file:core",
111-
"rxjs": "^6.6.3",
112-
"text-encoding-utf-8": "^1.0.2"
111+
"rxjs": "^6.6.3"
113112
},
114113
"bundledDependencies": [
115114
"neo4j-driver-core",

0 commit comments

Comments
 (0)