Skip to content

Commit

Permalink
Merge pull request #23 from Talentia-Software-OSS/1.4.7
Browse files Browse the repository at this point in the history
1.4.7 #comment upgrade Angular to v15.2.9
  • Loading branch information
cavone-leonardo authored May 10, 2023
2 parents c4156fc + 2a87a3d commit b00d658
Show file tree
Hide file tree
Showing 9 changed files with 17,213 additions and 685 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
node-version: [14.20.1]
node-version: [18.11.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.20.1]
node-version: [18.11.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Check out repo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ D3 Cloud component for Angular built upon d3-cloud

# Installation
```
npm install --save @talentia/angular-d3-cloud@1.4.6
npm install --save @talentia/angular-d3-cloud@1.4.7
```
Installing the package does not install the type definitions for d3-cloud, d3-scale, d3-scale-chromatic, d3-selection and d3-transition libraries.
If you need to use these libraries in your project then install the type definitions with the following command:
Expand Down
6 changes: 2 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@ module.exports = {
'jest-preset-angular',
{
...defaultTransformerOptions,
isolatedModules: true,
isolatedModules: true
}
]
},
verbose: true,
watchman: false,
resetModules: true,
restoreMocks: true
watchman: false
};
Loading

0 comments on commit b00d658

Please sign in to comment.