fix/ci/resolve-installation-faiure
Naor Peled 6 months ago
parent 90932af259
commit a535168ae6

21107
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -29,31 +29,31 @@
"url": "git+https://github.com/lancedikson/bowser.git" "url": "git+https://github.com/lancedikson/bowser.git"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.23.0", "@babel/cli": "^7.11.6",
"@babel/core": "^7.23.3", "@babel/core": "^7.8.0",
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.23.3", "@babel/preset-env": "^7.8.2",
"@babel/register": "^7.22.15", "@babel/register": "^7.8.3",
"ava": "^5.3.1", "ava": "^3.0.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.0.3",
"babel-loader": "^8.3.0", "babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^6.1.1", "babel-plugin-istanbul": "^6.0.0",
"compression-webpack-plugin": "^10.0.0", "compression-webpack-plugin": "^4.0.0",
"coveralls": "^3.1.1", "coveralls": "^3.0.6",
"docdash": "^1.2.0", "docdash": "^1.1.1",
"eslint": "^8.53.0", "eslint": "^6.5.1",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-ava": "^14.0.0", "eslint-plugin-ava": "^10.0.0",
"eslint-plugin-import": "^2.29.0", "eslint-plugin-import": "^2.18.2",
"gh-pages": "^3.2.3", "gh-pages": "^3.0.0",
"jsdoc": "^4.0.2", "jsdoc": "^3.6.3",
"nyc": "^15.1.0", "nyc": "^15.0.0",
"sinon": "^9.2.4", "sinon": "^9.0.0",
"testem": "^3.10.1", "testem": "^3.0.0",
"webpack": "^5.89.0", "webpack": "^4.41.0",
"webpack-bundle-analyzer": "^4.10.0", "webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^5.1.4", "webpack-cli": "^3.3.9",
"yamljs": "^0.3.0" "yamljs": "^0.3.0"
}, },
"ava": { "ava": {
@ -72,8 +72,7 @@
"generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs", "generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs",
"watch": "webpack --watch --config webpack.config.js", "watch": "webpack --watch --config webpack.config.js",
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",
"lint:check": "eslint ./src", "lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"testem": "testem", "testem": "testem",
"test": "nyc --reporter=html --reporter=text ava", "test": "nyc --reporter=html --reporter=text ava",
"test:watch": "ava --watch", "test:watch": "ava --watch",

Loading…
Cancel
Save