Skip to content

Commit

Permalink
Update to Webpack 5
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed Mar 31, 2022
1 parent c012d5e commit 485bf50
Show file tree
Hide file tree
Showing 10 changed files with 1,420 additions and 3,254 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2021 Clark Winkelmann
Copyright (c) 2020-2022 Clark Winkelmann

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^1.0",
"flarum/core": "^1.2",
"flarum/tags": "*",
"fof/follow-tags": "*",
"ext-json": "*"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

File renamed without changes.
6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"dependencies": {
"flarum-tsconfig": "^1.0",
"flarum-webpack-config": "^1.0",
"webpack": "^4.0",
"webpack-cli": "^3.0"
"flarum-webpack-config": "^2.0",
"webpack": "^5.65",
"webpack-cli": "^4.9"
},
"scripts": {
"dev": "webpack --mode development --watch",
Expand Down
Loading

0 comments on commit 485bf50

Please sign in to comment.