@ilo-org/react 0.10.1 → 0.10.2

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/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ilo-org/react
2
2
 
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 18dd9ea7c: Bump vite from 4.3.9 to 4.5.2
8
+
3
9
  ## 0.10.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilo-org/react",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "React components for the ILO's Design System",
5
5
  "keywords": [
6
6
  "ui_patterns",
@@ -130,10 +130,10 @@
130
130
  "ts-dedent": "^2.2.0",
131
131
  "ts-jest": "^29.1.1",
132
132
  "tslib": "^2.3.1",
133
- "vite": "^4.3.9",
133
+ "vite": "^4.5.2",
134
134
  "@ilo-org/eslint-config": "0.1.0",
135
- "@ilo-org/prettier-config": "0.0.2",
136
- "@ilo-org/typescript-config": "0.0.1"
135
+ "@ilo-org/typescript-config": "0.0.1",
136
+ "@ilo-org/prettier-config": "0.0.2"
137
137
  },
138
138
  "peerDependencies": {
139
139
  "react": ">16",