ember-repl 2.0.56 → 2.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.0.57](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.56...v2.0.57) (2022-07-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency ember-cli-htmlbars to ^6.1.0 ([953c0c1](https://github.com/NullVoxPopuli/ember-repl/commit/953c0c15304301e8ed31da5b7320f60a4e835b43))
|
|
7
|
+
|
|
1
8
|
## [2.0.56](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.55...v2.0.56) (2022-07-02)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-repl",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.57",
|
|
4
4
|
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"common-tags": "^1.8.2",
|
|
40
40
|
"ember-auto-import": "2.4.2",
|
|
41
41
|
"ember-cli-babel": "^7.26.11",
|
|
42
|
-
"ember-cli-htmlbars": "^6.0
|
|
42
|
+
"ember-cli-htmlbars": "^6.1.0",
|
|
43
43
|
"ember-cli-typescript": "^5.1.0",
|
|
44
44
|
"ember-compatibility-helpers": "^1.2.6",
|
|
45
45
|
"path-browserify": "^1.0.1",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@glimmer/interfaces": "^0.84.2",
|
|
56
56
|
"@glimmer/reference": "^0.84.2",
|
|
57
57
|
"@glimmer/util": "^0.84.2",
|
|
58
|
-
"@nullvoxpopuli/eslint-configs": "^2.2.
|
|
58
|
+
"@nullvoxpopuli/eslint-configs": "^2.2.32",
|
|
59
59
|
"@semantic-release/changelog": "^6.0.1",
|
|
60
60
|
"@semantic-release/git": "^10.0.1",
|
|
61
61
|
"@types/babel__core": "^7.1.19",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"@types/qunit": "^2.11.3",
|
|
85
85
|
"@types/rsvp": "^4.0.4",
|
|
86
86
|
"@types/uuid": "^8.3.4",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
88
|
-
"@typescript-eslint/parser": "^5.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^5.30.4",
|
|
88
|
+
"@typescript-eslint/parser": "^5.30.4",
|
|
89
89
|
"babel-eslint": "^10.1.0",
|
|
90
90
|
"broccoli-asset-rev": "^3.0.0",
|
|
91
91
|
"ember-cli": "~4.4.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"ember-resolver": "^8.0.3",
|
|
103
103
|
"ember-source": "~4.5.0",
|
|
104
104
|
"ember-source-channel-url": "^3.0.0",
|
|
105
|
-
"ember-template-lint": "^4.10.
|
|
105
|
+
"ember-template-lint": "^4.10.1",
|
|
106
106
|
"ember-try": "^2.0.0",
|
|
107
107
|
"eslint": "^7.32.0",
|
|
108
108
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"eslint-plugin-ember": "^10.6.1",
|
|
111
111
|
"eslint-plugin-import": "^2.26.0",
|
|
112
112
|
"eslint-plugin-node": "^11.1.0",
|
|
113
|
-
"eslint-plugin-prettier": "^4.
|
|
113
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
114
114
|
"eslint-plugin-qunit": "^7.3.0",
|
|
115
115
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
116
116
|
"loader.js": "^4.7.0",
|