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

eh

lints

eh
  • Loading branch information
NullVoxPopuli committed Dec 13, 2023
1 parent dafe7db commit 4eb1ff2
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 426 deletions.
6 changes: 3 additions & 3 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.0",
"@ember/test-waiters": "^3.1.0",
"@embroider/compat": "3.4.0",
"@embroider/core": "3.4.2",
"@embroider/webpack": "3.2.1",
"@embroider/compat": "3.4.1-unstable.5010f91",
"@embroider/core": "3.4.3-unstable.5010f91",
"@embroider/webpack": "3.2.2-unstable.5010f91",
"@glimmer/compiler": "^0.85.12",
"@glimmer/component": "^1.1.2",
"@glimmer/syntax": "^0.85.12",
Expand Down
13 changes: 8 additions & 5 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 @@ -40,8 +41,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.4",
"@embroider/addon-shim": "^1.8.7",
"@embroider/macros": "1.13.3",
"@embroider/addon-shim": "1.8.8-unstable.5010f91",
"@embroider/macros": "1.13.4-unstable.5010f91",
"@floating-ui/dom": "^1.5.1",
"ember-element-helper": "^0.8.4",
"ember-velcro": "^2.1.3",
Expand All @@ -61,7 +62,7 @@
"@babel/preset-typescript": "^7.23.3",
"@ember/test-helpers": "^3.2.0",
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-dev": "4.1.2",
"@embroider/addon-dev": "4.1.3-unstable.5010f91",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.1.0",
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.4-unstable.5010f91"
},
"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
15 changes: 14 additions & 1 deletion 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": {
"[email protected]": "patches/[email protected]"
Expand Down
Loading

0 comments on commit 4eb1ff2

Please sign in to comment.