xunit.ts 1.3.0 → 1.3.1

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 +5 -5
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -23,11 +23,11 @@ Detailed documentation is available at https://ecoAPM.github.io/xunit.ts
23
23
  (other versions may work, but only the latest minor release for each LTS version is actively supported)
24
24
 
25
25
  - A supported TypeScript compiler
26
- - TypeScript 4
27
- - Vite 2
28
- - Rollup 2
29
- - Parcel 1
30
- - Webpack 5
26
+ - TypeScript v4
27
+ - Vite v3
28
+ - Rollup v3
29
+ - Parcel v1
30
+ - Webpack v5
31
31
 
32
32
  ### Installation
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xunit.ts",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "A unit testing framework for TypeScript, following standard xUnit patterns",
5
5
  "main": "dist/xunit.js",
6
6
  "author": "ecoAPM LLC",
@@ -18,13 +18,13 @@
18
18
  "@types/command-line-args": "5.2.0",
19
19
  "@types/command-line-usage": "5.0.2",
20
20
  "@types/lodash.isequal": "4.5.6",
21
- "@types/node": "18.0.6",
21
+ "@types/node": "18.8.4",
22
22
  "@types/xml": "1.0.8",
23
- "@typescript-eslint/eslint-plugin": "5.30.7",
24
- "@typescript-eslint/parser": "5.30.7",
25
- "eslint": "8.20.0",
23
+ "@typescript-eslint/eslint-plugin": "5.40.0",
24
+ "@typescript-eslint/parser": "5.40.0",
25
+ "eslint": "8.25.0",
26
26
  "ts-mockito": "2.6.1",
27
- "typescript": "4.7.4"
27
+ "typescript": "4.8.4"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "typescript": "^4.0.0"