Skip to content

Commit 1903268

Browse files
authored
fix: Fix dependency installation process for pnpm
fix: Fix dependency installation process for pnpm
2 parents 34e2535 + 9651b09 commit 1903268

File tree

515 files changed

+5455
-3634
lines changed

Some content is hidden

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

515 files changed

+5455
-3634
lines changed

games/integration/default.project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"name": "NevermoreIntegrationTest",
3-
"globIgnorePaths": [ "**/.package-lock.json" ],
3+
"globIgnorePaths": [
4+
"**/.package-lock.json",
5+
"**/.pnpm",
6+
"**/.pnpm-workspace-state-v1.json",
7+
"**/.modules.yaml",
8+
"**/.ignored",
9+
"**/.ignored_*"
10+
],
411
"tree": {
512
"$className": "DataModel",
613
"ServerScriptService": {

plugins/preview-plugin/default.project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"name": "preview-plugin",
3-
"globIgnorePaths": [ "**/.package-lock.json" ],
3+
"globIgnorePaths": [
4+
"**/.package-lock.json",
5+
"**/.pnpm",
6+
"**/.pnpm-workspace-state-v1.json",
7+
"**/.modules.yaml",
8+
"**/.ignored",
9+
"**/.ignored_*"
10+
],
411
"tree": {
512
"$path": "src"
613
}

plugins/preview-plugin/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"access": "public"
3232
},
3333
"dependencies": {
34-
"@quenty/baseobject": "file:../../src/baseobject",
35-
"@quenty/basicpane": "file:../../src/basicpane",
36-
"@quenty/blend": "file:../../src/blend",
37-
"@quenty/loader": "file:../../src/loader",
38-
"@quenty/maid": "file:../../src/maid",
39-
"@quenty/rx": "file:../../src/rx",
40-
"@quenty/servicebag": "file:../../src/servicebag"
34+
"@quenty/baseobject": "workspace:*",
35+
"@quenty/basicpane": "workspace:*",
36+
"@quenty/blend": "workspace:*",
37+
"@quenty/loader": "workspace:*",
38+
"@quenty/maid": "workspace:*",
39+
"@quenty/rx": "workspace:*",
40+
"@quenty/servicebag": "workspace:*"
4141
}
4242
}

plugins/preview-plugin/test/default.project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"name": "QuentyPreviewPlugin",
3-
"globIgnorePaths": [ "**/.package-lock.json" ],
3+
"globIgnorePaths": [
4+
"**/.package-lock.json",
5+
"**/.pnpm",
6+
"**/.pnpm-workspace-state-v1.json",
7+
"**/.modules.yaml",
8+
"**/.ignored",
9+
"**/.ignored_*"
10+
],
411
"tree": {
512
"$className": "DataModel",
613
"ServerScriptService": {

plugins/ui-converter-plugin/default.project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"name": "ui-converter-plugin",
3-
"globIgnorePaths": [ "**/.package-lock.json" ],
3+
"globIgnorePaths": [
4+
"**/.package-lock.json",
5+
"**/.pnpm",
6+
"**/.pnpm-workspace-state-v1.json",
7+
"**/.modules.yaml",
8+
"**/.ignored",
9+
"**/.ignored_*"
10+
],
411
"tree": {
512
"$path": "src"
613
}

plugins/ui-converter-plugin/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
"dependencies": {
3333
"@boatbomber/highlighter": "github:Quenty/Highlighter",
3434
"@elttob/fusion": "github:Quenty/Fusion",
35-
"@quenty/baseobject": "file:../../src/baseobject",
36-
"@quenty/basicpane": "file:../../src/basicpane",
37-
"@quenty/blend": "file:../../src/blend",
38-
"@quenty/collectionserviceutils": "file:../../src/collectionserviceutils",
39-
"@quenty/color3utils": "file:../../src/color3utils",
40-
"@quenty/instanceutils": "file:../../src/instanceutils",
41-
"@quenty/loader": "file:../../src/loader",
42-
"@quenty/maid": "file:../../src/maid",
43-
"@quenty/math": "file:../../src/math",
44-
"@quenty/promise": "file:../../src/promise",
45-
"@quenty/roblox-api-dump": "file:../../src/roblox-api-dump",
46-
"@quenty/rx": "file:../../src/rx",
47-
"@quenty/servicebag": "file:../../src/servicebag",
48-
"@quenty/signal": "file:../../src/signal",
49-
"@quenty/string": "file:../../src/string",
50-
"@quenty/valueobject": "file:../../src/valueobject",
51-
"@quenty/viewport": "file:../../src/viewport"
35+
"@quenty/baseobject": "workspace:*",
36+
"@quenty/basicpane": "workspace:*",
37+
"@quenty/blend": "workspace:*",
38+
"@quenty/collectionserviceutils": "workspace:*",
39+
"@quenty/color3utils": "workspace:*",
40+
"@quenty/instanceutils": "workspace:*",
41+
"@quenty/loader": "workspace:*",
42+
"@quenty/maid": "workspace:*",
43+
"@quenty/math": "workspace:*",
44+
"@quenty/promise": "workspace:*",
45+
"@quenty/roblox-api-dump": "workspace:*",
46+
"@quenty/rx": "workspace:*",
47+
"@quenty/servicebag": "workspace:*",
48+
"@quenty/signal": "workspace:*",
49+
"@quenty/string": "workspace:*",
50+
"@quenty/valueobject": "workspace:*",
51+
"@quenty/viewport": "workspace:*"
5252
}
5353
}

plugins/ui-converter-plugin/test/default.project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"name": "QuentyUIConverterPlugin",
3-
"globIgnorePaths": [ "**/.package-lock.json" ],
3+
"globIgnorePaths": [
4+
"**/.package-lock.json",
5+
"**/.pnpm",
6+
"**/.pnpm-workspace-state-v1.json",
7+
"**/.modules.yaml",
8+
"**/.ignored",
9+
"**/.ignored_*"
10+
],
411
"tree": {
512
"$className": "DataModel",
613
"ServerScriptService": {

0 commit comments

Comments
 (0)