Skip to content

Commit eb7f373

Browse files
committedFeb 1, 2022
Update some dependencies and node version
1 parent c83aeed commit eb7f373

File tree

2 files changed

+211
-315
lines changed

2 files changed

+211
-315
lines changed
 

‎package.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
4141
"@types/node": "^14.14.6",
4242
"@types/qunit": "^2.9.6",
43-
"@typescript-eslint/eslint-plugin": "^4.6.1",
44-
"@typescript-eslint/parser": "^4.6.1",
43+
"@typescript-eslint/eslint-plugin": "^5.10.2",
44+
"@typescript-eslint/parser": "^5.10.2",
4545
"babel-plugin-debug-macros": "^0.3.3",
4646
"backburner.js": "^2.6.0",
4747
"broccoli-babel-transpiler": "^7.8.0",
4848
"broccoli-concat": "^4.2.4",
4949
"broccoli-funnel": "^3.0.3",
5050
"broccoli-merge-trees": "^4.2.0",
51-
"broccoli-typescript-compiler": "^7.0.0",
51+
"broccoli-typescript-compiler": "^8.0.0",
5252
"ember-cli": "~3.22.0",
5353
"ember-cli-inject-live-reload": "^2.0.2",
5454
"ensure-posix-path": "^1.1.1",
@@ -62,17 +62,14 @@
6262
"release-it": "^14.2.1",
6363
"release-it-lerna-changelog": "^3.1.0",
6464
"route-recognizer": "^0.3.4",
65-
"rsvp": "^4.8.5"
66-
},
67-
"resolutions": {
68-
"typescript": "^4.5.5"
65+
"rsvp": "^4.8.5",
66+
"typescript": "~4.5.5"
6967
},
7068
"peerDependencies": {
71-
"route-recognizer": "^0.3.4",
72-
"rsvp": "^4.8.5"
69+
"route-recognizer": "^0.3.4"
7370
},
7471
"engines": {
75-
"node": ">= 10"
72+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7673
},
7774
"publishConfig": {
7875
"registry": "https://registry.npmjs.org"
@@ -94,7 +91,7 @@
9491
}
9592
},
9693
"volta": {
97-
"node": "14.15.0",
94+
"node": "14.17.0",
9895
"yarn": "1.22.10"
9996
}
10097
}

0 commit comments

Comments
 (0)
Please sign in to comment.