@transferwise/components 0.0.0-experimental-b4a4a45 → 0.0.0-experimental-868a7b2
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 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-868a7b2",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -83,7 +83,6 @@
|
|
|
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
88
|
"@wise/components-theming": "1.7.1",
|
|
@@ -96,13 +95,7 @@
|
|
|
96
95
|
"@wise/components-theming": "^1.6.2",
|
|
97
96
|
"react": ">=18",
|
|
98
97
|
"react-dom": ">=18",
|
|
99
|
-
"react-intl": "^5.10.0 || ^6 || ^7"
|
|
100
|
-
"framer-motion": "^12.23.22"
|
|
101
|
-
},
|
|
102
|
-
"peerDependenciesMeta": {
|
|
103
|
-
"framer-motion": {
|
|
104
|
-
"optional": true
|
|
105
|
-
}
|
|
98
|
+
"react-intl": "^5.10.0 || ^6 || ^7"
|
|
106
99
|
},
|
|
107
100
|
"dependencies": {
|
|
108
101
|
"@babel/runtime": "^7.28.3",
|
|
@@ -117,6 +110,7 @@
|
|
|
117
110
|
"clsx": "^2.1.1",
|
|
118
111
|
"commonmark": "^0.31.2",
|
|
119
112
|
"core-js": "^3.45.1",
|
|
113
|
+
"framer-motion": "^12.23.22",
|
|
120
114
|
"lodash.clamp": "^4.0.3",
|
|
121
115
|
"lodash.debounce": "^4.0.8",
|
|
122
116
|
"merge-props": "^6.0.0",
|