Let yarn reorder dependencies

This commit is contained in:
Jordan Eldredge 2021-01-24 23:07:55 -08:00
parent 89ca18f9c4
commit e186970af1
2 changed files with 17 additions and 9 deletions

View file

@ -71,11 +71,11 @@
"@types/invariant": "^2.2.29",
"@types/jest": "^23.3.2",
"@types/jszip": "^3.1.5",
"@types/lodash-es": "^4.17.1",
"@types/lodash": "^4.14.116",
"@types/lodash-es": "^4.17.1",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.1",
"@types/react": "^16.8.13",
"@types/webaudioapi": "^0.0.27",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.7.0",
@ -89,24 +89,24 @@
"css-loader": "^1.0.1",
"cssnano": "^4.1.10",
"data-uri-to-buffer": "^2.0.0",
"eslint": "^6.5.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react-hooks": "^2.1.2",
"eslint-plugin-react": "^7.16.0",
"eslint": "^6.5.1",
"eslint-plugin-react-hooks": "^2.1.2",
"file-loader": "^2.0.0",
"git-revision-webpack-plugin": "^3.0.3",
"glob": "^7.1.4",
"html-webpack-inline-svg-plugin": "^2.3.0",
"html-webpack-plugin": "^4.5.0",
"http-server": "^0.11.1",
"imagemin-optipng": "^6.0.0",
"imagemin": "^6.1.0",
"imagemin-optipng": "^6.0.0",
"jest": "^24.9.0",
"jest-image-snapshot": "^2.12.0",
"jest-puppeteer": "^4.4.0",
"jest": "^24.9.0",
"postcss-loader": "^3.0.0",
"postcss": "^7.0.18",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.4",
"puppeteer": "^1.15.0",
"react-test-renderer": "^17.0.1",
@ -117,11 +117,11 @@
"terser-webpack-plugin": "^1.4.3",
"typescript": "^3.7.2",
"url-loader": "^1.1.2",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.8.2",
"webpack-merge": "^4.1.2",
"webpack": "^4.41.2"
"webpack-merge": "^4.1.2"
},
"jest": {
"globalSetup": "jest-environment-puppeteer/setup",

View file

@ -3355,6 +3355,14 @@ alphanum-sort@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
ani-cursor@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/ani-cursor/-/ani-cursor-0.0.4.tgz#bdf0a5cc545adcb3af7d097c0f15b702129a89a8"
integrity sha512-2MTPTcPhVw+SkIV7R0MsYioVi58bYH+Jjz9k3jQraX2mOJjUiZRSa9QK37eD6b7F/VBq+y3q1mK12i+uG+f5HQ==
dependencies:
byte-data "18.1.1"
riff-file "^1.0.3"
ansi-colors@^3.0.0:
version "3.2.4"
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"