@wavelengthusaf/components 1.0.1 → 1.0.2

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 +4 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -12,6 +12,10 @@ npm install @wavelengthusaf/components
12
12
 
13
13
  ## Release Notes
14
14
 
15
+ ### 1.0.2
16
+
17
+ - Updated dependencies
18
+
15
19
  ### 1.0.1
16
20
 
17
21
  - Updated readme and added first ts component
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wavelengthusaf/components",
3
3
  "author": "563 EWS - Wavelength",
4
4
  "license": "MIT",
5
- "version": "1.0.1",
5
+ "version": "1.0.2",
6
6
  "description": "Common component library used by Wavelength developers",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.mjs",
@@ -243,7 +243,7 @@
243
243
  "string-width": "^4.2.3",
244
244
  "string-width-cjs": "^5.1.1",
245
245
  "strip-ansi": "^6.0.1",
246
- "strip-ansi-cjs": "^6.0.1",
246
+ "strip-ansi-cjs": "^8.0.0",
247
247
  "strip-bom": "^4.0.0",
248
248
  "strip-final-newline": "^2.0.0",
249
249
  "strip-json-comments": "^3.1.1",
@@ -269,8 +269,8 @@
269
269
  "webidl-conversions": "^4.0.2",
270
270
  "whatwg-url": "^7.1.0",
271
271
  "which": "^2.0.2",
272
- "wrap-ansi": "^7.0.0",
273
- "wrap-ansi-cjs": "^7.0.0",
272
+ "wrap-ansi": "^9.0.0",
273
+ "wrap-ansi-cjs": "^8.0.0",
274
274
  "wrappy": "^1.0.2",
275
275
  "write-file-atomic": "^4.0.2",
276
276
  "y18n": "^5.0.8",