@yahoo/uds 2.4.0 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/cli/bin/uds-darwin-arm64-baseline +0 -0
- package/cli/bin/uds-linux-arm64 +0 -0
- package/cli/bin/uds-linux-x64-baseline +0 -0
- package/cli/codemods/addCommentAboveComponents.ts +147 -0
- package/cli/commands/codemod/buttonType.ts +20 -0
- package/dist/client/index.cjs +1 -1
- package/dist/client/index.js +2 -2
- package/dist/metafile-cjs.json +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yahoo/uds",
|
3
3
|
"description": "Yahoo Universal System",
|
4
|
-
"version": "2.4.
|
4
|
+
"version": "2.4.1",
|
5
5
|
"type": "module",
|
6
6
|
"bin": {
|
7
7
|
"uds": "./cli/uds-cli"
|
@@ -157,7 +157,7 @@
|
|
157
157
|
"clsx": "^2.1.1",
|
158
158
|
"imurmurhash": "^0.1.4",
|
159
159
|
"lodash-es": "^4.17.21",
|
160
|
-
"motion": "^
|
160
|
+
"motion": "^12.0.1",
|
161
161
|
"prompts": "^2.4.2",
|
162
162
|
"react-toastify": "^11.0.2",
|
163
163
|
"semver": "^7.6.3",
|
@@ -169,7 +169,7 @@
|
|
169
169
|
"devDependencies": {
|
170
170
|
"@fullhuman/postcss-purgecss": "^7.0.0",
|
171
171
|
"@next/env": "^14.2.15",
|
172
|
-
"@types/bun": "1.1.
|
172
|
+
"@types/bun": "^1.1.17",
|
173
173
|
"@types/imurmurhash": "^0.1.4",
|
174
174
|
"@types/prompts": "^2.4.9",
|
175
175
|
"@types/react": "^18.3.11",
|