Skip to content

Commit

Permalink
chore: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jul 10, 2022
1 parent 4b0283d commit 0a958d4
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions demo/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"type": "commonjs",
"private": true,
"devDependencies": {
"@types/node": "^17.0.35",
"@types/node": "^18.0.3",
"coffeescript": "^2.7.0",
"mocha": "^10.0.0",
"should": "^13.2.3",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"mocha": {
"inline-diffs": true,
Expand Down
2 changes: 1 addition & 1 deletion demo/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"csv-stringify": "^6.1.3"
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
Expand Down
12 changes: 6 additions & 6 deletions demo/webpack-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"license": "ISC",
"devDependencies": {
"buffer-browserify": "^0.2.5",
"node-polyfill-webpack-plugin": "^1.1.4",
"node-polyfill-webpack-plugin": "^2.0.0",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"http-server": "^14.1.0"
"http-server": "^14.1.1"
}
}
6 changes: 3 additions & 3 deletions demo/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"http-server": "^14.1.0",
"http-server": "^14.1.1",
"stream-browserify": "^3.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/csv-generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"@rollup/plugin-eslint": "^8.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.35",
"@types/node": "^18.0.3",
"@types/should": "^13.0.0",
"coffeescript": "~2.7.0",
"each": "^1.2.2",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"mocha": "~10.0.0",
"rollup": "^2.74.1",
"rollup": "^2.76.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "~13.2.3",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"exports": {
".": {
Expand Down
10 changes: 5 additions & 5 deletions packages/csv-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@
"@rollup/plugin-eslint": "^8.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.35",
"@types/node": "^18.0.3",
"coffeelint": "^2.1.0",
"coffeescript": "^2.7.0",
"csv-generate": "^4.1.0",
"csv-spectrum": "^1.0.0",
"each": "^1.2.2",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"mocha": "^10.0.0",
"pad": "^3.2.0",
"rollup": "^2.74.1",
"rollup": "^2.76.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "^13.2.3",
"stream-transform": "^3.1.0",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"files": [
"dist",
Expand Down
10 changes: 5 additions & 5 deletions packages/csv-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"@rollup/plugin-eslint": "^8.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.35",
"@types/node": "^18.0.3",
"@types/should": "^13.0.0",
"coffeescript": "~2.7.0",
"csv-generate": "^4.1.0",
"each": "^1.2.2",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"express": "^4.18.1",
"mocha": "~10.0.0",
"rollup": "^2.74.1",
"rollup": "^2.76.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "~13.2.3",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"exports": {
".": {
Expand Down
10 changes: 5 additions & 5 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"@rollup/plugin-eslint": "^8.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.35",
"@types/node": "^18.0.3",
"@types/should": "^13.0.0",
"coffeescript": "~2.7.0",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"mocha": "~10.0.0",
"rollup": "^2.74.1",
"rollup": "^2.76.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "~13.2.3",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"engines": {
"node": ">= 0.1.90"
Expand Down
10 changes: 5 additions & 5 deletions packages/stream-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"@rollup/plugin-eslint": "^8.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.35",
"@types/node": "^18.0.3",
"coffeescript": "~2.7.0",
"csv-generate": "^4.1.0",
"each": "^1.2.2",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"mocha": "~10.0.0",
"pad": "~3.2.0",
"rollup": "^2.74.1",
"rollup": "^2.76.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "~13.2.3",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"exports": {
".": {
Expand Down

0 comments on commit 0a958d4

Please sign in to comment.