Skip to content

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

Merged
koddsson merged 2 commits into
masterfrom
update-packages
Oct 29, 2019
Merged

Update packages and set >= as version operator.#77
koddsson merged 2 commits into
masterfrom
update-packages

Conversation

@koddsson
Copy link
Copy Markdown
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 a team and josh October 25, 2019 17:17
Comment thread package.json
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.3.0",
"@typescript-eslint/parser": "^1.3.0",
Copy link
Copy Markdown
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.

3 participants