@ssv/ngx.ux 2.1.1-dev.33 → 2.1.1-dev.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,7 +26,7 @@ Choose the version corresponding to your Angular version:
26
26
 
27
27
  | Angular | library |
28
28
  | ------- | ------- |
29
- | 15 | 2.x+ |
29
+ | 10+ | 2.x+ |
30
30
  | 4 to 9 | 1.x+ |
31
31
 
32
32
  ## Features
@@ -240,9 +240,9 @@ import { SsvUxModule, UX_VIEWPORT_DEFAULT_BREAKPOINTS } from "@ssv/ngx.ux";
240
240
  ### Setup Machine for Development
241
241
  Install/setup the following:
242
242
 
243
- - NodeJS v10+
243
+ - NodeJS v18.16.0+
244
244
  - Visual Studio Code or similar code editor
245
- - TypeScript 3.1+
245
+ - TypeScript 5.0+
246
246
  - Git + SourceTree, SmartGit or similar (optional)
247
247
  - Ensure to install **global NPM modules** using the following:
248
248
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssv/ngx.ux",
3
- "version": "2.1.1-dev.33",
3
+ "version": "2.1.1-dev.35",
4
4
  "versionSuffix": "",
5
5
  "description": "UX essentials for building apps, utilities which enables you writing richer apps easier.",
6
6
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  "peerDependencies": {
29
29
  "@angular/core": ">=6.0.0",
30
30
  "lodash": "^4.0.0",
31
- "rxjs": "^6.0.0"
31
+ "rxjs": ">=6.0.0"
32
32
  },
33
33
  "resolutions": {
34
34
  "natives": "1.1.3"