vevet 3.16.0 → 3.17.0

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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- var version = '3.16.0';
3
+ var version = '3.17.0';
4
4
  exports.default = version;
5
5
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
- const version = '3.16.0';
1
+ const version = '3.17.0';
2
2
  export default version;
3
3
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
- declare const version = "3.16.0";
1
+ declare const version = "3.17.0";
2
2
  export default version;
3
3
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vevet",
3
- "version": "3.16.0",
3
+ "version": "3.17.0",
4
4
  "description": "Vevet - a JavaScript library of ready-made solutions and helpers",
5
5
  "scripts": {
6
6
  "storybook": "storybook dev -p 6006",
@@ -67,7 +67,7 @@
67
67
  "vevet-dom": "^0.0.15"
68
68
  },
69
69
  "devDependencies": {
70
- "@anton.bobrov/eslint-config": "2.0.0",
70
+ "@anton.bobrov/eslint-config": "2.0.1",
71
71
  "@babel/preset-env": "^7.22.10",
72
72
  "@babel/preset-react": "^7.18.6",
73
73
  "@babel/preset-typescript": "^7.22.5",
@@ -90,12 +90,12 @@
90
90
  "react": "^18.2.0",
91
91
  "react-dom": "^18.2.0",
92
92
  "rimraf": "^5.0.1",
93
- "sass": "~1.62.1",
93
+ "sass": "^1.77.8",
94
94
  "storybook": "^7.3.2",
95
95
  "stylelint": "^14.11.0",
96
96
  "stylelint-config-sass-guidelines": "^9.0.1",
97
97
  "tsc-alias": "^1.8.7",
98
98
  "typedoc": "^0.24.8",
99
- "typescript": "^5.1.6"
99
+ "typescript": "^5"
100
100
  }
101
101
  }
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- const version = '3.16.0';
1
+ const version = '3.17.0';
2
2
  export default version;