Skip to content

Commit 993e8b7

Browse files
committed
Update dependenceis
1 parent de50dc7 commit 993e8b7

File tree

3 files changed

+493
-27
lines changed

3 files changed

+493
-27
lines changed

addon/helpers/html-safe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { htmlSafe } from '@ember/string';
1+
import { htmlSafe } from '@ember/template';
22

33
export default function htmlSafeHelper([path]) {
44
return new htmlSafe(path);

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ember-cli-sass": "^10.0.1",
7272
"ember-cli-sri": "^2.1.1",
7373
"ember-cli-terser": "^4.0.2",
74-
"ember-collection": "2.0.0",
74+
"ember-collection": "git+ssh://[email protected]/adopted-ember-addons/ember-collection.git#update-layout-bin-packer",
7575
"ember-disable-prototype-extensions": "^1.1.3",
7676
"ember-export-application-global": "^2.0.1",
7777
"ember-load-initializers": "^2.1.2",
@@ -89,7 +89,7 @@
8989
"eslint-plugin-node": "^11.1.0",
9090
"eslint-plugin-prettier": "^3.4.1",
9191
"eslint-plugin-qunit": "^6.2.0",
92-
"layout-bin-packer": "~1.4.0",
92+
"layout-bin-packer": "~2.0.0",
9393
"loader.js": "^4.7.0",
9494
"npm-run-all": "^4.1.5",
9595
"prettier": "^2.5.1",
@@ -100,7 +100,7 @@
100100
"sass": "^1.55.0"
101101
},
102102
"engines": {
103-
"node": "12.* || 14.* || >= 16"
103+
"node": ">= 16"
104104
},
105105
"publishConfig": {
106106
"registry": "https://registry.npmjs.org"
@@ -131,7 +131,7 @@
131131
}
132132
},
133133
"volta": {
134-
"node": "14.20.1",
134+
"node": "16.20.2",
135135
"yarn": "1.22.19"
136136
}
137137
}

0 commit comments

Comments
 (0)