Skip to content

Commit

Permalink
chore(): move @types/node to the parse and format package
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Oct 30, 2020
1 parent fd29689 commit fa749f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/fast-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
},
"dependencies": {
"@fast-csv/format": "4.3.1",
"@fast-csv/parse": "4.3.2",
"@types/node": "^14.0.1"
"@fast-csv/parse": "4.3.2"
}
}
3 changes: 2 additions & 1 deletion packages/format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"lodash.isboolean": "^3.0.3",
"lodash.isequal": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"lodash.isnil": "^4.0.0"
"lodash.isnil": "^4.0.0",
"@types/node": "^14.0.1"
},
"devDependencies": {
"@types/lodash.escaperegexp": "4.1.6",
Expand Down
3 changes: 2 additions & 1 deletion packages/parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"lodash.isfunction": "^3.0.9",
"lodash.isnil": "^4.0.0",
"lodash.isundefined": "^3.0.1",
"lodash.uniq": "^4.5.0"
"lodash.uniq": "^4.5.0",
"@types/node": "^14.0.1"
},
"devDependencies": {
"@types/lodash.escaperegexp": "4.1.6",
Expand Down

0 comments on commit fa749f4

Please sign in to comment.