|
@@ -43,7 +43,7 @@
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
- "chromedriver": "^92.0.1",
|
|
|
|
|
|
+ "chromedriver": "^97.0.1",
|
|
"cli-progress": "^3.9.0",
|
|
"cli-progress": "^3.9.0",
|
|
"colors": "^1.4.0",
|
|
"colors": "^1.4.0",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
@@ -66,7 +66,7 @@
|
|
"imports-loader": "^3.0.0",
|
|
"imports-loader": "^3.0.0",
|
|
"mini-css-extract-plugin": "1.3.7",
|
|
"mini-css-extract-plugin": "1.3.7",
|
|
"nightwatch": "^1.7.8",
|
|
"nightwatch": "^1.7.8",
|
|
- "node-sass": "^5.0.0",
|
|
|
|
|
|
+ "node-sass": "^6.0.0",
|
|
"postcss": "^8.3.6",
|
|
"postcss": "^8.3.6",
|
|
"postcss-css-variables": "^0.18.0",
|
|
"postcss-css-variables": "^0.18.0",
|
|
"postcss-import": "^14.0.2",
|
|
"postcss-import": "^14.0.2",
|
|
@@ -169,13 +169,13 @@
|
|
"start": "npx grunt dev",
|
|
"start": "npx grunt dev",
|
|
"build": "npx grunt prod",
|
|
"build": "npx grunt prod",
|
|
"repl": "node src/node/repl.js",
|
|
"repl": "node src/node/repl.js",
|
|
- "test": "npx grunt configTests && node --experimental-modules --no-warnings --no-deprecation tests/node/index.mjs && node --experimental-modules --no-warnings --no-deprecation tests/operations/index.mjs",
|
|
|
|
|
|
+ "test": "npx grunt configTests && node --experimental-modules --experimental-json-modules --no-warnings --no-deprecation tests/node/index.mjs && node --experimental-modules --experimental-json-modules --no-warnings --no-deprecation tests/operations/index.mjs",
|
|
"test-node-consumer": "npx grunt testnodeconsumer",
|
|
"test-node-consumer": "npx grunt testnodeconsumer",
|
|
"testui": "npx grunt testui",
|
|
"testui": "npx grunt testui",
|
|
"testuidev": "npx nightwatch --env=dev",
|
|
"testuidev": "npx nightwatch --env=dev",
|
|
"lint": "npx grunt lint",
|
|
"lint": "npx grunt lint",
|
|
"postinstall": "npx grunt exec:fixCryptoApiImports",
|
|
"postinstall": "npx grunt exec:fixCryptoApiImports",
|
|
- "newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs",
|
|
|
|
|
|
+ "newop": "node --experimental-modules --experimental-json-modules src/core/config/scripts/newOperation.mjs",
|
|
"getheapsize": "node -e 'console.log(`node heap limit = ${require(\"v8\").getHeapStatistics().heap_size_limit / (1024 * 1024)} Mb`)'",
|
|
"getheapsize": "node -e 'console.log(`node heap limit = ${require(\"v8\").getHeapStatistics().heap_size_limit / (1024 * 1024)} Mb`)'",
|
|
"setheapsize": "export NODE_OPTIONS=--max_old_space_size=2048"
|
|
"setheapsize": "export NODE_OPTIONS=--max_old_space_size=2048"
|
|
}
|
|
}
|