qti3-item-player-vue3 0.1.5 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +51 -23
- package/dist/qti3-item-player-vue3.js +15938 -15676
- package/dist/qti3-item-player-vue3.umd.cjs +84 -76
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "qti3-item-player-vue3",
|
3
|
-
"version": "0.1
|
3
|
+
"version": "0.2.1",
|
4
4
|
"description": "QTI 3 Item Player implemented with Vue 3",
|
5
5
|
"author": {
|
6
6
|
"name": "Paul Grudnitski",
|
@@ -36,10 +36,10 @@
|
|
36
36
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"axios": "^1.7.
|
39
|
+
"axios": "^1.7.7",
|
40
40
|
"bignumber.js": "^9.1.2",
|
41
41
|
"fast-printf": "^1.6.9",
|
42
|
-
"quill": "^
|
42
|
+
"quill": "^2.0.2",
|
43
43
|
"sortablejs": "^1.15.2",
|
44
44
|
"sweetalert2": "^11.6.13",
|
45
45
|
"tippy.js": "^6.3.7",
|