-
Notifications
You must be signed in to change notification settings - Fork 504
/
package.json.NOTES
25 lines (20 loc) · 1.02 KB
/
package.json.NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- tinymce is "locked" to 4.9.x because our skin, build code, and css overrides
still rely on 4.x.
- jsep is "locked" to 0.4.0 because 1.0+ is ES6 and breaks IE11 compatibility
- selectize is "locked" to 0.14.0 because 0.15 breaks/alter data-data handling:
https://github.com/selectize/selectize.js/issues/1976
Other:
- we manually declare "postcss" as a devDependencies because @ladder/grunt-postcss
does not declare it as a dependency.
Overrides:
- the overrides are only used to override security issues
Old:
- cheerio 1.0.0-rc.11 fixed the bug that prevented our dependency update.
was: (cheerio "locked" to 1.0.0-rc.5 because 1.0.0-rc.6 and following fail to
deal with 2 sibling comments in html.)
was: (cheerio is "locked" to 1.0.0-rc.6 because 1.0.0-rc.10 doesn't support
$(html) anymore)
(css-what 6.1.0 can be removed once we'll be able to update cheerio)
- we moved from grunt-release to npm release-it
(grunt-release is "locked" to 0.13.1 because 0.14.0 is broken and no new
releases have been made since that)