Skip to content

Commit 3791e52

Browse files
committed
sort dependencies
1 parent aabc669 commit 3791e52

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,12 @@
132132
"mkdirp": "1.0.4",
133133
"mocha": "9.2.2",
134134
"mz": "2.7.0",
135+
"node-polyfill-webpack-plugin": "2.0.1",
135136
"npm-run-all": "4.1.5",
136137
"nyc": "15.1.0",
137138
"ora": "5.4.1",
139+
"patch-package": "7.0.0",
140+
"postinstall-postinstall": "2.1.0",
138141
"prettier": "2.8.7",
139142
"protractor": "5.4.2",
140143
"request": "2.88.2",
@@ -153,11 +156,5 @@
153156
"watch": "1.0.2",
154157
"webpack": "5.76.0",
155158
"yargs": "17.7.1"
156-
},
157-
"dependencies": {
158-
"node-polyfill-webpack-plugin": "2.0.1",
159-
"patch-package": "7.0.0",
160-
"postinstall-postinstall": "2.1.0",
161-
"stream-browserify": "3.0.0"
162159
}
163160
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16560,14 +16560,6 @@ [email protected]:
1656016560
resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
1656116561
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
1656216562

16563-
[email protected], stream-browserify@^3.0.0:
16564-
version "3.0.0"
16565-
resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz#22b0a2850cdf6503e73085da1fc7b7d0c2122f2f"
16566-
integrity sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==
16567-
dependencies:
16568-
inherits "~2.0.4"
16569-
readable-stream "^3.5.0"
16570-
1657116563
stream-browserify@^2.0.1:
1657216564
version "2.0.2"
1657316565
resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
@@ -16576,6 +16568,14 @@ stream-browserify@^2.0.1:
1657616568
inherits "~2.0.1"
1657716569
readable-stream "^2.0.2"
1657816570

16571+
stream-browserify@^3.0.0:
16572+
version "3.0.0"
16573+
resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz#22b0a2850cdf6503e73085da1fc7b7d0c2122f2f"
16574+
integrity sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==
16575+
dependencies:
16576+
inherits "~2.0.4"
16577+
readable-stream "^3.5.0"
16578+
1657916579
stream-chain@^2.2.4, stream-chain@^2.2.5:
1658016580
version "2.2.5"
1658116581
resolved "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.5.tgz#b30967e8f14ee033c5b9a19bbe8a2cba90ba0d09"

0 commit comments

Comments
 (0)