Skip to content

Commit

Permalink
type=module
Browse files Browse the repository at this point in the history
Update embroider deps

Upgrade stuff

Fix type

Update lockfile

Lockfile

Remove importSync to demonstrate 'fix' for embroider-build/embroider#1672

Wip

Use unstable

eh
  • Loading branch information
NullVoxPopuli committed Dec 13, 2023
1 parent dafe7db commit eb2b712
Show file tree
Hide file tree
Showing 7 changed files with 181 additions and 420 deletions.
9 changes: 6 additions & 3 deletions ember-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"sideEffects": [
"*.css"
],
"type": "module",
"keywords": [
"ember-addon"
],
Expand Down Expand Up @@ -93,7 +94,8 @@
"rollup": "~4.7.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-glimmer-template-tag": "^0.4.1",
"typescript": "^5.3.2"
"typescript": "^5.3.2",
"@embroider/macros": "1.13.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -139,7 +141,8 @@
"types": "./dist-types/test-support/index.d.ts",
"default": "./dist/test-support/index.js"
},
"./addon-main": "./addon-main.cjs"
"./addon-main.js": "./addon-main.cjs",
"./violations.css": "./dist/components/violations.css"
},
"typesVersions": {
"*": {
Expand Down Expand Up @@ -172,4 +175,4 @@
"optional": true
}
}
}
}
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,20 @@
"@glimmer/interfaces": "^0.84.2",
"ember-async-data": "1.0.1",
"ember-compatibility-helpers": "1.2.7",
"ember-cli-babel": "^8.2.0"
"ember-cli-babel": "^8.2.0",
"@embroider/webpack": "3.2.2-unstable.5010f91",
"@embroider/vite": "0.2.1-unstable.5010f91",
"@embroider/util": "1.12.2-unstable.5010f91",
"@embroider/test-setup": "3.0.4-unstable.5010f91",
"@embroider/shared-internals": "2.5.2-unstable.5010f91",
"@embroider/router": "2.1.7-unstable.5010f91",
"@embroider/reverse-exports": "0.1.1-unstable.5010f91",
"@embroider/macros": "1.13.4-unstable.5010f91",
"@embroider/hbs-loader": "3.0.4-unstable.5010f91",
"@embroider/core": "3.4.3-unstable.5010f91",
"@embroider/compat": "3.4.1-unstable.5010f91",
"@embroider/addon-shim": "1.8.8-unstable.5010f91",
"@embroider/addon-dev": "4.1.3-unstable.5010f91"
},
"patchedDependencies": {
"ember-headless-form@1.0.0-beta.3": "patches/ember-headless-form@1.0.0-beta.3.patch"
Expand Down Expand Up @@ -71,4 +84,4 @@
]
}
}
}
}
Loading

0 comments on commit eb2b712

Please sign in to comment.