mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Merge 5ed90867a8 into 1d2feae11c
This commit is contained in:
commit
c6529ba189
2 changed files with 928 additions and 675 deletions
64
package.json
64
package.json
|
|
@ -35,21 +35,21 @@
|
|||
"email": "team@zeit.co"
|
||||
},
|
||||
"dependencies": {
|
||||
"@electron/remote": "2.1.2",
|
||||
"@electron/remote": "2.1.3",
|
||||
"@react-icons/all-files": "4.1.0",
|
||||
"@redux-devtools/extension": "^3.3.0",
|
||||
"@xterm/addon-canvas": "0.7.0",
|
||||
"@xterm/addon-fit": "0.10.0",
|
||||
"@xterm/addon-image": "0.8.0",
|
||||
"@xterm/addon-ligatures": "0.9.0",
|
||||
"@xterm/addon-search": "0.15.0",
|
||||
"@xterm/addon-unicode11": "0.8.0",
|
||||
"@xterm/addon-web-links": "0.11.0",
|
||||
"@xterm/addon-webgl": "0.18.0",
|
||||
"@xterm/addon-fit": "0.11.0",
|
||||
"@xterm/addon-image": "0.9.0",
|
||||
"@xterm/addon-ligatures": "0.10.0",
|
||||
"@xterm/addon-search": "0.16.0",
|
||||
"@xterm/addon-unicode11": "0.9.0",
|
||||
"@xterm/addon-web-links": "0.12.0",
|
||||
"@xterm/addon-webgl": "0.19.0",
|
||||
"@xterm/xterm": "5.5.0",
|
||||
"args": "5.0.3",
|
||||
"ava": "https://github.com/quine-global/ava#38aebe3badef8d54f68e8315e9849cfa83d531fe",
|
||||
"chalk": "5.3.0",
|
||||
"chalk": "5.6.2",
|
||||
"clsx": "2.1.1",
|
||||
"color": "4.2.3",
|
||||
"columnify": "1.6.0",
|
||||
|
|
@ -72,11 +72,11 @@
|
|||
"registry-url": "^6.0.1",
|
||||
"reselect": "4.1.8",
|
||||
"seamless-immutable": "7.1.4",
|
||||
"semver": "7.6.3",
|
||||
"semver": "7.7.3",
|
||||
"shebang-loader": "0.0.1",
|
||||
"styled-jsx": "5.1.6",
|
||||
"styled-jsx": "5.1.7",
|
||||
"stylis": "3.5.4",
|
||||
"typescript-json-schema": "0.65.1",
|
||||
"typescript-json-schema": "0.67.1",
|
||||
"use-device-pixel-ratio": "^1.1.2",
|
||||
"uuid": "10.0.0",
|
||||
"webpack-cli": "5.1.4"
|
||||
|
|
@ -84,21 +84,21 @@
|
|||
"devDependencies": {
|
||||
"@ava/babel": "2.0.0",
|
||||
"@ava/typescript": "^4.1.0",
|
||||
"@babel/cli": "7.25.9",
|
||||
"@babel/core": "7.26.0",
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
||||
"@babel/preset-react": "7.25.9",
|
||||
"@babel/preset-typescript": "7.26.0",
|
||||
"@babel/preset-react": "7.28.5",
|
||||
"@babel/preset-typescript": "7.28.5",
|
||||
"@electron/rebuild": "^3.7.2",
|
||||
"@types/args": "5.0.3",
|
||||
"@types/args": "5.0.4",
|
||||
"@types/async-retry": "1.4.9",
|
||||
"@types/color": "3.0.6",
|
||||
"@types/columnify": "^1.5.4",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"@types/lodash": "^4.17.21",
|
||||
"@types/mousetrap": "1.6.15",
|
||||
"@types/ms": "0.7.34",
|
||||
"@types/node": "22.9.3",
|
||||
|
|
@ -111,43 +111,43 @@
|
|||
"@typescript-eslint/eslint-plugin": "7.0.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"babel-loader": "9.2.1",
|
||||
"concurrently": "9.1.0",
|
||||
"concurrently": "9.2.1",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
"cpy-cli": "^5.0.0",
|
||||
"cross-env": "7.0.3",
|
||||
"electron": "38.6.0",
|
||||
"electron-builder": "26.0.13",
|
||||
"electron-builder": "26.4.0",
|
||||
"electron-link": "^0.6.0",
|
||||
"electron-mksnapshot": "38.6.0",
|
||||
"electronmon": "^2.0.3",
|
||||
"electronmon": "^2.0.4",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.3",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-json-schema-validator": "^4.8.3",
|
||||
"eslint-plugin-jsonc": "^2.18.2",
|
||||
"eslint-plugin-jsonc": "^2.21.0",
|
||||
"eslint-plugin-lodash": "^7.4.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-react": "7.37.2",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
"husky": "^9.1.7",
|
||||
"husky-init": "^8.0.0",
|
||||
"inquirer": "10.1.8",
|
||||
"node-addon-api": "8.2.2",
|
||||
"node-addon-api": "8.5.0",
|
||||
"node-gyp": "^10.2.0",
|
||||
"null-loader": "4.0.1",
|
||||
"parse-url": "9.2.0",
|
||||
"playwright": "1.49.0",
|
||||
"playwright": "1.57.0",
|
||||
"plist": "3.1.0",
|
||||
"prettier": "3.3.3",
|
||||
"prettier": "3.7.4",
|
||||
"proxyquire": "2.1.3",
|
||||
"style-loader": "4.0.0",
|
||||
"terser": "5.36.0",
|
||||
"terser-webpack-plugin": "^5.3.10",
|
||||
"terser": "5.44.1",
|
||||
"terser-webpack-plugin": "^5.3.16",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.7.2",
|
||||
"typescript": "5.9.3",
|
||||
"uuaw": "^1.2.2",
|
||||
"webpack": "5.96.1"
|
||||
"webpack": "5.104.1"
|
||||
},
|
||||
"electronmon": {
|
||||
"patterns": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue