1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 14:26:25 +02:00

chore: bump JS dependencies (#3134)

This commit is contained in:
David Wheatley
2021-10-27 22:14:26 +02:00
committed by GitHub
parent 70993d6c39
commit 22a4406d5b
2 changed files with 1897 additions and 1601 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,31 +8,31 @@
"bootstrap": "^3.4.1",
"clsx": "^1.1.1",
"color-thief-browser": "^2.0.2",
"dayjs": "^1.10.4",
"dayjs": "^1.10.7",
"expose-loader": "^1.0.3",
"jquery": "^3.6.0",
"jquery.hotkeys": "^0.1.0",
"mithril": "^2.0.4",
"nanoid": "^3.1.25",
"nanoid": "^3.1.30",
"punycode": "^2.1.1",
"textarea-caret": "^3.1.0",
"throttle-debounce": "^3.0.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.13.0",
"@babel/preset-typescript": "^7.15.0",
"@flarum/prettier-config": "^1.0.0",
"@types/jquery": "^3.5.5",
"@types/mithril": "^2.0.7",
"@types/jquery": "^3.5.8",
"@types/mithril": "^2.0.8",
"@types/punycode": "^2.1.0",
"@types/textarea-caret": "^3.0.0",
"@types/textarea-caret": "^3.0.1",
"bundlewatch": "^0.3.2",
"cross-env": "^7.0.3",
"flarum-tsconfig": "^0.1.0-beta.16",
"flarum-webpack-config": "0.1.0-beta.16.2",
"prettier": "^2.3.0",
"typescript": "^4.2.4",
"flarum-tsconfig": "^1.0.2",
"flarum-webpack-config": "1.0.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^4.2.2"
},
"scripts": {