Skip to content

Commit

Permalink
use state 8.2.0 for JS compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
brice-morin committed Feb 3, 2022
1 parent 2c513c5 commit 8196145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "<DESCRIPTION>",
"main": "main.js",
"dependencies": {
"@steelbreeze/state": "8.1.2"
"@steelbreeze/state": "8.2.0"
},
"devDependencies": {},
"scripts": {},
Expand Down

3 comments on commit 8196145

@fungiboletus
Copy link
Contributor

Choose a reason for hiding this comment

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

What kind of crazy thing is happening to require you to update this dependency ? 

@brice-morin
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

What kind of crazy thing is happening to require you to update this dependency ?

Hehe, nothing crazy 😃 Just doing some testing involving some ThingML project and we needed some new metrics, etc, so I just took the opportunity to update this dep.

@guoguodu
Copy link

Choose a reason for hiding this comment

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

Is your team still working on thingml projects?

Please sign in to comment.