1
0
mirror of https://github.com/lancedikson/bowser synced 2025-06-13 13:03:52 +00:00
This commit is contained in:
dependabot[bot] 2024-08-31 09:03:03 +08:00 committed by GitHub
commit a17370bb1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 762 additions and 3059 deletions

3813
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
"url": "git+https://github.com/lancedikson/bowser.git" "url": "git+https://github.com/lancedikson/bowser.git"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.11.6", "@babel/cli": "^7.24.7",
"@babel/core": "^7.8.0", "@babel/core": "^7.8.0",
"@babel/polyfill": "^7.8.3", "@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.2", "@babel/preset-env": "^7.8.2",
@ -36,7 +36,7 @@
"ava": "^3.0.0", "ava": "^3.0.0",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2", "babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0", "babel-plugin-istanbul": "^6.0.0",
"compression-webpack-plugin": "^4.0.0", "compression-webpack-plugin": "^4.0.0",
"coveralls": "^3.0.6", "coveralls": "^3.0.6",
@ -50,9 +50,9 @@
"nyc": "^15.0.0", "nyc": "^15.0.0",
"sinon": "^9.0.0", "sinon": "^9.0.0",
"testem": "^3.0.0", "testem": "^3.0.0",
"webpack": "^4.41.0", "webpack": "^5.92.0",
"webpack-bundle-analyzer": "^3.5.2", "webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.3.9", "webpack-cli": "^5.1.4",
"yamljs": "^0.3.0" "yamljs": "^0.3.0"
}, },
"ava": { "ava": {