Skip to content

Commit 450f894

Browse files
committed
fix: bring back workspace access for @native-html/plugins-core
1 parent c079d40 commit 450f894

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

packages/table-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"@formidable-webview/webshell": "2.6.0",
67-
"@native-html/plugins-core": "file:../plugins-core",
67+
"@native-html/plugins-core": "workspace:*",
6868
"@types/prop-types": "^15.7.15",
6969
"prop-types": "^15.8.1"
7070
},

yarn.lock

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,18 +3315,6 @@ __metadata:
33153315
languageName: unknown
33163316
linkType: soft
33173317

3318-
"@native-html/plugins-core@file:../plugins-core::locator=%40native-html%2Ftable-plugin%40workspace%3Apackages%2Ftable-plugin":
3319-
version: 1.3.0
3320-
resolution: "@native-html/plugins-core@file:../plugins-core#../plugins-core::hash=6d4c6b&locator=%40native-html%2Ftable-plugin%40workspace%3Apackages%2Ftable-plugin"
3321-
peerDependencies:
3322-
"@formidable-webview/webshell": ^2.3.0
3323-
"@native-html/render": ">=1.0.0-alpha.0"
3324-
react: ">= 16.8.0"
3325-
react-native: ">= 0.63.0"
3326-
checksum: 10c0/22731d5e964d282affac3761ab96b19dac0f1c4a34379fbf0be193728953f99f8a3dbca0ac3bd76e20d48381734b5ac1c90c2c0ffc8e0702def90745b683c002
3327-
languageName: node
3328-
linkType: hard
3329-
33303318
"@native-html/plugins-core@workspace:*, @native-html/plugins-core@workspace:packages/plugins-core":
33313319
version: 0.0.0-use.local
33323320
resolution: "@native-html/plugins-core@workspace:packages/plugins-core"
@@ -3398,7 +3386,7 @@ __metadata:
33983386
"@formidable-webview/webshell": "npm:2.6.0"
33993387
"@microsoft/api-documenter": "npm:^7.29.6"
34003388
"@microsoft/api-extractor": "npm:7.57.6"
3401-
"@native-html/plugins-core": "file:../plugins-core"
3389+
"@native-html/plugins-core": "workspace:*"
34023390
"@native-html/render": "npm:1.0.0-alpha.0"
34033391
"@testing-library/react-native": "npm:^13.3.3"
34043392
"@tsconfig/react-native": "npm:^3.0.9"

0 commit comments

Comments
 (0)