Skip to content

Commit

Permalink
bugfix: Installed @embroider/[email protected] to all…
Browse files Browse the repository at this point in the history
…ow nesting v2 addons
  • Loading branch information
ijlee2 committed May 9, 2023
1 parent 0003cd1 commit d6d828d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/sample-v2-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"test": "echo 'A v2 addon does not have tests, run tests in tests/sample-v2-addon'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.4",
"@embroider/addon-shim": "1.8.5-unstable.f004d11",
"embroider-css-modules": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embroider-css-modules-temporary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"test": "echo 'A v2 addon does not have tests, run tests in tests/embroider-css-modules-temporary'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.4",
"@embroider/addon-shim": "1.8.5-unstable.f004d11",
"embroider-css-modules": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embroider-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"test": "echo 'A v2 addon does not have tests, run tests in tests/embroider-css-modules'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.4"
"@embroider/addon-shim": "1.8.5-unstable.f004d11"
},
"devDependencies": {
"@babel/core": "^7.21.5",
Expand Down
39 changes: 33 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6d828d

Please sign in to comment.