mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Merge pull request #49 from corneliusroemer/dependabot/npm_and_yarn/canary/minorandpatch-be19180175
chore(deps-dev): bump the minorandpatch group with 28 updates
This commit is contained in:
commit
755086deb9
2 changed files with 649 additions and 736 deletions
59
package.json
59
package.json
|
|
@ -33,10 +33,10 @@
|
|||
"@redux-devtools/extension": "^3.3.0",
|
||||
"args": "5.0.3",
|
||||
"chalk": "5.3.0",
|
||||
"clsx": "2.1.0",
|
||||
"clsx": "2.1.1",
|
||||
"color": "4.2.3",
|
||||
"columnify": "1.6.0",
|
||||
"css-loader": "7.1.1",
|
||||
"css-loader": "7.1.2",
|
||||
"got": "12.4.1",
|
||||
"json-loader": "0.5.7",
|
||||
"lodash": "4.17.21",
|
||||
|
|
@ -45,20 +45,20 @@
|
|||
"open": "8.4.2",
|
||||
"ora": "8.0.1",
|
||||
"php-escape-shell": "1.0.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-redux": "8.1.3",
|
||||
"react-use": "^17.5.0",
|
||||
"react-use": "^17.5.1",
|
||||
"redux": "4.2.1",
|
||||
"redux-thunk": "2.4.2",
|
||||
"registry-url": "^6.0.1",
|
||||
"reselect": "4.1.8",
|
||||
"seamless-immutable": "7.1.4",
|
||||
"semver": "7.6.0",
|
||||
"semver": "7.6.3",
|
||||
"shebang-loader": "0.0.1",
|
||||
"styled-jsx": "5.1.2",
|
||||
"styled-jsx": "5.1.6",
|
||||
"stylis": "3.5.4",
|
||||
"typescript-json-schema": "0.63.0",
|
||||
"typescript-json-schema": "0.65.1",
|
||||
"uuid": "9.0.1",
|
||||
"webpack-cli": "5.1.4",
|
||||
"xterm": "5.3.0",
|
||||
|
|
@ -74,33 +74,33 @@
|
|||
"devDependencies": {
|
||||
"@ava/babel": "2.0.0",
|
||||
"@ava/typescript": "^4.1.0",
|
||||
"@babel/cli": "7.24.1",
|
||||
"@babel/core": "7.24.4",
|
||||
"@babel/cli": "7.24.8",
|
||||
"@babel/core": "7.25.2",
|
||||
"@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.24.1",
|
||||
"@babel/preset-typescript": "7.24.1",
|
||||
"@babel/preset-react": "7.24.7",
|
||||
"@babel/preset-typescript": "7.24.7",
|
||||
"@electron/rebuild": "^3.6.0",
|
||||
"@types/args": "5.0.3",
|
||||
"@types/async-retry": "1.4.3",
|
||||
"@types/async-retry": "1.4.8",
|
||||
"@types/color": "3.0.6",
|
||||
"@types/columnify": "^1.5.4",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/lodash": "^4.17.7",
|
||||
"@types/mousetrap": "1.6.15",
|
||||
"@types/ms": "0.7.34",
|
||||
"@types/node": "18.19.31",
|
||||
"@types/plist": "3.0.5",
|
||||
"@types/react": "18.2.79",
|
||||
"@types/react-dom": "18.2.25",
|
||||
"@types/react": "18.3.4",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@types/seamless-immutable": "7.1.19",
|
||||
"@types/styled-jsx": "2.2.9",
|
||||
"@types/uuid": "9.0.8",
|
||||
"@typescript-eslint/eslint-plugin": "7.0.0",
|
||||
"@typescript-eslint/parser": "6.21.0",
|
||||
"ava": "6.1.2",
|
||||
"ava": "6.1.3",
|
||||
"babel-loader": "9.1.3",
|
||||
"concurrently": "8.2.2",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
|
|
@ -110,32 +110,32 @@
|
|||
"electron-builder": "^24.13.3",
|
||||
"electron-link": "^0.6.0",
|
||||
"electron-mksnapshot": "29.3.0",
|
||||
"electronmon": "^2.0.2",
|
||||
"electronmon": "^2.0.3",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-json-schema-validator": "^4.8.3",
|
||||
"eslint-plugin-jsonc": "^2.15.1",
|
||||
"eslint-plugin-jsonc": "^2.16.0",
|
||||
"eslint-plugin-lodash": "^7.4.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"husky": "9.0.11",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-react": "7.35.0",
|
||||
"husky": "9.1.5",
|
||||
"inquirer": "9.2.18",
|
||||
"node-addon-api": "8.0.0",
|
||||
"node-addon-api": "8.1.0",
|
||||
"null-loader": "4.0.1",
|
||||
"parse-url": "8.1.0",
|
||||
"playwright": "1.43.1",
|
||||
"playwright": "1.46.1",
|
||||
"plist": "3.1.0",
|
||||
"prettier": "3.2.5",
|
||||
"prettier": "3.3.3",
|
||||
"proxyquire": "2.1.3",
|
||||
"style-loader": "4.0.0",
|
||||
"terser": "5.30.3",
|
||||
"terser": "5.31.6",
|
||||
"terser-webpack-plugin": "^5.3.10",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.4.5",
|
||||
"webpack": "5.91.0"
|
||||
"typescript": "5.5.4",
|
||||
"webpack": "5.94.0"
|
||||
},
|
||||
"electronmon": {
|
||||
"patterns": [
|
||||
|
|
@ -144,5 +144,8 @@
|
|||
"!dist/**"
|
||||
]
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/retry": "0.12.5"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue