mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Consolidate more packages to use shared build script
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
65f04b6e38
commit
2204a4f18d
8
package-lock.json
generated
8
package-lock.json
generated
@ -37415,6 +37415,7 @@
|
|||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0",
|
||||||
|
"@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"
|
||||||
},
|
},
|
||||||
@ -37441,7 +37442,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0"
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0",
|
||||||
|
"@k8slens/webpack": "^6.5.0-alpha.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
||||||
@ -40688,6 +40690,7 @@
|
|||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0",
|
||||||
|
"@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"
|
||||||
}
|
}
|
||||||
@ -41257,7 +41260,8 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0"
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0",
|
||||||
|
"@k8slens/webpack": "^6.5.0-alpha.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@k8slens/resource-templates": {
|
"@k8slens/resource-templates": {
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/lensapp/lens",
|
"homepage": "https://github.com/lensapp/lens",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack",
|
"build": "lens-webpack-build",
|
||||||
"lint": "lens-lint",
|
"lint": "lens-lint",
|
||||||
"lint:fix": "lens-lint --fix"
|
"lint:fix": "lens-lint --fix"
|
||||||
},
|
},
|
||||||
@ -48,6 +48,7 @@
|
|||||||
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0",
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0",
|
||||||
"@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",
|
||||||
|
"@k8slens/webpack": "^6.5.0-alpha.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/lensapp/lens",
|
"homepage": "https://github.com/lensapp/lens",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack",
|
"build": "lens-webpack-build",
|
||||||
"lint": "lens-lint",
|
"lint": "lens-lint",
|
||||||
"lint:fix": "lens-lint --fix"
|
"lint:fix": "lens-lint --fix"
|
||||||
},
|
},
|
||||||
@ -44,6 +44,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@async-fn/jest": "^1.6.4",
|
"@async-fn/jest": "^1.6.4",
|
||||||
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
||||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0"
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.0",
|
||||||
|
"@k8slens/webpack": "^6.5.0-alpha.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user