Merge branch 'main' into renovate/prettier

This commit is contained in:
Nathan Bierema 2021-09-15 16:49:09 -04:00 committed by GitHub
commit 645989946d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 254 additions and 552 deletions

View File

@ -54,8 +54,8 @@
"devDependencies": {
"@babel/register": "^7.15.3",
"bestzip": "^2.2.0",
"chromedriver": "^92.0.2",
"electron": "^14.0.0",
"chromedriver": "^93.0.1",
"electron": "^14.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.32.0",

View File

@ -14,8 +14,8 @@
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
@ -49,7 +49,7 @@
"url-loader": "^4.1.1",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.0"
"webpack-dev-server": "^4.2.1"
},
"scripts": {
"lerna": "lerna",

View File

@ -46,7 +46,7 @@
"@types/styled-components": "^5.1.14",
"base16": "^1.0.0",
"codemirror": "^5.62.3",
"color": "^3.2.1",
"color": "^4.0.1",
"prop-types": "^15.7.2",
"react-icons": "^4.2.0",
"react-select": "^4.3.1",

View File

@ -41,7 +41,7 @@
"@types/base16": "^1.0.2",
"@types/lodash.curry": "^4.1.6",
"base16": "^1.0.0",
"color": "^3.2.1",
"color": "^4.0.1",
"csstype": "^3.0.9",
"lodash.curry": "^4.1.1"
},

View File

@ -50,7 +50,7 @@
"chalk": "^4.1.2",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"electron": "^14.0.0",
"electron": "^14.0.1",
"express": "^4.17.1",
"getport": "^0.1.0",
"graphql": "^14.7.0",

790
yarn.lock

File diff suppressed because it is too large Load Diff