@saooti/octopus-sdk 31.0.12 → 31.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -587,3 +587,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
587
587
  * 31.0.10 Sécurisation
588
588
  * 31.0.11 Sécurisation
589
589
  * 31.0.12 Commentaires Events
590
+ * 31.0.13 Update/delete Libraries
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.12",
3
+ "version": "31.0.13",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -14,51 +14,45 @@
14
14
  },
15
15
  "main": "./dist/octopus.common.js",
16
16
  "dependencies": {
17
- "@popperjs/core": "^2.11.0",
18
17
  "@saooti/octopus-api": "^0.31.2",
19
- "@vue/cli": "^5.0.0-rc.1",
20
- "@vue/compat": "^3.2.26",
18
+ "@vue/cli": "^5.0.4",
19
+ "@vue/compat": "^3.2.31",
21
20
  "axios": "^0.24.0",
22
21
  "bootstrap": "^5.1.3",
23
- "core-js": "^3.19.01",
24
- "hls.js": "^1.0.12",
25
- "humanize-duration": "^3.27.0",
26
- "jquery": "^3.6.0",
27
- "luxon": "^2.1.0",
28
- "moment": "^2.29.1",
22
+ "core-js": "^3.21.1",
23
+ "hls.js": "^1.1.5",
24
+ "humanize-duration": "^3.27.1",
25
+ "jquery": "^3.5.14",
26
+ "moment": "^2.29.2",
29
27
  "moment-locales-webpack-plugin": "^1.2.0",
30
- "popper.js": "^1.16.1",
31
28
  "qrcode.vue": "^3.3.3",
32
- "sass": "^1.43.4",
33
- "sass-loader": "^12.3.0",
34
- "v-calendar": "^3.0.0-alpha.6",
35
- "vue": "^3.2.21",
36
- "vue-i18n": "^9.2.0-beta.17",
29
+ "sass": "^1.49.11",
30
+ "sass-loader": "^12.6.0",
31
+ "v-calendar": "^3.0.0-alpha.8",
32
+ "vue": "^3.2.31",
33
+ "vue-i18n": "^9.2.0-beta.34",
37
34
  "vue-multiselect": "^3.0.0-alpha.2",
38
35
  "vue-recaptcha-v3": "^2.0.1",
39
- "vue-router": "^4.0.12",
36
+ "vue-router": "^4.0.14",
40
37
  "vue3-lazyload": "^0.2.5-beta",
41
- "vue3-swatches": "^1.0.5",
38
+ "vue3-swatches": "^1.0.7",
42
39
  "vuex": "^4.0.2",
43
- "webpack": "^5.66.0"
40
+ "webpack": "^5.71.0"
44
41
  },
45
42
  "devDependencies": {
46
43
  "@types/bootstrap": "^5.1.8",
47
- "@types/hls.js": "^1.0.0",
48
- "@types/jquery": "^3.5.11",
49
- "@types/vue-datetime": "^1.0.1",
50
- "@typescript-eslint/eslint-plugin": "^5.8.1",
51
- "@typescript-eslint/parser": "^5.8.1",
52
- "@vue/cli-plugin-babel": "^5.0.0-rc.1",
53
- "@vue/cli-plugin-eslint": "^5.0.0-rc.1",
54
- "@vue/cli-plugin-typescript": "^5.0.0-rc.1",
55
- "@vue/cli-service": "^5.0.0-rc.1",
56
- "@vue/compiler-sfc": "^3.2.26",
44
+ "@types/jquery": "^3.5.14",
45
+ "@typescript-eslint/eslint-plugin": "^5.17.0",
46
+ "@typescript-eslint/parser": "^5.17.0",
47
+ "@vue/cli-plugin-babel": "^5.0.4",
48
+ "@vue/cli-plugin-eslint": "^5.0.4",
49
+ "@vue/cli-plugin-typescript": "^5.0.4",
50
+ "@vue/cli-service": "^5.0.4",
51
+ "@vue/compiler-sfc": "^3.2.31",
57
52
  "@vue/eslint-config-typescript": "^8.0.0",
58
- "babel-eslint": "^10.1.0",
59
- "eslint": "^8.2.0",
53
+ "eslint": "^8.12.0",
60
54
  "eslint-plugin-vue": "^7.20.0",
61
- "typescript": "^4.5.4"
55
+ "typescript": "^4.6.3"
62
56
  },
63
57
  "eslintConfig": {
64
58
  "parser": "vue-eslint-parser",
@@ -18,7 +18,7 @@
18
18
  frameborder="0"
19
19
  :width="iFrameWidth"
20
20
  :height="iFrameHeight"
21
- class="max-iframe"
21
+ class="max-iframe my-2"
22
22
  />
23
23
  <div class="d-flex flex-column">
24
24
  <button
@@ -26,6 +26,7 @@
26
26
  </template>
27
27
 
28
28
  <script lang="ts">
29
+ // @ts-ignore
29
30
  import VSwatches from 'vue3-swatches';
30
31
  import { defineComponent } from 'vue';
31
32
  export default defineComponent({
@@ -91,6 +91,7 @@
91
91
  import ClassicCheckbox from '../../form/ClassicCheckbox.vue';
92
92
  import Snackbar from '../../misc/Snackbar.vue';
93
93
  import moment from 'moment';
94
+ // @ts-ignore
94
95
  import VSwatches from 'vue3-swatches';
95
96
  // @ts-ignore
96
97
  import humanizeDuration from 'humanize-duration';