Merge branch 'canary'
This commit is contained in:
commit
65b48da3a7
11 changed files with 327 additions and 232 deletions
37
package.json
37
package.json
|
|
@ -27,7 +27,7 @@
|
|||
"chalk": "4.1.2",
|
||||
"color": "4.0.1",
|
||||
"columnify": "1.5.4",
|
||||
"css-loader": "6.2.0",
|
||||
"css-loader": "6.3.0",
|
||||
"got": "11.8.2",
|
||||
"json-loader": "0.5.7",
|
||||
"mousetrap": "chabou/mousetrap#useCapture",
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
"stylis": "3.5.4",
|
||||
"uuid": "8.3.2",
|
||||
"webpack-cli": "4.8.0",
|
||||
"xterm": "^4.14.0",
|
||||
"xterm": "^4.14.1",
|
||||
"xterm-addon-fit": "^0.5.0",
|
||||
"xterm-addon-ligatures": "^0.5.1",
|
||||
"xterm-addon-search": "^0.8.1",
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@ava/babel": "2.0.0",
|
||||
"@babel/cli": "7.15.4",
|
||||
"@babel/cli": "7.15.7",
|
||||
"@babel/core": "7.15.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
|
||||
|
|
@ -69,58 +69,59 @@
|
|||
"@babel/plugin-proposal-optional-chaining": "7.14.5",
|
||||
"@babel/preset-react": "7.14.5",
|
||||
"@babel/preset-typescript": "7.15.0",
|
||||
"@types/args": "3.0.1",
|
||||
"@types/args": "5.0.0",
|
||||
"@types/async-retry": "1.4.3",
|
||||
"@types/color": "3.0.2",
|
||||
"@types/columnify": "^1.5.1",
|
||||
"@types/fs-extra": "9.0.12",
|
||||
"@types/lodash": "^4.14.172",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/lodash": "^4.14.175",
|
||||
"@types/mkdirp": "1.0.2",
|
||||
"@types/mousetrap": "1.6.8",
|
||||
"@types/ms": "0.7.31",
|
||||
"@types/node": "^14.17.14",
|
||||
"@types/pify": "5.0.1",
|
||||
"@types/plist": "3.0.2",
|
||||
"@types/react": "^17.0.20",
|
||||
"@types/react": "^17.0.27",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"@types/react-redux": "^7.1.18",
|
||||
"@types/seamless-immutable": "7.1.16",
|
||||
"@types/styled-jsx": "2.2.9",
|
||||
"@types/terser-webpack-plugin": "5.2.0",
|
||||
"@types/uuid": "8.3.1",
|
||||
"@typescript-eslint/eslint-plugin": "4.31.0",
|
||||
"@typescript-eslint/parser": "4.31.0",
|
||||
"@typescript-eslint/eslint-plugin": "4.32.0",
|
||||
"@typescript-eslint/parser": "4.32.0",
|
||||
"ava": "3.15.0",
|
||||
"babel-loader": "8.2.2",
|
||||
"concurrently": "6.2.1",
|
||||
"concurrently": "6.3.0",
|
||||
"copy-webpack-plugin": "9.0.1",
|
||||
"cpy-cli": "^3.1.1",
|
||||
"cross-env": "7.0.3",
|
||||
"electron": "^13.2.3",
|
||||
"electron-builder": "^22.11.7",
|
||||
"electron-devtools-installer": "3.2.0",
|
||||
"electron-notarize": "1.1.1",
|
||||
"electron-rebuild": "3.2.3",
|
||||
"electronmon": "^2.0.2",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"eslint-plugin-react": "7.25.1",
|
||||
"eslint-plugin-react": "7.26.1",
|
||||
"husky": "7.0.2",
|
||||
"inquirer": "8.1.2",
|
||||
"node-addon-api": "4.1.0",
|
||||
"inquirer": "8.1.5",
|
||||
"node-addon-api": "4.2.0",
|
||||
"node-gyp": "8.2.0",
|
||||
"null-loader": "4.0.1",
|
||||
"plist": "3.0.4",
|
||||
"prettier": "2.4.0",
|
||||
"prettier": "2.4.1",
|
||||
"proxyquire": "2.1.3",
|
||||
"redux-devtools-extension": "2.13.9",
|
||||
"spectron": "15.0.0",
|
||||
"style-loader": "3.2.1",
|
||||
"terser": "5.7.2",
|
||||
"style-loader": "3.3.0",
|
||||
"terser": "5.9.0",
|
||||
"ts-node": "10.2.1",
|
||||
"typescript": "4.4.2",
|
||||
"webpack": "5.52.0"
|
||||
"typescript": "4.4.3",
|
||||
"webpack": "5.56.1"
|
||||
},
|
||||
"electronmon": {
|
||||
"patterns": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue