Skip to content

Commit

Permalink
yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
xcv58 committed Dec 2, 2020
1 parent 01cb865 commit 920cc7c
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 210 deletions.
2 changes: 1 addition & 1 deletion integration_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test-watch": "yarn test --watch"
},
"devDependencies": {
"@babel/core": "7.12.8",
"@babel/core": "7.12.9",
"@babel/node": "7.12.6",
"@babel/preset-env": "7.12.7",
"babel-jest": "26.6.3",
Expand Down
18 changes: 9 additions & 9 deletions integration_test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==

"@babel/[email protected].8":
version "7.12.8"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.8.tgz#8ad76c1a7d2a6a3beecc4395fa4f7b4cb88390e6"
integrity sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg==
"@babel/[email protected].9":
version "7.12.9"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/generator" "^7.12.5"
"@babel/helper-module-transforms" "^7.12.1"
"@babel/helpers" "^7.12.5"
"@babel/parser" "^7.12.7"
"@babel/template" "^7.12.7"
"@babel/traverse" "^7.12.8"
"@babel/traverse" "^7.12.9"
"@babel/types" "^7.12.7"
convert-source-map "^1.7.0"
debug "^4.1.0"
Expand Down Expand Up @@ -894,10 +894,10 @@
globals "^11.1.0"
lodash "^4.17.19"

"@babel/traverse@^7.12.8":
version "7.12.8"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.8.tgz#c1c2983bf9ba0f4f0eaa11dff7e77fa63307b2a4"
integrity sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q==
"@babel/traverse@^7.12.9":
version "7.12.9"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/generator" "^7.12.5"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test": "yarn lint && yarn build"
},
"dependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"antd": "4.8.5",
"@material-ui/core": "4.11.1",
"@material-ui/styles": "4.11.1",
"antd": "4.9.1",
"chrome-extension-async": "3.4.1",
"clean-webpack-plugin": "3.0.0",
"js-beautify": "1.13.0",
Expand All @@ -39,13 +39,13 @@
"devDependencies": {
"@types/chrome": "0.0.126",
"@types/jasmine": "3.6.2",
"@types/jest": "26.0.15",
"@types/jest": "26.0.16",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@typescript-eslint/eslint-plugin": "4.8.2",
"@typescript-eslint/parser": "4.8.2",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"babel-eslint": "10.1.0",
"babel-plugin-import": "1.13.1",
"babel-plugin-import": "1.13.3",
"chrome-webstore-upload-cli": "1.2.0",
"codecov": "3.8.1",
"copy-webpack-plugin": "6.3.2",
Expand All @@ -57,16 +57,16 @@
"eslint": "7.14.0",
"eslint-plugin-typescript": "0.14.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "6.0.3",
"fork-ts-checker-webpack-plugin": "6.0.4",
"hard-source-webpack-plugin": "0.13.1",
"html-loader": "1.3.2",
"html-webpack-plugin": "4.5.0",
"husky": "4.3.0",
"jest": "26.6.3",
"lint-staged": "10.5.1",
"lint-staged": "10.5.2",
"mini-css-extract-plugin": "1.3.1",
"optimize-css-assets-webpack-plugin": "5.0.4",
"prettier": "2.2.0",
"prettier": "2.2.1",
"progress-bar-webpack-plugin": "2.1.0",
"react-axe": "3.5.4",
"react-test-renderer": "17.0.1",
Expand All @@ -82,8 +82,8 @@
"ts-loader": "8.0.11",
"typescript": "4.1.2",
"web-ext": "5.4.0",
"webpack": "5.6.0",
"webpack-bundle-analyzer": "4.1.0",
"webpack": "5.9.0",
"webpack-bundle-analyzer": "4.2.0",
"webpack-dev-server": "3.11.0",
"write-file-webpack-plugin": "4.5.1"
},
Expand Down
Loading

0 comments on commit 920cc7c

Please sign in to comment.