|
53 | 53 | "devDependencies": { |
54 | 54 | "@babel/core": "7.18.6", |
55 | 55 | "@babel/plugin-proposal-class-properties": "7.18.6", |
56 | | - "@babel/plugin-syntax-decorators": "7.18.6", |
57 | 56 | "@babel/plugin-proposal-decorators": "7.18.6", |
| 57 | + "@babel/plugin-syntax-decorators": "7.18.6", |
58 | 58 | "@babel/preset-typescript": "7.22.5", |
59 | 59 | "@babel/runtime": "7.22.6", |
60 | 60 | "@embroider/addon-dev": "4.1.0", |
61 | 61 | "@glimmer/component": "^1.1.2", |
62 | 62 | "@glint/core": "1.0.2", |
63 | | - "@glint/template": "1.0.2", |
64 | 63 | "@glint/environment-ember-loose": "1.0.2", |
| 64 | + "@glint/template": "1.0.2", |
65 | 65 | "@nullvoxpopuli/eslint-configs": "2.2.36", |
| 66 | + "@release-it-plugins/lerna-changelog": "^6.0.0", |
66 | 67 | "@rollup/plugin-babel": "6.0.3", |
67 | 68 | "@rollup/plugin-node-resolve": "15.1.0", |
68 | 69 | "@tsconfig/ember": "^3.0.0", |
69 | 70 | "@types/rsvp": "^4.0.4", |
70 | 71 | "@typescript-eslint/eslint-plugin": "^5.62.0", |
71 | 72 | "@typescript-eslint/parser": "^5.62.0", |
| 73 | + "babel-eslint": "10.1.0", |
72 | 74 | "concurrently": "7.2.2", |
73 | 75 | "ember-source": "~4.12.3", |
| 76 | + "eslint": "^7.31.0", |
74 | 77 | "eslint-config-prettier": "8.5.0", |
75 | 78 | "eslint-plugin-decorator-position": "5.0.0", |
76 | 79 | "eslint-plugin-ember": "10.6.1", |
|
80 | 83 | "eslint-plugin-prettier": "4.2.1", |
81 | 84 | "eslint-plugin-simple-import-sort": "7.0.0", |
82 | 85 | "rollup": "3.26.3", |
83 | | - "babel-eslint": "10.1.0", |
84 | | - "eslint": "^7.31.0", |
85 | 86 | "typescript": "5.1.6" |
86 | 87 | }, |
87 | 88 | "publishConfig": { |
|
109 | 110 | }, |
110 | 111 | "release-it": { |
111 | 112 | "plugins": { |
112 | | - "release-it-lerna-changelog": { |
| 113 | + "@release-it-plugins/lerna-changelog": { |
113 | 114 | "infile": "CHANGELOG.md", |
114 | 115 | "launchEditor": true |
115 | 116 | } |
|
0 commit comments