Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
feat(pluggable-widgets-tools): fixing typescript version & update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Antonelli committed Aug 31, 2021
1 parent 4fded29 commit 4e85ed9
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 79 deletions.
90 changes: 21 additions & 69 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/jsActions/nanoflow-actions-hybrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"concurrently": "^5.3.0",
"eslint": "^7.20.0",
"npm-watch": "^0.6.0",
"typescript": "^4.0.5",
"typescript": "~4.3.5",
"rimraf": "^2.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/theming/atlas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cross-env": "^7.0.2",
"concurrently": "^5.3.0",
"fast-xml-parser": "^3.17.5",
"typescript": "^4.0.5"
"typescript": "~4.3.5"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/tools/custom-widgets-utils-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tsconfig-paths": "^3.9.0",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^4.0.5",
"typescript": "~4.3.5",
"webpack": "^5.3.2",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/piw-native-utils-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@mendix/pluggable-widgets-tools": ">=8.9.2",
"eslint": "^7.20.0",
"typescript": "^4.0.5",
"typescript": "~4.3.5",
"rimraf": "^2.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/tools/piw-utils-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@mendix/pluggable-widgets-tools": ">=8.9.2",
"eslint": "^7.20.0",
"typescript": "^4.0.5",
"typescript": "~4.3.5",
"rimraf": "^2.7.1"
}
}
5 changes: 3 additions & 2 deletions packages/tools/pluggable-widgets-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [9.5.0] - 2021-08-31
## [9.5.0] - 2021-09-01

### Added
- We added support for icon and tile images. Now you can use an image file instead of `<icon>` in your `MyWidget.xml`. In order to use, please make sure you follow the pattern `src/MyWidget.icon.png` (24x24px) and `src/MyWidget.tile.png` (256x192px)

### Changed
- We fixed the formatting of Preview typings
- We fixed the Preview typings for Icon property.
- We downgraded the version of `rollup-plugin-sass` to 1.2.4 in order to prevent a library version issue throwing `The "path" argument must be of type string. Received an instance of RegExp`.
- We defined a fixed version of `typescript` to 4.3.5 in order to prevent processes to be hanging after creates the widget mpk. See issue [here](https://github.com/rollup/rollup/issues/4213)
- We updated Mendix library to 9.5.0

## [9.4.3] - 2021-08-12

Expand Down
6 changes: 3 additions & 3 deletions packages/tools/pluggable-widgets-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"jest-junit": "^12.0.0",
"jest-react-hooks-shallow": "^1.4.1",
"jest-svg-transformer": "^1.0.0",
"mendix": "^9.4.24572",
"mendix": "^9.5.25874",
"metro-react-native-babel-preset": "~0.63.0",
"node-fetch": "^2.6.1",
"postcss": "^8.1.10",
Expand All @@ -105,13 +105,13 @@
"rollup-plugin-command": "^1.1.3",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-sass": "1.2.4",
"rollup-plugin-sass": "^1.2.6",
"rollup-plugin-terser": "^7.0.2",
"semver": "^7.3.2",
"shelljs": "^0.8.4",
"ts-jest": "^26.4.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"typescript": "~4.3.5",
"webdriverio": "^7.5.3",
"xml2js": "^0.4.23",
"zip-a-folder": "^0.0.12"
Expand Down

0 comments on commit 4e85ed9

Please sign in to comment.