Skip to content

Commit

Permalink
upgrade webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ntraut committed Dec 18, 2023
1 parent f542d63 commit b1599e4
Show file tree
Hide file tree
Showing 16 changed files with 2,301 additions and 9,975 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/public/lib/
/public/js/
/public/js/*
!/public/js/surfacenets-worker.js
dist/
/view/atlasmaker/src/tools/render3D/three.js*
10 changes: 2 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ public/_img-all/
public/.DS_Store
public/data
public/doc2/*
public/js/
public/js/ask-for-login-page.js
public/js/index-page.js
public/js/mri-page.js
public/js/project-new-page.js
public/js/project-page.js
public/js/project-settings-page.js
public/js/user-page.js
/public/js/*
!/public/js/surfacenets-worker.js
public/lib/.DS_Store
public/lib/atlasmaker-tools
public/lib/atlasmaker.js
Expand Down
11,133 changes: 1,730 additions & 9,403 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"express-session": "^1.17.1",
"express-validator": "^6.14.2",
"express-ws": "^5.0.2",
"fast-json-patch": "^2.2.1",
"fast-json-patch": "^3.1.1",
"file-type": "^16.5.4",
"fs": "0.0.1-security",
"http": "0.0.0",
Expand All @@ -60,7 +60,7 @@
"multer": "^1.4.5-lts.1",
"mustache-express": "^1.3.0",
"neuroweblab": "github:neuroanatomy/neuroweblab",
"nwl-components": "^1.3.7",
"nwl-components": "file:../nwl-components/nwl-components-1.3.7.tgz",
"pako": "^1.0.11",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
Expand All @@ -79,18 +79,16 @@
"yjs": "^13.6.7"
},
"devDependencies": {
"buffer": "^6.0.3",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"clean-webpack-plugin": "^0.1.19",
"connect-livereload": "^0.6.1",
"css-loader": "^5.2.7",
"del": "^3.0.0",
"eslint": "^8.8.0",
"eslint-config-naat": "github:neuroanatomy/eslint-config-naat",
"eslint-plugin-vue": "^9.17.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.5.2",
"html-loader": "^4.2.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"livereload": "^0.9.3",
Expand All @@ -108,9 +106,8 @@
"url-loader": "^4.1.1",
"vue": "^3.3.11",
"vue-loader": "^17.3.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webworkify-webpack": "^2.1.5"
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"lint-staged": {
"*.{js,vue}": "eslint --cache --fix"
Expand Down
Loading

0 comments on commit b1599e4

Please sign in to comment.