ember-repl 2.0.11 → 2.0.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.0.12](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.11...v2.0.12) (2022-01-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @babel/standalone to ^7.16.8 ([2fffcd8](https://github.com/NullVoxPopuli/ember-repl/commit/2fffcd8532048fc9f2040eaa99f9b218b277c327))
7
+
1
8
  ## [2.0.11](https://github.com/NullVoxPopuli/ember-repl/compare/v2.0.10...v2.0.11) (2022-01-08)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-repl",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -28,7 +28,7 @@
28
28
  "postpack": "ember ts:clean"
29
29
  },
30
30
  "dependencies": {
31
- "@babel/standalone": "^7.16.7",
31
+ "@babel/standalone": "^7.16.8",
32
32
  "@embroider/macros": "^0.50.0",
33
33
  "@glimmer/component": "^1.0.4",
34
34
  "@glimmer/tracking": "^1.0.4",
@@ -55,7 +55,7 @@
55
55
  "@glimmer/interfaces": "^0.83.1",
56
56
  "@glimmer/reference": "^0.83.1",
57
57
  "@glimmer/util": "^0.83.1",
58
- "@nullvoxpopuli/eslint-configs": "^2.1.16",
58
+ "@nullvoxpopuli/eslint-configs": "^2.1.17",
59
59
  "@semantic-release/changelog": "^6.0.1",
60
60
  "@semantic-release/git": "^10.0.1",
61
61
  "@types/babel__core": "^7.1.18",
@@ -82,9 +82,9 @@
82
82
  "@types/htmlbars-inline-precompile": "^1.0.1",
83
83
  "@types/qunit": "^2.11.3",
84
84
  "@types/rsvp": "^4.0.4",
85
- "@types/uuid": "^8.3.3",
86
- "@typescript-eslint/eslint-plugin": "^5.8.1",
87
- "@typescript-eslint/parser": "^5.8.1",
85
+ "@types/uuid": "^8.3.4",
86
+ "@typescript-eslint/eslint-plugin": "^5.9.1",
87
+ "@typescript-eslint/parser": "^5.9.1",
88
88
  "babel-eslint": "^10.1.0",
89
89
  "broccoli-asset-rev": "^3.0.0",
90
90
  "ember-cli": "~4.1.0",
@@ -101,7 +101,7 @@
101
101
  "ember-resolver": "^8.0.3",
102
102
  "ember-source": "~4.1.0",
103
103
  "ember-source-channel-url": "^3.0.0",
104
- "ember-template-lint": "^3.15.0",
104
+ "ember-template-lint": "^3.16.0",
105
105
  "ember-try": "^2.0.0",
106
106
  "eslint": "^7.32.0",
107
107
  "eslint-config-prettier": "^8.3.0",
@@ -136,7 +136,7 @@
136
136
  ]
137
137
  },
138
138
  "volta": {
139
- "node": "16.13.1",
139
+ "node": "16.13.2",
140
140
  "yarn": "1.22.17"
141
141
  },
142
142
  "engines": {