Skip to content

Commit

Permalink
further webpack 5 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed Nov 23, 2024
1 parent 3a81ad7 commit 01061c0
Show file tree
Hide file tree
Showing 6 changed files with 34,895 additions and 5,573 deletions.
33 changes: 18 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"express-busboy": "^2.4.4",
"express-validator": "^2.21.0",
"hivtrace-viz": "^0.0.14",
"hyphy-vision": "^2.13.6",
"hyphy-vision": "^2.15.7-alpha.1",
"jade": "^1.0.0",
"jquery-file-upload": "^4.0.5",
"jquery-file-upload-middleware": "^0.1.8",
Expand All @@ -54,9 +54,11 @@
"nodemailer": "^1.0.0",
"nodemailer-sendmail-transport": "^1.0.0",
"nvm": "0.0.4",
"path-browserify": "^1.0.1",
"phylotree": "0.1.10",
"popper.js": "1.16.1",
"pretty-quick": "^2.0.2",
"process": "^0.11.10",
"q": "^1.4.0",
"react": "16.13.1",
"react-copy-to-clipboard": "^5.0.2",
Expand All @@ -83,53 +85,54 @@
},
"devDependencies": {
"@babel/compat-data": "7.19.4",
"@babel/core": "7.19.6",
"@babel/core": "^7.26.0",
"@babel/generator": "7.19.6",
"@babel/helper-compilation-targets": "7.19.3",
"@babel/helper-create-class-features-plugin": "7.19.0",
"@babel/helper-module-transforms": "7.19.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-free": "^5.15.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^19.0.0",
"babel-loader": "^8.1.0",
"babel-loader": "^9.2.1",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"babel-plugin-transform-strict-mode": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-1": "^6.24.1",
"bootstrap-webpack": "^0.0.6",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^7.30.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.24.0",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.1",
"expose-loader": "^5.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"husky": "^7.0.1",
"isoformat": "^0.2.1",
"lodash.clonedeep": "^4.5.0",
"mini-css-extract-plugin": "^0.9.0",
"mini-css-extract-plugin": "^2.9.2",
"mocha": "^9.0.2",
"mocha-parallel-tests": "^2.2.2",
"node-inspect": "^2.0.0",
"node-sass": "^6.0.1",
"node-sass": "^7.0.1",
"preload-webpack-plugin": "^2.3.0",
"prettier": "^2.3.2",
"puppeteer": "^2.1.1",
"reactify": "^1.1.1",
"sass-loader": "8.0.2",
"sass-loader": "^16.0.3",
"scss-loader": "^0.0.1",
"should": "^13.2.3",
"style-loader": "^2.0.0",
"style-loader": "^4.0.0",
"url-loader": "^4.1.0",
"watchify": "^3.6.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.2.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-eslint-plugin": "^1.2.0"
}
}
Loading

0 comments on commit 01061c0

Please sign in to comment.