1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Fix package-lock and specify npm version

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-02 13:40:30 -04:00
parent fa44b795d4
commit 64f3a47230
2 changed files with 14 additions and 3 deletions

14
package-lock.json generated
View File

@ -14058,7 +14058,6 @@
"version": "27.2.1", "version": "27.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.1.tgz",
"integrity": "sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==", "integrity": "sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==",
"peer": true,
"dependencies": { "dependencies": {
"@typescript-eslint/utils": "^5.10.0" "@typescript-eslint/utils": "^5.10.0"
}, },
@ -34222,6 +34221,7 @@
"eslint-import-resolver-typescript": "^3.5.3", "eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-header": "^3.1.1", "eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0", "eslint-plugin-unused-imports": "^2.0.0",
@ -38809,6 +38809,7 @@
"eslint-import-resolver-typescript": "^3.5.3", "eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-header": "^3.1.1", "eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0", "eslint-plugin-unused-imports": "^2.0.0",
@ -38958,6 +38959,14 @@
"@k8slens/webpack": "^6.5.0-alpha.4", "@k8slens/webpack": "^6.5.0-alpha.4",
"@testing-library/react": "^12.1.5", "@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0" "@testing-library/user-event": "^13.5.0"
},
"dependencies": {
"@k8slens/eslint-config": {
"version": "https://registry.npmjs.org/@k8slens/eslint-config/-/eslint-config-6.5.0-alpha.1.tgz",
"integrity": "sha512-6DdfKe/iafX85GBK/UlKgz29FOIOp/UVS03bFGLyw7Vmm7pauB0FEHTAdbr3g1qG/Zcn6nxhOM3uqQyRY/uEyA==",
"dev": true,
"requires": {}
}
} }
}, },
"@k8slens/eslint-config": { "@k8slens/eslint-config": {
@ -48383,7 +48392,6 @@
"version": "27.2.1", "version": "27.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.1.tgz",
"integrity": "sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==", "integrity": "sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==",
"peer": true,
"requires": { "requires": {
"@typescript-eslint/utils": "^5.10.0" "@typescript-eslint/utils": "^5.10.0"
} }
@ -57600,8 +57608,8 @@
"@k8slens/application-for-electron-main": "^6.5.0-alpha.3", "@k8slens/application-for-electron-main": "^6.5.0-alpha.3",
"@k8slens/core": "^6.5.0-alpha.8", "@k8slens/core": "^6.5.0-alpha.8",
"@k8slens/ensure-binaries": "^6.5.0-alpha.4", "@k8slens/ensure-binaries": "^6.5.0-alpha.4",
"@k8slens/event-emitter": "^1.0.0-alpha.1",
"@k8slens/eslint-config": "^6.5.0-alpha.2", "@k8slens/eslint-config": "^6.5.0-alpha.2",
"@k8slens/event-emitter": "^1.0.0-alpha.1",
"@k8slens/feature-core": "^6.5.0-alpha.3", "@k8slens/feature-core": "^6.5.0-alpha.3",
"@k8slens/generate-tray-icons": "^6.5.0-alpha.4", "@k8slens/generate-tray-icons": "^6.5.0-alpha.4",
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.3", "@k8slens/keyboard-shortcuts": "^1.0.0-alpha.3",

View File

@ -33,6 +33,9 @@
"precreate-release-pr": "npm run --workspace @k8slens/release-tool build", "precreate-release-pr": "npm run --workspace @k8slens/release-tool build",
"create-release-pr": "npm run --workspace @k8slens/release-tool create" "create-release-pr": "npm run --workspace @k8slens/release-tool create"
}, },
"engines": {
"npm": "^9"
},
"overrides": { "overrides": {
"underscore": "^1.12.1", "underscore": "^1.12.1",
"react": "^17", "react": "^17",