|
43 | 43 | "dependencies": {
|
44 | 44 | "@babel/core": "^7.12.0",
|
45 | 45 | "@babel/helper-compilation-targets": "^7.12.0",
|
46 |
| - "@babel/plugin-proposal-class-properties": "^7.13.0", |
| 46 | + "@babel/plugin-proposal-class-properties": "^7.16.5", |
47 | 47 | "@babel/plugin-proposal-decorators": "^7.13.5",
|
| 48 | + "@babel/plugin-proposal-private-methods": "^7.16.5", |
| 49 | + "@babel/plugin-proposal-private-property-in-object": "^7.16.5", |
48 | 50 | "@babel/plugin-transform-modules-amd": "^7.13.0",
|
49 | 51 | "@babel/plugin-transform-runtime": "^7.13.9",
|
50 | 52 | "@babel/plugin-transform-typescript": "^7.13.0",
|
51 | 53 | "@babel/polyfill": "^7.11.5",
|
52 |
| - "@babel/preset-env": "^7.12.0", |
| 54 | + "@babel/preset-env": "^7.16.5", |
53 | 55 | "@babel/runtime": "7.12.18",
|
54 | 56 | "amd-name-resolver": "^1.3.1",
|
55 | 57 | "babel-plugin-debug-macros": "^0.3.4",
|
|
71 | 73 | "semver": "^5.5.0"
|
72 | 74 | },
|
73 | 75 | "devDependencies": {
|
| 76 | + "@glimmer/component": "^1.0.4", |
| 77 | + "@glimmer/tracking": "^1.0.4", |
74 | 78 | "babel-eslint": "^10.1.0",
|
75 | 79 | "broccoli-test-helper": "^1.4.0",
|
76 | 80 | "chai": "^4.1.2",
|
|
80 | 84 | "core-object": "^3.1.5",
|
81 | 85 | "ember-cli": "~3.3.0",
|
82 | 86 | "ember-cli-dependency-checker": "^3.0.0",
|
83 |
| - "ember-cli-eslint": "^4.2.3", |
| 87 | + "eslint": "^4.0.0", |
84 | 88 | "ember-cli-htmlbars": "^3.0.0",
|
85 | 89 | "ember-cli-htmlbars-inline-precompile": "^1.0.3",
|
86 | 90 | "ember-cli-inject-live-reload": "^1.8.2",
|
87 | 91 | "ember-cli-shims": "^1.2.0",
|
88 | 92 | "ember-load-initializers": "^2.1.1",
|
89 | 93 | "ember-qunit": "^4.6.0",
|
90 | 94 | "ember-resolver": "^5.0.1",
|
91 |
| - "ember-source": "~3.3.1", |
| 95 | + "ember-source": "~3.28.8", |
92 | 96 | "ember-source-channel-url": "^1.1.0",
|
93 | 97 | "eslint-plugin-ember": "^5.2.0",
|
94 | 98 | "eslint-plugin-node": "^7.0.1",
|
|
0 commit comments