@proprioo/salatim 33.2.0 → 33.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ **33.2.1**
4
+
5
+ * Fix: use hokkaido 11.0.1 with yup 1.3.2 as peer dependency
6
+
3
7
  **33.2.0**
4
8
 
5
9
  * Chore: use hokkaido 11.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proprioo/salatim",
3
- "version": "33.2.0",
3
+ "version": "33.2.1",
4
4
  "description": "Proprioo component library",
5
5
  "keywords": [
6
6
  "components",
@@ -42,7 +42,7 @@
42
42
  "@commitlint/cli": "^17.8.1",
43
43
  "@commitlint/config-conventional": "^17.8.1",
44
44
  "@popperjs/core": "^2.11.8",
45
- "@proprioo/hokkaido": "^11.0.0",
45
+ "@proprioo/hokkaido": "^11.0.1",
46
46
  "@rollup/plugin-commonjs": "^25.0.7",
47
47
  "@rollup/plugin-json": "^6.0.1",
48
48
  "@rollup/plugin-node-resolve": "^15.2.3",
@@ -111,12 +111,12 @@
111
111
  "yup": "^1.3.2"
112
112
  },
113
113
  "peerDependencies": {
114
- "@proprioo/hokkaido": "^8.2.0",
114
+ "@proprioo/hokkaido": "^11.0.1",
115
115
  "date-fns": "^2.30.0",
116
116
  "polished": "^4.2.2",
117
117
  "react": "^18.2.0",
118
118
  "react-dom": "^18.2.0",
119
119
  "styled-components": "^5.3.11",
120
- "yup": "^1.2.0"
120
+ "yup": "^1.3.2"
121
121
  }
122
122
  }