Skip to content

Commit fa749f4

Browse files
committed
chore(): move @types/node to the parse and format package
1 parent fd29689 commit fa749f4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/fast-csv/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
},
3939
"dependencies": {
4040
"@fast-csv/format": "4.3.1",
41-
"@fast-csv/parse": "4.3.2",
42-
"@types/node": "^14.0.1"
41+
"@fast-csv/parse": "4.3.2"
4342
}
4443
}

packages/format/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"lodash.isboolean": "^3.0.3",
4242
"lodash.isequal": "^4.5.0",
4343
"lodash.isfunction": "^3.0.9",
44-
"lodash.isnil": "^4.0.0"
44+
"lodash.isnil": "^4.0.0",
45+
"@types/node": "^14.0.1"
4546
},
4647
"devDependencies": {
4748
"@types/lodash.escaperegexp": "4.1.6",

packages/parse/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"lodash.isfunction": "^3.0.9",
4444
"lodash.isnil": "^4.0.0",
4545
"lodash.isundefined": "^3.0.1",
46-
"lodash.uniq": "^4.5.0"
46+
"lodash.uniq": "^4.5.0",
47+
"@types/node": "^14.0.1"
4748
},
4849
"devDependencies": {
4950
"@types/lodash.escaperegexp": "4.1.6",

0 commit comments

Comments
 (0)