@squide/firefly 6.0.4 → 7.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 +11 -0
  2. package/package.json +11 -28
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @squide/firefly
2
2
 
3
+ ## 7.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#158](https://github.com/gsoft-inc/wl-squide/pull/158) [`b8d5ea4`](https://github.com/gsoft-inc/wl-squide/commit/b8d5ea42c23c3291e428c9ff907a7cff2f3211eb) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Cleaned up dependencies.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`b8d5ea4`](https://github.com/gsoft-inc/wl-squide/commit/b8d5ea42c23c3291e428c9ff907a7cff2f3211eb)]:
12
+ - @squide/webpack-module-federation@4.0.0
13
+
3
14
  ## 6.0.4
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@squide/firefly",
3
3
  "author": "Workleap",
4
- "version": "6.0.4",
4
+ "version": "7.0.0",
5
5
  "description": "Helpers to facilitate the creation of a shell package with Squide firefly technology stack.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -33,55 +33,38 @@
33
33
  "react-error-boundary": "*",
34
34
  "react-router-dom": "*"
35
35
  },
36
- "peerDependenciesMeta": {
37
- "msw": {
38
- "optional": true
39
- },
40
- "react": {
41
- "optional": true
42
- },
43
- "react-dom": {
44
- "optional": true
45
- },
46
- "react-error-boundary": {
47
- "optional": true
48
- },
49
- "react-router-dom": {
50
- "optional": true
51
- }
52
- },
53
36
  "devDependencies": {
54
- "@swc/core": "1.4.2",
37
+ "@swc/core": "1.4.7",
55
38
  "@swc/jest": "0.2.36",
56
39
  "@testing-library/jest-dom": "6.4.2",
57
40
  "@testing-library/react": "14.2.1",
58
41
  "@types/jest": "29.5.12",
59
- "@types/react": "18.2.61",
60
- "@types/react-dom": "18.2.19",
61
- "@workleap/eslint-plugin": "3.0.2",
62
- "@workleap/swc-configs": "2.2.2",
42
+ "@types/react": "18.2.65",
43
+ "@types/react-dom": "18.2.22",
44
+ "@workleap/eslint-plugin": "3.1.0",
45
+ "@workleap/swc-configs": "2.2.3",
63
46
  "@workleap/tsup-configs": "3.0.4",
64
47
  "@workleap/typescript-configs": "3.0.2",
65
48
  "jest": "29.7.0",
66
49
  "jest-environment-jsdom": "29.7.0",
67
- "msw": "2.2.2",
50
+ "msw": "2.2.3",
68
51
  "react": "18.2.0",
69
52
  "react-dom": "18.2.0",
70
53
  "react-error-boundary": "4.0.13",
71
- "react-router-dom": "6.22.2",
54
+ "react-router-dom": "6.22.3",
72
55
  "ts-jest": "29.1.2",
73
56
  "tsup": "8.0.2",
74
- "typescript": "5.3.3"
57
+ "typescript": "5.4.2"
75
58
  },
76
59
  "dependencies": {
77
60
  "@squide/core": "3.4.0",
78
61
  "@squide/msw": "2.0.13",
79
62
  "@squide/react-router": "4.1.3",
80
- "@squide/webpack-module-federation": "3.0.8"
63
+ "@squide/webpack-module-federation": "4.0.0"
81
64
  },
82
65
  "sideEffects": false,
83
66
  "engines": {
84
- "node": ">=18.0.0"
67
+ "node": ">=20.0.0"
85
68
  },
86
69
  "scripts": {
87
70
  "dev": "tsup --config ./tsup.dev.ts",