Skip to content

Commit b108768

Browse files
fix(deps): update all dependencies
1 parent 1c867e0 commit b108768

File tree

10 files changed

+2256
-1409
lines changed

10 files changed

+2256
-1409
lines changed

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"node-fetch": "^2.6.7",
4848
"streamtest": "^2.0.0",
4949
"tmp": "^0.2.0",
50-
"unzipper": "^0.10.5"
50+
"unzipper": "^0.12.0"
5151
}
5252
}

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -41,52 +41,52 @@
4141
"packages/*"
4242
],
4343
"dependencies": {
44-
"@babel/cli": "7.16.0",
45-
"@babel/core": "7.16.0",
46-
"@babel/plugin-proposal-class-properties": "7.16.0",
47-
"@babel/plugin-proposal-export-default-from": "7.16.0",
48-
"@babel/plugin-proposal-export-namespace-from": "7.16.0",
49-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
50-
"@babel/plugin-proposal-object-rest-spread": "7.16.0",
51-
"@babel/plugin-proposal-optional-chaining": "7.16.0",
52-
"@babel/plugin-proposal-pipeline-operator": "7.16.0",
44+
"@babel/cli": "7.26.4",
45+
"@babel/core": "7.26.0",
46+
"@babel/plugin-proposal-class-properties": "7.18.6",
47+
"@babel/plugin-proposal-export-default-from": "7.25.9",
48+
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
49+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
50+
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
51+
"@babel/plugin-proposal-optional-chaining": "7.21.0",
52+
"@babel/plugin-proposal-pipeline-operator": "7.25.9",
5353
"@babel/plugin-syntax-optional-chaining": "7.8.3",
54-
"@babel/preset-env": "7.16.4",
55-
"@babel/preset-flow": "7.16.0",
56-
"@babel/preset-typescript": "7.16.0",
57-
"@changesets/changelog-github": "0.4.1",
58-
"@changesets/cli": "2.18.0",
54+
"@babel/preset-env": "7.26.0",
55+
"@babel/preset-flow": "7.25.9",
56+
"@babel/preset-typescript": "7.26.0",
57+
"@changesets/changelog-github": "0.5.0",
58+
"@changesets/cli": "2.27.11",
5959
"@commitlint/cli": "12.1.4",
6060
"@commitlint/config-conventional": "12.1.4",
61-
"@rollup/plugin-alias": "3.1.8",
61+
"@rollup/plugin-alias": "3.1.9",
6262
"@types/jest": "26.0.24",
6363
"@types/node": "10.17.60",
64-
"@types/node-fetch": "2.5.12",
64+
"@types/node-fetch": "2.6.12",
6565
"@typescript-eslint/eslint-plugin": "3.10.1",
6666
"@typescript-eslint/parser": "3.10.1",
6767
"babel-core": "7.0.0-bridge.0",
6868
"babel-eslint": "10.1.0",
6969
"babel-jest": "26.6.3",
7070
"check-node-version": "4.2.1",
7171
"codecov": "^3.8.3",
72-
"commitizen": "4.2.4",
72+
"commitizen": "4.3.1",
7373
"common-tags": "1.8.2",
7474
"cross-env": "7.0.3",
75-
"debug": "4.3.2",
75+
"debug": "4.4.0",
7676
"eslint": "7.32.0",
7777
"eslint-config-airbnb": "18.2.1",
7878
"eslint-config-airbnb-base": "14.2.1",
7979
"eslint-config-prettier": "6.15.0",
8080
"eslint-formatter-pretty": "4.1.0",
81-
"eslint-import-resolver-typescript": "2.5.0",
81+
"eslint-import-resolver-typescript": "2.7.1",
8282
"eslint-plugin-babel": "5.3.1",
8383
"eslint-plugin-flowtype": "5.10.0",
84-
"eslint-plugin-import": "2.25.3",
84+
"eslint-plugin-import": "2.31.0",
8585
"eslint-plugin-jest": "23.20.0",
86-
"eslint-plugin-jsx-a11y": "6.5.1",
86+
"eslint-plugin-jsx-a11y": "6.10.2",
8787
"eslint-plugin-prettier": "3.4.1",
88-
"eslint-plugin-react": "7.27.0",
89-
"flow-bin": "0.141.0",
88+
"eslint-plugin-react": "7.37.4",
89+
"flow-bin": "0.259.1",
9090
"gitbook-cli": "daern91/gitbook-cli",
9191
"gitbook-plugin-anchorjs": "2.1.0",
9292
"gitbook-plugin-edit-link": "2.0.2",
@@ -98,11 +98,11 @@
9898
"jest-each": "26.6.2",
9999
"jest-runner-eslint": "0.11.1",
100100
"jest-runner-flowtype": "0.0.7",
101-
"jest-silent-reporter": "0.5.0",
101+
"jest-silent-reporter": "0.6.0",
102102
"lerna": "4.0.0",
103103
"lint-staged": "10.5.4",
104-
"prettier": "2.4.1",
105-
"resolve": "1.20.0",
104+
"prettier": "2.8.8",
105+
"resolve": "1.22.10",
106106
"rimraf": "3.0.2",
107107
"rollup": "2.60.0",
108108
"rollup-plugin-babel": "4.4.0",
@@ -116,23 +116,23 @@
116116
"rollup-watch": "4.3.1",
117117
"streamtest": "2.0.0",
118118
"ts-jest": "26.5.6",
119-
"tsconfig-replace-paths": "0.0.11",
120-
"typescript": "4.5.2"
119+
"tsconfig-replace-paths": "0.0.14",
120+
"typescript": "4.9.5"
121121
},
122122
"resolutions": {
123-
"graceful-fs": "4.2.8",
124-
"**/graceful-fs": "4.2.8",
123+
"graceful-fs": "4.2.11",
124+
"**/graceful-fs": "4.2.11",
125125
"y18n": "3.2.2",
126126
"lodash": "4.17.21",
127-
"handlebars": "4.7.7",
127+
"handlebars": "4.7.8",
128128
"growl": "1.10.5",
129129
"dot-prop": "6.0.1",
130130
"merge": "2.1.1",
131131
"npm-user-validate": "1.0.1",
132-
"serialize-javascript": "6.0.0",
133-
"diff": "5.0.0",
132+
"serialize-javascript": "6.0.2",
133+
"diff": "5.2.0",
134134
"object-path": "0.11.8",
135-
"npm": "6.14.17",
136-
"set-value": "4.0.1"
135+
"npm": "6.14.18",
136+
"set-value": "4.1.0"
137137
}
138138
}

packages/csv-parser-orders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"devDependencies": {
5656
"sinon": "9.2.4",
5757
"streamtest": "2.0.0",
58-
"tmp": "0.2.1"
58+
"tmp": "0.2.3"
5959
}
6060
}

packages/csv-parser-price/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"devDependencies": {
6565
"sinon": "9.2.4",
6666
"streamtest": "2.0.0",
67-
"tmp": "0.2.1"
67+
"tmp": "0.2.3"
6868
}
6969
}

packages/product-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"resolutions": {
5656
"y18n": "3.2.2",
57-
"hosted-git-info": "4.0.2",
57+
"hosted-git-info": "4.1.0",
5858
"yargs-parser": "13.1.2"
5959
},
6060
"devDependencies": {

packages/product-json-to-csv/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"yargs": "^16.0.0"
6969
},
7070
"devDependencies": {
71-
"stream-to-string": "1.2.0",
71+
"stream-to-string": "1.2.1",
7272
"streamtest": "2.0.0",
73-
"unzipper": "0.10.11"
73+
"unzipper": "0.12.3"
7474
}
7575
}

packages/product-json-to-xlsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
},
5757
"devDependencies": {
5858
"streamtest": "2.0.0",
59-
"unzipper": "0.10.11"
59+
"unzipper": "0.12.3"
6060
}
6161
}

packages/resource-deleter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"prompts": "^2.0.4",
4949
"yargs": "^16.0.0",
5050
"core-js": "^3.22.5",
51-
"regenerator-runtime": "^0.13.9"
51+
"regenerator-runtime": "^0.14.0"
5252
}
5353
}

packages/sync-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"fast-equals": "^2.0.0",
39-
"jsondiffpatch": "0.4.0",
39+
"jsondiffpatch": "0.6.0",
4040
"lodash.flatten": "^4.4.0",
4141
"lodash.foreach": "^4.5.0",
4242
"lodash.isequal": "^4.5.0",

0 commit comments

Comments
 (0)