pan3793 commented on code in PR #2840:
URL: https://github.com/apache/incubator-kyuubi/pull/2840#discussion_r898779277


##########
kyuubi-server/web-ui/package.json:
##########
@@ -0,0 +1,87 @@
+{
+  "name": "kyuubi-web-ui",
+  "version": "2.0.0",
+  "scripts": {
+    "ng": "node node_modules/@angular/cli/bin/ng",
+    "start": "ng serve",
+    "build": "ng build --configuration production --base-href ./",
+    "test": "ng test",
+    "lint": "eslint --cache src --ext .ts,.html --fix && stylelint 
\"**/*.less\"",
+    "lint:fix": "eslint --fix --cache src --ext .ts,.html && stylelint 
\"**/*.less\" --fix",
+    "ci-check": "npm run lint && npm run build",
+    "proxy": "ng serve --proxy-config proxy.conf.json",
+    "prepare": "cd ../.. && husky install kyuubi-server/web-ui/.husky",
+    "lint-staged": "lint-staged"
+  },
+  "private": true,
+  "dependencies": {
+    "@angular/animations": "~13.1.3",

Review Comment:
   does it possible to use the exactly version?



##########
kyuubi-server/web-ui/package.json:
##########
@@ -0,0 +1,87 @@
+{
+  "name": "kyuubi-web-ui",
+  "version": "2.0.0",
+  "scripts": {
+    "ng": "node node_modules/@angular/cli/bin/ng",
+    "start": "ng serve",
+    "build": "ng build --configuration production --base-href ./",
+    "test": "ng test",
+    "lint": "eslint --cache src --ext .ts,.html --fix && stylelint 
\"**/*.less\"",
+    "lint:fix": "eslint --fix --cache src --ext .ts,.html && stylelint 
\"**/*.less\" --fix",
+    "ci-check": "npm run lint && npm run build",
+    "proxy": "ng serve --proxy-config proxy.conf.json",
+    "prepare": "cd ../.. && husky install kyuubi-server/web-ui/.husky",
+    "lint-staged": "lint-staged"
+  },
+  "private": true,
+  "dependencies": {
+    "@angular/animations": "~13.1.3",

Review Comment:
   does it possible to use the exact version?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to