Skip to content

Commit

Permalink
Merge pull request #142 from universal-ember/update-ember-repl
Browse files Browse the repository at this point in the history
Upgrade ember-repl
  • Loading branch information
NullVoxPopuli authored Nov 12, 2024
2 parents 5d29018 + fba6f7e commit 3be7bf3
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 46 deletions.
4 changes: 2 additions & 2 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@
"@shikijs/rehype": "^1.1.7",
"@universal-ember/test-support": "^0.2.0",
"change-case": "^5.4.3",
"content-tag": "^2.0.2",
"content-tag": "^3.0.0",
"ember-async-data": "^1.0.3",
"ember-cached-decorator-polyfill": "^1.0.2",
"ember-mobile-menu": "^5.1.0",
"ember-repl": "4.3.4",
"ember-repl": "5.0.1",
"ember-route-template": "^1.0.3",
"kolay": "workspace:^",
"reactiveweb": "^1.2.1",
Expand Down
6 changes: 4 additions & 2 deletions docs-app/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ import {
scripts,
templateTag,
} from "@embroider/vite";
import { createRequire } from "node:module";

import { babel } from "@rollup/plugin-babel";
import { kolay } from "kolay/vite";
import { defineConfig } from "vite";

const require = createRequire(import.meta.url);
// import wasm from "vite-plugin-wasm";

const extensions = [".mjs", ".gjs", ".js", ".mts", ".gts", ".ts", ".hbs", ".json"];
Expand All @@ -28,8 +31,7 @@ const aliasPlugin = {
}));

build.onResolve({ filter: /ember-template-compiler/ }, () => ({
path: "ember-source/dist/ember-template-compiler",
external: true,
path: require.resolve("ember-source/dist/ember-template-compiler"),
}));

build.onResolve({ filter: /content-tag$/ }, () => ({
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"decorator-transforms": "^2.0.0",
"ember-modifier": ">= 4.1.0",
"ember-primitives": "^0.25.0",
"ember-repl": "4.3.4",
"ember-repl": "5.0.1",
"ember-resources": "^7.0.3",
"globby": "^14.0.0",
"json5": "^2.2.3",
Expand Down Expand Up @@ -234,9 +234,7 @@
"ember-source": "^5.12.0",
"webpack": "^5.90.3"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
"patchedDependencies": {}
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
13 changes: 0 additions & 13 deletions patches/[email protected]

This file was deleted.

60 changes: 35 additions & 25 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 3be7bf3

Please sign in to comment.