anki/ts
Damien Elmes 94c4f99343 update ts deps
typescript and bootstrap have been pinned for now:

https://github.com/ankitects/anki/issues/1386
https://github.com/ankitects/anki/issues/1385

hint failures for svelte-check have also been temporarily turned
off, due to it now complaining about document.execCommand():

Hint: The signature '(commandId: string, showUI?: boolean, value?: string): boolean' of 'document.execCommand' is deprecated. (ts)
    const wrapWithForecolor = (color: string) => () => {
        document.execCommand("forecolor", false, color);
    };

Will follow up in #1377
2021-09-22 23:21:39 +10:00
..
change-notetype Rename StickyBar and StickyBottom to StickyHeader and StickyFooter 2021-09-15 23:15:55 +02:00
components Rename StickyBar and StickyBottom to StickyHeader and StickyFooter 2021-09-15 23:15:55 +02:00
congrats Uniformly shorten SCSS imports/uses 2021-09-02 23:37:17 +02:00
deck-options Rename StickyBar and StickyBottom to StickyHeader and StickyFooter 2021-09-15 23:15:55 +02:00
editable Allow for explicit any 2021-09-17 21:30:32 +02:00
editor Make HandleSelection perfectly size when first activating 2021-09-17 21:23:04 +02:00
graphs Directly include CSS from bootstrap and codemirror packages 2021-09-02 23:37:16 +02:00
html-filter support jsdom tests 2021-06-19 09:43:09 +10:00
lib Ugly fix: do not execute moveCursorPastPostfix when front includes "anki-mathjax" 2021-09-17 20:12:11 +02:00
patches add workaround for protobufjs requiring uppercase package names 2021-07-10 15:24:01 +10:00
reviewer Set max-width of images in the reviewer to 100% 2021-09-06 21:15:37 +10:00
sass First implementation of MathjaxHandleEditor 2021-09-15 13:33:17 +02:00
svelte update ts deps 2021-09-22 23:21:39 +10:00
sveltelib expose require() instead of the svelte global 2021-08-24 10:22:07 +10:00
.eslintrc.js remove nested terneries and enable lint 2021-04-23 13:00:18 +10:00
.gitignore Update eslint to 4.22.0 2021-04-22 19:19:39 +02:00
.prettierignore run prettier on some sass files 2021-04-14 18:22:33 +10:00
.prettierrc
BUILD.bazel add workaround for protobufjs requiring uppercase package names 2021-07-10 15:24:01 +10:00
compile_sass.bzl Directly include CSS from bootstrap and codemirror packages 2021-09-02 23:37:16 +02:00
copy.bzl include sourcemaps for pages/* in dev builds 2021-04-20 17:33:46 +10:00
esbuild.bzl move esbuild into separate repo 2021-04-15 10:53:49 +10:00
eslint.bzl
format.sh
images.d.ts
jest.bzl support jsdom tests 2021-06-19 09:43:09 +10:00
jest.config.js
licenses.json update ts deps 2021-09-22 23:21:39 +10:00
package.json update ts deps 2021-09-22 23:21:39 +10:00
prettier.bzl
protobuf-no-long.js add a hack to avoid Long.js in Jest tests 2021-04-17 17:05:48 +10:00
protobuf.bzl
README.md
sql_format.bzl
sql_format.ts fix case of fields table 2021-09-07 10:22:22 +10:00
tsconfig.json Introduce editable module 2021-09-15 13:32:30 +02:00
update-licenses.sh
update.sh
vendor.bzl add workaround for protobufjs requiring uppercase package names 2021-07-10 15:24:01 +10:00
yarn.lock update ts deps 2021-09-22 23:21:39 +10:00
yarn.sh

Anki's TypeScript and Sass dependencies. Some TS/JS code is also stored separately in ../qt/aqt/data/web/.

To update all dependencies:

./update.sh

To add a new dev dependency, use something like:

./add.sh -D @rollup/plugin-alias