@theholocron/jest-config 3.5.1 → 4.0.0

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/CHANGELOG.md +6 -0
  2. package/package.json +7 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @theholocron/jest-config
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`14a6658`](https://github.com/theholocron/configs/commit/14a6658dfccae1206f629783be6f7aed59b28ebf) Thanks [@iamnewton](https://github.com/iamnewton)! - update all dependencies to be latest
8
+
3
9
  ## 3.5.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/jest-config",
3
- "version": "3.5.1",
3
+ "version": "4.0.0",
4
4
  "description": "A Jest preset for testing code within the Galaxy.",
5
5
  "homepage": "https://github.com/theholocron/configs/tree/main/packages/jest-preset#readme",
6
6
  "bugs": "https://github.com/theholocron/configs/issues",
@@ -12,14 +12,12 @@
12
12
  "author": "Newton Koumantzelis",
13
13
  "type": "module",
14
14
  "main": "jest-preset.js",
15
- "dependencies": {
16
- "@testing-library/jest-dom": "^6.6.2",
17
- "@testing-library/react": "^16.0.1",
18
- "@vitest/coverage-v8": "^2.1.3",
19
- "cypress": "^13.15.1",
20
- "jest": "29.7.0",
21
- "jsdom": "^25.0.1",
22
- "vitest": "^2.1.3"
15
+ "peerDependencies": {
16
+ "@testing-library/jest-dom": "^6",
17
+ "@testing-library/react": "^16",
18
+ "cypress": "^14",
19
+ "jest": "^30",
20
+ "jsdom": "^26"
23
21
  },
24
22
  "publishConfig": {
25
23
  "access": "public"