Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packages and set >= as version operator. #77

Merged
merged 2 commits into from Oct 29, 2019
Merged

Conversation

koddsson
Copy link
Contributor

This should mean that we don't have to bump these and cut a release. The applications using the plugin should be able to update to whatever version of these sub-dependencies that they want.

Should there even be a package-lock.json?

@koddsson koddsson requested review from josh and a team October 25, 2019 17:17
@@ -33,25 +33,24 @@
"node": ">=8.11.1"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.3.0",
"@typescript-eslint/parser": "^1.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The motivation for changing these two plugin versions is to remove the warning while building remote-input-element.

$ cd github/remote-input-element 
$ npm run build
…
> eslint --report-unused-disable-directives . --ext .js,.ts,.tsx
=============

WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.6.0

YOUR TYPESCRIPT VERSION: 3.6.4

Please only submit bug reports when using the officially supported version.

=============

> tsc --noEmit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants