Skip to content

Commit

Permalink
DEV: Add peer dependencies (#13132)
Browse files Browse the repository at this point in the history
Fixes yarn warnings.

* DEV: Add `eslint` peer dependency
* DEV: Add `@babel/core` peer dependency
* DEV: `npx yarn-deduplicate` & `yarn`
  • Loading branch information
CvX committed May 25, 2021
1 parent 9b9b601 commit 3f5d868
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 90 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/admin/package.json
Expand Up @@ -40,6 +40,7 @@
"ember-source": "~3.15.0",
"ember-source-channel-url": "^2.0.1",
"ember-try": "^1.4.0",
"eslint": "^7.27.0",
"eslint-plugin-ember": "^7.7.1",
"eslint-plugin-node": "^10.0.0",
"loader.js": "^4.7.0"
Expand Down
2 changes: 2 additions & 0 deletions app/assets/javascripts/discourse/package.json
Expand Up @@ -16,6 +16,7 @@
"test": "ember test"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@ember/optional-features": "^1.1.0",
"@ember/test-helpers": "^2.2.0",
"@glimmer/component": "^1.0.0",
Expand All @@ -41,6 +42,7 @@
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^5.1.2",
"ember-source": "~3.15.0",
"eslint": "^7.27.0",
"html-entities": "^2.1.0",
"js-yaml": "^4.0.0",
"loader.js": "^4.7.0",
Expand Down

0 comments on commit 3f5d868

Please sign in to comment.