ember-repl 4.2.0 → 4.2.1

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 (1) hide show
  1. package/package.json +6 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-repl",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -63,7 +63,7 @@
63
63
  "@babel/helper-plugin-utils": "^7.22.5",
64
64
  "@babel/standalone": "^7.23.10",
65
65
  "@embroider/addon-shim": "1.8.7",
66
- "@embroider/macros": "1.13.5",
66
+ "@embroider/macros": "1.15.0",
67
67
  "babel-import-util": "^2.0.1",
68
68
  "babel-plugin-ember-template-compilation": "^2.2.1",
69
69
  "broccoli-file-creator": "^2.1.1",
@@ -100,7 +100,7 @@
100
100
  "@glimmer/reference": ">= 0.86.0",
101
101
  "@glimmer/syntax": ">= 0.86.0",
102
102
  "@glimmer/tracking": "^1.1.2",
103
- "@glimmer/util": "^0.88.0",
103
+ "@glimmer/util": "^0.89.0",
104
104
  "@glint/core": "1.3.0",
105
105
  "@glint/environment-ember-loose": "1.3.0",
106
106
  "@glint/environment-ember-template-imports": "1.3.0",
@@ -125,13 +125,13 @@
125
125
  "ember-template-lint": "^5.13.0",
126
126
  "eslint": "^8.55.0",
127
127
  "eslint-plugin-ember": "^12.0.0",
128
- "eslint-plugin-node": "^11.1.0",
128
+ "eslint-plugin-n": "^14.0.0",
129
129
  "eslint-plugin-prettier": "^5.1.3",
130
130
  "execa": "^8.0.1",
131
131
  "prettier": "^3.2.5",
132
- "prettier-plugin-ember-template-tag": "^2.0.0",
132
+ "prettier-plugin-ember-template-tag": "2.0.0",
133
133
  "publint": "^0.2.6",
134
- "rollup": "~4.9.6",
134
+ "rollup": "~4.13.0",
135
135
  "rollup-plugin-copy": "^3.5.0",
136
136
  "typescript": "^5.3.3",
137
137
  "@nullvoxpopuli/limber-untyped": "0.0.1"
@@ -164,11 +164,6 @@
164
164
  "optional": true
165
165
  }
166
166
  },
167
- "engines": {
168
- "node": ">= v16",
169
- "npm": "use pnpm",
170
- "yarn": "use pnpm"
171
- },
172
167
  "scripts": {
173
168
  "build": "rollup --config",
174
169
  "lint:types": "tsc --noEmit",