1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-25 05:25:07 +00:00

chore: Switch to pnpm, update dependencies, and remove webpack

This commit is contained in:
Yasumasa Ashida
2026-06-14 21:51:01 +09:00
parent 92b5639733
commit 6ff01f53db
5 changed files with 7822 additions and 14526 deletions

View File

@@ -1,4 +1,4 @@
parser: babel-eslint parser: '@babel/eslint-parser'
extends: airbnb-base extends: airbnb-base
rules: rules:
no-underscore-dangle: 0 no-underscore-dangle: 0

14506
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -38,31 +38,25 @@
"url": "git+https://github.com/bowser-js/bowser.git" "url": "git+https://github.com/bowser-js/bowser.git"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.11.6", "@babel/cli": "^7.29.7",
"@babel/core": "^7.8.0", "@babel/core": "^7.29.7",
"@babel/polyfill": "^7.8.3", "@babel/eslint-parser": "^7.29.7",
"@babel/preset-env": "^7.8.2", "@babel/preset-env": "^7.29.7",
"@babel/register": "^7.8.3", "@babel/register": "^7.29.7",
"ava": "^3.0.0", "ava": "^3.0.0",
"babel-eslint": "^10.0.3", "babel-plugin-add-module-exports": "^1.0.4",
"babel-loader": "^8.0.6", "babel-plugin-istanbul": "^8.0.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^6.0.0",
"compression-webpack-plugin": "^4.0.0",
"coveralls": "^3.0.6", "coveralls": "^3.0.6",
"docdash": "^1.1.1", "docdash": "^1.1.1",
"eslint": "^6.5.1", "eslint": "^8.57.1",
"eslint-config-airbnb-base": "^13.2.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-ava": "^10.0.0", "eslint-plugin-ava": "^10.5.0",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.18.2",
"gh-pages": "^3.0.0", "gh-pages": "^6.3.0",
"jsdoc": "^3.6.3", "jsdoc": "^3.6.3",
"nyc": "^15.0.0", "nyc": "^18.0.0",
"sinon": "^9.0.0", "sinon": "^9.0.0",
"testem": "^3.0.0", "testem": "^3.0.0",
"webpack": "^4.41.0",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.3.9",
"yamljs": "^0.3.0" "yamljs": "^0.3.0"
}, },
"ava": { "ava": {
@@ -78,7 +72,7 @@
}, },
"scripts": { "scripts": {
"build": "webpack --config webpack.config.js", "build": "webpack --config webpack.config.js",
"generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs", "generate-and-deploy-docs": "pnpm generate-docs && gh-pages --dist docs --dest docs",
"watch": "webpack --watch --config webpack.config.js", "watch": "webpack --watch --config webpack.config.js",
"lint:check": "eslint ./src", "lint:check": "eslint ./src",
"lint:fix": "eslint --fix ./src", "lint:fix": "eslint --fix ./src",

7806
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

2
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,2 @@
allowBuilds:
core-js: false