jest-watch-typeahead 1.1.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-watch-typeahead",
3
- "version": "1.1.0",
3
+ "version": "2.0.0",
4
4
  "main": "build/index.js",
5
5
  "exports": {
6
6
  ".": "./build/index.js",
@@ -32,7 +32,7 @@
32
32
  "typecheck": "yarn tsc -p ."
33
33
  },
34
34
  "dependencies": {
35
- "ansi-escapes": "^4.3.1",
35
+ "ansi-escapes": "^5.0.0",
36
36
  "chalk": "^4.0.0",
37
37
  "jest-regex-util": "^28.0.0",
38
38
  "jest-watcher": "^28.0.0",
@@ -47,9 +47,9 @@
47
47
  "@babel/preset-typescript": "^7.10.4",
48
48
  "@jest/globals": "^28.0.0",
49
49
  "@jest/types": "^28.0.0",
50
- "@semantic-release/changelog": "^5.0.1",
51
- "@semantic-release/git": "^9.0.0",
52
- "@types/jest": "^27.0.0",
50
+ "@semantic-release/changelog": "^6.0.1",
51
+ "@semantic-release/git": "^10.0.1",
52
+ "@types/jest": "^28.0.0",
53
53
  "@types/node": "^16.0.0",
54
54
  "@typescript-eslint/eslint-plugin": "^5.0.0",
55
55
  "@typescript-eslint/parser": "^5.0.0",
@@ -63,9 +63,10 @@
63
63
  "eslint-plugin-jest": "^26.0.0",
64
64
  "eslint-plugin-prettier": "^4.0.0",
65
65
  "jest": "^28.0.0",
66
+ "jest-serializer-ansi-escapes": "^1.0.1",
66
67
  "prettier": "^2.1.1",
67
68
  "rimraf": "^3.0.2",
68
- "semantic-release": "^17.4.3",
69
+ "semantic-release": "^19.0.3",
69
70
  "semver": "^7.3.5",
70
71
  "typescript": "^4.0.2"
71
72
  },
@@ -81,7 +82,7 @@
81
82
  "<rootDir>/testname"
82
83
  ],
83
84
  "snapshotSerializers": [
84
- "<rootDir>/node_modules/pretty-format/build/plugins/ConvertAnsi"
85
+ "jest-serializer-ansi-escapes"
85
86
  ],
86
87
  "testPathIgnorePatterns": [
87
88
  "<rootDir>/build/.*",
@@ -93,7 +94,7 @@
93
94
  ]
94
95
  },
95
96
  "engines": {
96
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
97
+ "node": "^14.17.0 || ^16.10.0 || >=18.0.0"
97
98
  },
98
99
  "release": {
99
100
  "branches": [