Commit Graph

16 Commits

Author SHA1 Message Date
Sami Mazouz
770f9370af
fix: 2.0 bugs (#4011) 2024-08-02 12:49:34 +01:00
dependabot[bot]
13e655aca5
chore(deps): bump webpack from 5.75.0 to 5.76.0 (#3761)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-19 07:45:00 +01:00
Alexander Skvortsov
f2910d8763 chore: add version to core/ext package.json
This is necessary for yarn workspaces to work.
2022-03-11 19:12:11 -05:00
Alexander Skvortsov
5fc0b4963a chore: flarum-cli audit infra --fix 2022-03-11 18:02:51 -05:00
Alexander Skvortsov
05246fb155 chore: flarum-cli audit infra --fix 2022-01-20 03:14:59 -05:00
Ian Morland
200d488209 chore: repo maintenance (#28)
* Bump deps

* Update imports

* format
2022-01-11 10:43:15 +00:00
David Wheatley
152a9bed14 chore: fix JS 2021-10-13 12:05:05 +01:00
Alexander Skvortsov
ad168f345c Release v1.1.0 2021-10-11 21:02:26 -04:00
Franz Liedke
153f906fe3 Update Webpack 2020-05-01 11:39:40 +02:00
Franz Liedke
416b15d4a7 Update Webpack 2020-02-26 07:59:58 +01:00
Toby Zerner
f8c2497ab7 Make npm package private, update deps, change watch to dev 2018-11-21 18:43:19 +10:30
Toby Zerner
6f38fabc29 Update dependencies 2018-11-17 18:53:38 +10:30
Toby Zerner
1c656aaf56 Rename package 2018-10-21 15:16:21 +10:30
Toby Zerner
b67c222dbd Update dependencies 2018-09-21 10:25:46 +09:30
Toby Zerner
6d1e57fd56 Remove progress flag 2018-06-20 13:54:01 +09:30
Toby Zerner
d842d8e460 Webpack (#14)
See https://github.com/flarum/core/pull/1367

* Replace gulp with webpack and npm scripts for JS compilation
* Set up Travis CI to commit compiled JS
* Restructure `js` directory; only one instance of npm, forum/admin are "submodules"
* Restructure `less` directory
2018-06-20 13:34:41 +09:30