Skip to content

Commit

Permalink
build: dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Aug 26, 2024
1 parent c329d53 commit 2097cf2
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion demo/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"csv-generate": "^4.4.1",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.1",
"express": "^4.18.2",
"express": "^4.19.2",
"stream-transform": "^3.3.2"
}
}
8 changes: 4 additions & 4 deletions demo/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"csv-stringify": "^6.5.1"
},
"devDependencies": {
"@types/node": "^20.5.6",
"@types/node": "^22.5.0",
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.7.3",
"should": "^13.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"mocha": {
"inline-diffs": true,
Expand Down
4 changes: 2 additions & 2 deletions demo/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"csv-stringify": "^6.5.1"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint": "^9.9.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1"
"eslint-plugin-import": "^2.29.1"
}
}
2 changes: 1 addition & 1 deletion demo/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.7.3",
"should": "^13.2.3"
},
"mocha": {
Expand Down
2 changes: 1 addition & 1 deletion demo/issues-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.7.3",
"should": "^13.2.3"
},
"mocha": {
Expand Down
6 changes: 3 additions & 3 deletions demo/issues-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"private": true,
"devDependencies": {
"coffeescript": "^2.7.0",
"dirname-filename-esm": "^1.1.1",
"mocha": "^10.2.0",
"dirname-filename-esm": "^1.1.2",
"mocha": "^10.7.3",
"should": "^13.2.3"
},
"mocha": {
Expand All @@ -30,6 +30,6 @@
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.1",
"dedent": "^1.5.3",
"desm": "^1.3.0"
"desm": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion demo/ts-cjs-node16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"private": true,
"devDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"scripts": {
"test": "tsc --noEmit"
Expand Down
8 changes: 4 additions & 4 deletions demo/ts-esm-node16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"stream-transform": "^3.3.2"
},
"devDependencies": {
"@types/node": "^20.5.6",
"@types/node": "^22.5.0",
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"mocha": "^10.7.3",
"should": "^13.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"mocha": {
"inline-diffs": true,
Expand Down
8 changes: 4 additions & 4 deletions demo/webpack-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"devDependencies": {
"buffer-browserify": "^0.2.5",
"node-polyfill-webpack-plugin": "^2.0.1",
"node-polyfill-webpack-plugin": "^4.0.0",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion demo/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.88.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/csv-generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.6",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"coffeescript": "~2.7.0",
"each": "^2.4.0",
"eslint": "^8.47.0",
"mocha": "~10.2.0",
"rollup": "^3.28.1",
"each": "^2.7.0",
"mocha": "~10.7.3",
"rollup": "^4.21.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "~13.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"exports": {
".": {
Expand Down
19 changes: 9 additions & 10 deletions packages/csv-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,24 @@
}
},
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.6",
"coffeelint": "^2.1.0",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"coffeescript": "^2.7.0",
"csv-generate": "^4.4.1",
"csv-spectrum": "^1.0.0",
"each": "^2.4.0",
"eslint": "^8.47.0",
"mocha": "^10.2.0",
"csv-spectrum": "^2.0.0",
"each": "^2.7.0",
"mocha": "^10.7.3",
"pad": "^3.2.0",
"rollup": "^3.28.1",
"prettier": "^3.3.3",
"rollup": "^4.21.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "^13.2.3",
"stream-transform": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"files": [
"dist",
Expand Down
21 changes: 11 additions & 10 deletions packages/csv-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@
],
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.6",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"coffeescript": "~2.7.0",
"csv-generate": "^4.4.1",
"each": "^2.4.0",
"eslint": "^8.47.0",
"express": "^4.18.2",
"mocha": "~10.2.0",
"rollup": "^3.28.1",
"each": "^2.7.0",
"express": "^4.19.2",
"mocha": "~10.7.3",
"prettier": "^3.3.3",
"rollup": "^4.21.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "~13.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"exports": {
".": {
Expand Down
14 changes: 7 additions & 7 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.6",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"coffeescript": "~2.7.0",
"each": "^2.4.0",
"eslint": "^8.47.0",
"mocha": "~10.2.0",
"rollup": "^3.28.1",
"each": "^2.7.0",
"mocha": "~10.7.3",
"rollup": "^4.21.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "~13.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"engines": {
"node": ">= 0.1.90"
Expand Down
14 changes: 7 additions & 7 deletions packages/stream-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.6",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"coffeescript": "~2.7.0",
"csv-generate": "^4.4.1",
"each": "^2.4.0",
"eslint": "^8.47.0",
"mocha": "~10.2.0",
"each": "^2.7.0",
"mocha": "~10.7.3",
"pad": "~3.2.0",
"rollup": "^3.28.1",
"rollup": "^4.21.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "~13.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"exports": {
".": {
Expand Down

0 comments on commit 2097cf2

Please sign in to comment.