@razorpay/blade 8.9.0 → 8.10.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@razorpay/blade",
3
3
  "description": "The Design System that powers Razorpay",
4
- "version": "8.9.0",
4
+ "version": "8.10.0",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"
@@ -103,7 +103,8 @@
103
103
  "watch:test:react-native": "yarn test:react-native --watch --onlyChanged",
104
104
  "chromatic": "npx chromatic",
105
105
  "publish-npm": "node ./scripts/publishToNpm.js",
106
- "generate-github-npmrc": "node ./scripts/generateGitHubRegistryNpmrc.js"
106
+ "generate-github-npmrc": "node ./scripts/generateGitHubRegistryNpmrc.js",
107
+ "postinstall": "patch-package"
107
108
  },
108
109
  "dependencies": {
109
110
  "@babel/runtime": "7.16.5",
@@ -207,7 +208,9 @@
207
208
  "style-dictionary": "3.7.1",
208
209
  "styled-components": "5.3.5",
209
210
  "tsconfig-paths-webpack-plugin": "3.5.2",
210
- "jsdom-testing-mocks": "1.9.0"
211
+ "jsdom-testing-mocks": "1.9.0",
212
+ "patch-package": "7.0.0",
213
+ "postinstall-postinstall": "2.1.0"
211
214
  },
212
215
  "peerDependencies": {
213
216
  "@gorhom/bottom-sheet": "^4",