@transferwise/components 46.115.0 → 46.115.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.
- package/package.json +3 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "46.115.
|
|
3
|
+
"version": "46.115.1",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -83,10 +83,9 @@
|
|
|
83
83
|
"storybook": "^9.1.3",
|
|
84
84
|
"storybook-addon-tag-badges": "^2.0.2",
|
|
85
85
|
"storybook-addon-test-codegen": "^2.0.1",
|
|
86
|
-
"framer-motion": "^12.23.22",
|
|
87
86
|
"@transferwise/less-config": "3.1.2",
|
|
88
87
|
"@transferwise/neptune-css": "14.25.2",
|
|
89
|
-
"@wise/components-theming": "1.
|
|
88
|
+
"@wise/components-theming": "1.8.0",
|
|
90
89
|
"@wise/wds-configs": "0.0.0"
|
|
91
90
|
},
|
|
92
91
|
"peerDependencies": {
|
|
@@ -99,11 +98,6 @@
|
|
|
99
98
|
"react-intl": "^5.10.0 || ^6 || ^7",
|
|
100
99
|
"framer-motion": "^12.23.22"
|
|
101
100
|
},
|
|
102
|
-
"peerDependenciesMeta": {
|
|
103
|
-
"framer-motion": {
|
|
104
|
-
"optional": true
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
101
|
"dependencies": {
|
|
108
102
|
"@babel/runtime": "^7.28.3",
|
|
109
103
|
"@floating-ui/react": "^0.27.16",
|
|
@@ -117,6 +111,7 @@
|
|
|
117
111
|
"clsx": "^2.1.1",
|
|
118
112
|
"commonmark": "^0.31.2",
|
|
119
113
|
"core-js": "^3.45.1",
|
|
114
|
+
"framer-motion": "^12.23.22",
|
|
120
115
|
"lodash.clamp": "^4.0.3",
|
|
121
116
|
"lodash.debounce": "^4.0.8",
|
|
122
117
|
"merge-props": "^6.0.0",
|