Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosOrozco88 committed Jul 28, 2021
1 parent d2f48ec commit d0a42a2
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 150 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3 (28-07-2021)

- Chokidar bug solved

## 1.0.2 (27-07-2021)

- Deploy bug solved
Expand Down
98 changes: 39 additions & 59 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ui5-tools",
"displayName": "UI5 Tools",
"description": "Local development tools for UI5",
"version": "1.0.2",
"version": "1.0.3",
"publisher": "carlosorozcojimenez",
"author": "Carlos Orozco Jiménez <carlos.orozco.jimenez@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -493,8 +493,8 @@
"@types/apicache": "^1.2.3",
"@types/express": "^4.17.13",
"@types/glob": "^7.1.4",
"@types/mocha": "^8.2.3",
"@types/node": "^16.3.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.4",
"@types/terser": "^3.12.0",
"@types/vscode": "^1.58.1",
"babel-loader": "^8.2.2",
Expand All @@ -504,14 +504,14 @@
"eslint-plugin-prettier": "^3.4.0",
"glob": "^7.1.7",
"html-loader": "^2.1.2",
"mocha": "^9.0.2",
"mocha": "^9.0.3",
"node-loader": "^2.0.0",
"prettier": "^2.3.2",
"tslint": "^6.1.3",
"typescript": "^4.3.5",
"vscode-test": "^1.6.1",
"webassembly-loader": "^1.1.0",
"webpack": "^5.46.0",
"webpack": "^5.47.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit d0a42a2

Please sign in to comment.