@transferwise/components 41.1.3 → 41.1.4

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 +8 -0
  2. package/package.json +12 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [41.1.4](https://github.com/transferwise/neptune-web/compare/@transferwise/components@41.1.3...@transferwise/components@41.1.4) (2022-08-30)
7
+
8
+ **Note:** Version bump only for package @transferwise/components
9
+
10
+
11
+
12
+
13
+
6
14
  ## [41.1.3](https://github.com/transferwise/neptune-web/compare/@transferwise/components@41.1.2...@transferwise/components@41.1.3) (2022-08-26)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "41.1.3",
3
+ "version": "41.1.4",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/umd/polyfill/main.js",
@@ -78,10 +78,18 @@
78
78
  "@transferwise/neptune-css": "^12",
79
79
  "currency-flags": "^2.1.1",
80
80
  "prop-types": "^15.7.2",
81
- "react": "^16.14 || ^17",
82
- "react-dom": "^16.14 || ^17",
81
+ "react": ">=16.14",
82
+ "react-dom": ">=16.14",
83
83
  "react-intl": "^5.10.0 || ^6"
84
84
  },
85
+ "peerDependenciesMeta": {
86
+ "currency-flags": {
87
+ "optional": true
88
+ },
89
+ "prop-types": {
90
+ "optional": true
91
+ }
92
+ },
85
93
  "dependencies": {
86
94
  "@babel/runtime": "^7.18.3",
87
95
  "@formatjs/intl-locale": "^2.4.14",
@@ -113,5 +121,5 @@
113
121
  "**/chokidar/glob-parent": "5.1.2",
114
122
  "**/fast-glob/glob-parent": "5.1.2"
115
123
  },
116
- "gitHead": "4431db27cad1d8e5cda01f0bb318d4fcf842695c"
124
+ "gitHead": "904257dfecec1abf170e2a21197e985fec42d8c8"
117
125
  }