This is an automated email from the ASF dual-hosted git repository.
stephenlyz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new fa7f144a68 fix: rm eslint-plugin-translation-vars engine requirement
(#20420)
fa7f144a68 is described below
commit fa7f144a687a438f7a67c99b167dd4af10471712
Author: Stephen Liu <[email protected]>
AuthorDate: Fri Jun 17 14:29:57 2022 +0800
fix: rm eslint-plugin-translation-vars engine requirement (#20420)
---
superset-frontend/tools/eslint-plugin-translation-vars/package.json | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/superset-frontend/tools/eslint-plugin-translation-vars/package.json
b/superset-frontend/tools/eslint-plugin-translation-vars/package.json
index d4353a88df..83e8c184d3 100644
--- a/superset-frontend/tools/eslint-plugin-translation-vars/package.json
+++ b/superset-frontend/tools/eslint-plugin-translation-vars/package.json
@@ -12,9 +12,5 @@
"dependencies": {},
"peerDependencies": {
"eslint": ">=0.8.0"
- },
- "engines": {
- "node": "^16.9.1",
- "npm": "^7.5.4"
}
}