Browse Source

build: Update npm to 8.3.0 and remove antlr4 deps

Remove all antlr4 dependencies
Add moo as lexer dependency
Update npm to the latest version (8.3.0)
Lucas de Souza 2 years ago
parent
commit
cbb55ab5ab
2 changed files with 8579 additions and 5384 deletions
  1. 8571 5374
      package-lock.json
  2. 8 10
      package.json

File diff suppressed because it is too large
+ 8571 - 5374
package-lock.json


+ 8 - 10
package.json

@@ -29,27 +29,25 @@
     "@babel/core": "^7.10.2",
     "@babel/plugin-transform-runtime": "^7.10.1",
     "@babel/preset-env": "^7.10.2",
-    "@typescript-eslint/eslint-plugin": "^2.34.0",
-    "@typescript-eslint/parser": "^2.34.0",
-    "antlr4-webpack-loader": "*",
+    "@typescript-eslint/eslint-plugin": "^5.7.0",
+    "@typescript-eslint/parser": "^5.0.0",
     "babel-loader": "^8.0.6",
     "clean-webpack-plugin": "3.x",
-    "copy-webpack-plugin": "^5.1.1",
+    "copy-webpack-plugin": "10.x",
     "csv-parser": "^2.3.3",
-    "eslint": "^6.5.1",
+    "eslint": "^8.5.0",
     "html-webpack-plugin": "^4.3.0",
-    "server": "^1.0.29",
     "ts-loader": "^5.4.5",
     "typescript": "^3.9.5",
-    "webpack": "^4.43.0",
-    "webpack-cli": "3.x"
+    "webpack": "^5",
+    "webpack-cli": "4.x"
   },
   "dependencies": {
     "@babel/runtime": "^7.10.2",
-    "antlr4": "^4.7.2",
     "codemirror": "^5.64.0",
     "decimal.js": "^10.2.0",
     "line-i18n": "git+http://200.144.254.107/git/LInE/line-i18n.git",
-    "melanke-watchjs": "^1.5.0"
+    "melanke-watchjs": "^1.5.0",
+    "moo": "^0.5.1"
   }
 }