@saooti/octopus-sdk 33.2.30 → 34.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "33.2.30",
3
+ "version": "34.0.1",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -18,40 +18,40 @@
18
18
  "dependencies": {
19
19
  "@saooti/octopus-api": "^0.33.0",
20
20
  "@vue/cli": "^5.0.8",
21
- "@vue/compat": "^3.2.37",
22
- "autoprefixer": "^10.4.8",
21
+ "@vue/compat": "^3.2.45",
22
+ "autoprefixer": "^10.4.13",
23
23
  "axios": "^0.24.0",
24
24
  "express": "^4.18.2",
25
- "hls.js": "^1.1.5",
25
+ "hls.js": "^1.2.9",
26
26
  "humanize-duration": "^3.27.2",
27
- "jest": "^29.1.2",
28
- "jquery": "^3.5.14",
27
+ "jest": "^29.3.1",
28
+ "jquery": "^3.6.1",
29
29
  "moment": "^2.29.4",
30
30
  "qrcode.vue": "^3.3.3",
31
- "sass": "^1.53.0",
32
- "sonarqube-scanner": "^2.8.2",
33
- "swiper": "^8.3.1",
31
+ "sass": "^1.56.2",
32
+ "sonarqube-scanner": "^2.9.1",
33
+ "swiper": "^8.4.5",
34
34
  "v-calendar": "^3.0.0-alpha.8",
35
- "vite": "^3.0.4",
36
- "vue": "^3.2.37",
37
- "vue-i18n": "^9.2.0-beta.40",
35
+ "vite": "^3.2.5",
36
+ "vue": "^3.2.45",
37
+ "vue-i18n": "^9.2.2",
38
38
  "vue-multiselect": "^3.0.0-alpha.2",
39
39
  "vue-recaptcha": "^2.0.3",
40
- "vue-router": "^4.1.2",
40
+ "vue-router": "^4.1.6",
41
41
  "vue3-lazyload": "^0.2.5-beta",
42
42
  "vue3-swatches": "^1.0.10",
43
- "vuex": "^4.0.2"
43
+ "vuex": "^4.1.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/jquery": "^3.5.14",
47
- "@typescript-eslint/eslint-plugin": "^5.30.7",
48
- "@typescript-eslint/parser": "^5.30.7",
49
- "@vitejs/plugin-vue": "^3.0.1",
50
- "@vue/compiler-sfc": "^3.2.31",
47
+ "@typescript-eslint/eslint-plugin": "^5.46.0",
48
+ "@typescript-eslint/parser": "^5.46.0",
49
+ "@vitejs/plugin-vue": "^3.2.0",
50
+ "@vue/compiler-sfc": "^3.2.45",
51
51
  "@vue/eslint-config-typescript": "^8.0.0",
52
- "eslint": "^8.20.0",
52
+ "eslint": "^8.29.0",
53
53
  "eslint-plugin-vue": "^7.17.0",
54
- "typescript": "^4.7.4"
54
+ "typescript": "^4.9.4"
55
55
  },
56
56
  "eslintConfig": {
57
57
  "parser": "vue-eslint-parser",
@@ -71,10 +71,10 @@
71
71
  :title="$t('More episodes of this emission')"
72
72
  :button-text="$t('All podcast emission button')"
73
73
  />
74
- <!-- <PodcastInlineList
74
+ <PodcastInlineList
75
75
  :podcast-id="podcastId"
76
76
  title="Les recommendations de Vincent !"
77
- /> -->
77
+ />
78
78
  <PodcastInlineList
79
79
  v-for="c in categories"
80
80
  :key="c.id"