-
Notifications
You must be signed in to change notification settings - Fork 806
Version bump for Dev Dependencies #202
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
scripts/setupTypeScript.js
Outdated
@@ -3,7 +3,7 @@ | |||
/** This script modifies the project to support TS code in .svelte files like: | |||
|
|||
<script lang="ts"> | |||
export let name: string; | |||
export let name: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The style guide for Svelte is to use tabs, not spaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't mind reverting this -- this is just Format on Save. However, where is that Svelte Style Guide documented? (I couldn't find anything.) And would that apply to this js
script (since it isn't a .svelte
file)? And it is commented out, so this is actually just a comment.
"rollup": "^2.3.4", | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"rollup": "^2.35.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's no need to change this. ^2.3.4
will get you the latest 2.x version
I didn't see this PR and merged #210 which had some of the same changes. If you drop the |
@rollup/plugin-commonjs
and@rollup/plugin-node-resolve
has major versions released@rollup/plugin-typescript
was 2 major versions behind, andtypescript
bumped to 4