Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyln committed Sep 5, 2020
1 parent d9a009f commit 768a388
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Changelog


## v0.4.2

* Migrate to eslint.


## v0.4.1

* Update dependencies.
* Migrate to eslint.
* Migrate to TypeScript 4.0.
* Update dependencies.


## v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fruitsconfits",
"private": false,
"version": "0.4.0",
"version": "0.4.1",
"description": "FruitsConfits - A well typed and sugared parser combinator framework for TypeScript/JavaScript.",
"keywords": [
"parser",
Expand All @@ -23,11 +23,11 @@
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@types/jasmine": "^3.5.12",
"@types/node": "^14.6.0",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/jasmine": "^3.5.14",
"@types/node": "^14.6.4",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"babel-loader": "^8.1.0",
Expand All @@ -40,8 +40,8 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"shx": "^0.3.2",
"source-map-loader": "^1.0.2",
"ts-loader": "^8.0.2",
"source-map-loader": "^1.1.0",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
Expand Down

0 comments on commit 768a388

Please sign in to comment.