@saooti/octopus-sdk 29.0.32 → 29.0.33

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -499,4 +499,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
499
499
  * 29.0.30 Amélioration Popover
500
500
  * 29.0.31 Pb CSS
501
501
  * 29.0.32 PB CSS
502
+ * 29.0.33 Webpack version
502
503
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "29.0.32",
3
+ "version": "29.0.33",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -39,7 +39,7 @@
39
39
  "vue-router": "^4.0.12",
40
40
  "vue3-swatches": "^1.0.5",
41
41
  "vuex": "^4.0.2",
42
- "webpack": "^5.62.1"
42
+ "webpack": "^5.66.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/bootstrap": "^5.1.6",