Skip to content

Commit e186970

Browse files
committed
Let yarn reorder dependencies
1 parent 89ca18f commit e186970

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

packages/webamp/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
"@types/invariant": "^2.2.29",
7272
"@types/jest": "^23.3.2",
7373
"@types/jszip": "^3.1.5",
74-
"@types/lodash-es": "^4.17.1",
7574
"@types/lodash": "^4.14.116",
75+
"@types/lodash-es": "^4.17.1",
76+
"@types/react": "^16.8.13",
7677
"@types/react-dom": "^16.8.4",
7778
"@types/react-redux": "^7.1.1",
78-
"@types/react": "^16.8.13",
7979
"@types/webaudioapi": "^0.0.27",
8080
"@typescript-eslint/eslint-plugin": "^2.6.1",
8181
"@typescript-eslint/parser": "^2.7.0",
@@ -89,24 +89,24 @@
8989
"css-loader": "^1.0.1",
9090
"cssnano": "^4.1.10",
9191
"data-uri-to-buffer": "^2.0.0",
92+
"eslint": "^6.5.1",
9293
"eslint-plugin-import": "^2.18.2",
9394
"eslint-plugin-prettier": "^3.1.0",
94-
"eslint-plugin-react-hooks": "^2.1.2",
9595
"eslint-plugin-react": "^7.16.0",
96-
"eslint": "^6.5.1",
96+
"eslint-plugin-react-hooks": "^2.1.2",
9797
"file-loader": "^2.0.0",
9898
"git-revision-webpack-plugin": "^3.0.3",
9999
"glob": "^7.1.4",
100100
"html-webpack-inline-svg-plugin": "^2.3.0",
101101
"html-webpack-plugin": "^4.5.0",
102102
"http-server": "^0.11.1",
103-
"imagemin-optipng": "^6.0.0",
104103
"imagemin": "^6.1.0",
104+
"imagemin-optipng": "^6.0.0",
105+
"jest": "^24.9.0",
105106
"jest-image-snapshot": "^2.12.0",
106107
"jest-puppeteer": "^4.4.0",
107-
"jest": "^24.9.0",
108-
"postcss-loader": "^3.0.0",
109108
"postcss": "^7.0.18",
109+
"postcss-loader": "^3.0.0",
110110
"prettier": "^2.0.4",
111111
"puppeteer": "^1.15.0",
112112
"react-test-renderer": "^17.0.1",
@@ -117,11 +117,11 @@
117117
"terser-webpack-plugin": "^1.4.3",
118118
"typescript": "^3.7.2",
119119
"url-loader": "^1.1.2",
120+
"webpack": "^4.41.2",
120121
"webpack-bundle-analyzer": "^4.3.0",
121122
"webpack-cli": "^3.1.2",
122123
"webpack-dev-server": "^3.8.2",
123-
"webpack-merge": "^4.1.2",
124-
"webpack": "^4.41.2"
124+
"webpack-merge": "^4.1.2"
125125
},
126126
"jest": {
127127
"globalSetup": "jest-environment-puppeteer/setup",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3355,6 +3355,14 @@ alphanum-sort@^1.0.0:
33553355
version "1.0.2"
33563356
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
33573357

3358+
ani-cursor@^0.0.4:
3359+
version "0.0.4"
3360+
resolved "https://registry.yarnpkg.com/ani-cursor/-/ani-cursor-0.0.4.tgz#bdf0a5cc545adcb3af7d097c0f15b702129a89a8"
3361+
integrity sha512-2MTPTcPhVw+SkIV7R0MsYioVi58bYH+Jjz9k3jQraX2mOJjUiZRSa9QK37eD6b7F/VBq+y3q1mK12i+uG+f5HQ==
3362+
dependencies:
3363+
byte-data "18.1.1"
3364+
riff-file "^1.0.3"
3365+
33583366
ansi-colors@^3.0.0:
33593367
version "3.2.4"
33603368
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"

0 commit comments

Comments
 (0)