Skip to content

Commit 152f254

Browse files
Merge pull request #1476 from emberjs/no-shared-lockfile
Don't use a shared lockfile
2 parents c9f13a3 + 1d21e97 commit 152f254

File tree

7 files changed

+33861
-16312
lines changed

7 files changed

+33861
-16312
lines changed

.npmrc

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ auto-install-peers=false
66

77
# we never want to use packages from the registry over what's in the workspace
88
prefer-workspaces-packages=true
9+
10+
# default is true, we do this to try to have more isolation
11+
# since we test with incompatible sets of TS types.
12+
shared-workspace-lockfile=false

addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@glint/template": "^1.4.0",
6464
"@tsconfig/ember": "^3.0.8",
6565
"@types/jquery": "^3.5.16",
66-
"@types/rsvp": "^4.0.4",
66+
"@types/rsvp": "^4.0.9",
6767
"@typescript-eslint/eslint-plugin": "^5.59.9",
6868
"@typescript-eslint/parser": "^4.33.0",
6969
"broccoli-babel-preset-typescript": "^1.0.1",

0 commit comments

Comments
 (0)