diff --git a/community/@atlaskit__textarea/package.json b/community/@atlaskit__textarea/package.json
index f5618f833..2a29c7ee0 100644
--- a/community/@atlaskit__textarea/package.json
+++ b/community/@atlaskit__textarea/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@hypermod/utils": "^0.5.0",
- "jscodeshift": "^0.13.1"
+ "jscodeshift": "^17.1.2"
},
"devDependencies": {
"@hypermod/cli": "^0.24.0",
diff --git a/community/@atlaskit__textfield/package.json b/community/@atlaskit__textfield/package.json
index 49ec00558..09a1771b1 100644
--- a/community/@atlaskit__textfield/package.json
+++ b/community/@atlaskit__textfield/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@hypermod/utils": "^0.5.0",
- "jscodeshift": "^0.13.1"
+ "jscodeshift": "^17.1.2"
},
"devDependencies": {
"@hypermod/cli": "^0.24.0",
diff --git a/community/@atlaskit__textfield/src/5.0.0/__tests__/remove-prop.spec.ts b/community/@atlaskit__textfield/src/5.0.0/__tests__/remove-prop.spec.ts
index c50e6a118..30eae82ed 100644
--- a/community/@atlaskit__textfield/src/5.0.0/__tests__/remove-prop.spec.ts
+++ b/community/@atlaskit__textfield/src/5.0.0/__tests__/remove-prop.spec.ts
@@ -47,7 +47,7 @@ describe('Remove prop', () => {
import customeTheme from './theme';
const SimpleTextfield = () => {
- return
;
+ return (
);
}"
`);
});
@@ -83,7 +83,7 @@ describe('Remove prop', () => {
import customeTheme from './theme';
const SimpleTextfield = () => {
- return
;
+ return (
);
}"
`);
});
@@ -121,11 +121,11 @@ describe('Remove prop', () => {
of the \`theme\` prop. The appearance of TextField will have likely changed.
*/ import React from 'react'; import Textfield from '@atlaskit/textfield';
import customeTheme from './theme'; const SimpleTextfield = () => { return
- (
+ ( (
-
); }
+
) ); }
`);
});
@@ -160,7 +160,7 @@ describe('Remove prop', () => {
import customeTheme from './theme';
const SimpleTextfield = () => {
- return