Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump js deps
Browse files Browse the repository at this point in the history
imorland committed Nov 12, 2023
1 parent 67556e3 commit 28c2bd0
Showing 2 changed files with 600 additions and 565 deletions.
1,159 changes: 597 additions & 562 deletions js/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -4,15 +4,15 @@
"dependencies": {
"details-polyfill": "^1.1.0",
"flarum-webpack-config": "^2.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"lint": "prettier --single-quote --trailing-comma es5 --print-width 150 --tab-width 4 --write src"
},
"devDependencies": {
"prettier": "^2.7.1"
"prettier": "^3.0.3"
}
}

0 comments on commit 28c2bd0

Please sign in to comment.