Skip to content

Commit f6eb069

Browse files
committed
update a whole lot of other stuff
1 parent 7832173 commit f6eb069

File tree

88 files changed

+400
-203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+400
-203
lines changed

apps/E2E/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"appium-uiautomator2-driver": "^3.0.5",
5252
"appium-windows-driver": "^2.12.18",
5353
"appium-xcuitest-driver": "^7.9.1",
54+
"just-scripts": "^2.3.2",
5455
"metro-config": "^0.80.0",
5556
"rimraf": "^5.0.1",
56-
"ts-node": "^10.7.0",
5757
"typescript": "4.9.4",
5858
"webdriverio": "^8.40.0"
5959
},

apps/component-generator/component-templates/ComponentTemplate/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
},
2525
"dependencies": {},
2626
"devDependencies": {
27+
"@babel/core": "^7.8.0",
28+
"just-scripts": "^2.3.2",
2729
"@fluentui-react-native/eslint-config-rules": "workspace:*",
2830
"@fluentui-react-native/test-tools": "workspace:*",
2931
"@fluentui-react-native/scripts": "workspace:*",

apps/fluent-tester/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"@wdio/globals": "^8.40.0",
111111
"@wdio/jasmine-framework": "^8.40.0",
112112
"flow-bin": "^0.113.0",
113+
"just-scripts": "^2.3.2",
113114
"metro-config": "^0.80.0",
114115
"react-native-svg-transformer": "^1.0.0",
115116
"react-native-test-app": "^3.4.7",

apps/win32/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"tslib": "^2.3.1"
3838
},
3939
"devDependencies": {
40+
"@babel/core": "^7.8.0",
4041
"@fluentui-react-native/eslint-config-rules": "workspace:*",
4142
"@fluentui-react-native/scripts": "workspace:*",
4243
"@office-iss/react-native-win32": "^0.73.0",
@@ -47,11 +48,11 @@
4748
"@rnx-kit/cli": "^0.16.2",
4849
"@rnx-kit/metro-config": "^1.3.1",
4950
"@types/react": "^18.2.0",
51+
"just-scripts": "^2.3.2",
5052
"metro-config": "^0.80.0",
5153
"react-native-svg-transformer": "^1.0.0",
5254
"react-test-renderer": "18.2.0",
5355
"rimraf": "^5.0.1",
54-
"ts-node": "^10.7.0",
5556
"typescript": "4.9.4"
5657
},
5758
"jest": {

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@
4747
"beachball": "^2.20.0",
4848
"eslint": "^8.0.0",
4949
"eslint-plugin-import": "^2.27.5",
50+
"just-scripts": "^2.3.2",
5051
"lage": "^2.0.0",
5152
"markdown-link-check": "^3.8.7",
5253
"react": "18.2.0",
53-
"react-dom": "^18.2.0",
5454
"react-native": "^0.73.0"
5555
},
5656
"peerDependencies": {
5757
"react": "18.2.0",
58-
"react-dom": "^18.2.0",
5958
"react-native": "^0.73.0"
6059
},
6160
"workspaces": [
@@ -86,8 +85,7 @@
8685
],
8786
"capabilities": [
8887
"babel-preset-react-native",
89-
"core",
90-
"react-dom"
88+
"core"
9189
]
9290
}
9391
},

packages/codemods/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"@fluentui-react-native/eslint-config-rules": "workspace:*",
3737
"@fluentui-react-native/scripts": "workspace:*",
3838
"@fluentui-react-native/test-tools": "workspace:*",
39-
"@types/jscodeshift": "^0.11.11"
39+
"@types/jscodeshift": "^0.11.11",
40+
"just-scripts": "^2.3.2"
4041
},
4142
"depcheck": {
4243
"ignoreMatches": [

packages/components/Avatar/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@
3939
"@fluentui-react-native/use-styling": "workspace:*"
4040
},
4141
"devDependencies": {
42+
"@babel/core": "^7.8.0",
4243
"@fluentui-react-native/eslint-config-rules": "workspace:*",
4344
"@fluentui-react-native/scripts": "workspace:*",
4445
"@office-iss/react-native-win32": "^0.73.0",
4546
"@react-native/babel-preset": "^0.73.0",
4647
"@react-native/metro-config": "^0.73.0",
48+
"just-scripts": "^2.3.2",
4749
"react": "18.2.0",
4850
"react-native": "^0.73.0",
4951
"react-native-svg": "^14.0.0"

packages/components/Badge/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@
3636
"@fluentui-react-native/use-styling": "workspace:*"
3737
},
3838
"devDependencies": {
39+
"@babel/core": "^7.8.0",
3940
"@fluentui-react-native/eslint-config-rules": "workspace:*",
4041
"@fluentui-react-native/scripts": "workspace:*",
4142
"@fluentui-react-native/test-tools": "workspace:*",
4243
"@office-iss/react-native-win32": "^0.73.0",
4344
"@react-native/babel-preset": "^0.73.0",
4445
"@react-native/metro-config": "^0.73.0",
46+
"just-scripts": "^2.3.2",
4547
"react": "18.2.0",
4648
"react-native": "^0.73.0",
4749
"react-native-svg": "^14.0.0"

packages/components/Button/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@
4646
"tslib": "^2.3.1"
4747
},
4848
"devDependencies": {
49+
"@babel/core": "^7.8.0",
4950
"@fluentui-react-native/eslint-config-rules": "workspace:*",
5051
"@fluentui-react-native/scripts": "workspace:*",
5152
"@fluentui-react-native/test-tools": "workspace:*",
5253
"@office-iss/react-native-win32": "^0.73.0",
5354
"@react-native/babel-preset": "^0.73.0",
5455
"@react-native/metro-config": "^0.73.0",
56+
"just-scripts": "^2.3.2",
5557
"react": "18.2.0",
5658
"react-native": "^0.73.0"
5759
},

packages/components/Callout/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@
3636
"@uifabricshared/foundation-settings": "workspace:*"
3737
},
3838
"devDependencies": {
39+
"@babel/core": "^7.8.0",
3940
"@fluentui-react-native/eslint-config-rules": "workspace:*",
4041
"@fluentui-react-native/scripts": "workspace:*",
4142
"@office-iss/react-native-win32": "^0.73.0",
4243
"@react-native/babel-preset": "^0.73.0",
4344
"@react-native/metro-config": "^0.73.0",
45+
"just-scripts": "^2.3.2",
4446
"react": "18.2.0",
4547
"react-native": "^0.73.0"
4648
},

0 commit comments

Comments
 (0)