@squide/firefly-module-federation 1.0.5 → 1.0.6

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 +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @squide/firefly-module-federation
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#361](https://github.com/workleap/wl-squide/pull/361) [`0479f4b`](https://github.com/workleap/wl-squide/commit/0479f4bb0bf17282dbd19dba92b3ac097cf01614) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Bumped dependency versions.
8
+
9
+ - Updated dependencies [[`0479f4b`](https://github.com/workleap/wl-squide/commit/0479f4bb0bf17282dbd19dba92b3ac097cf01614)]:
10
+ - @squide/firefly@16.1.2
11
+ - @squide/core@6.1.8
12
+
3
13
  ## 1.0.5
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@squide/firefly-module-federation",
3
3
  "author": "Workleap",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "description": "Add support for Module Federation to Squide firefly.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -37,9 +37,9 @@
37
37
  "dependencies": {
38
38
  "@module-federation/enhanced": "0.11.4",
39
39
  "@rspack/core": "^1.6.7",
40
- "@workleap/logging": "^1.3.2",
41
- "@squide/core": "6.1.7",
42
- "@squide/firefly": "16.1.1"
40
+ "@workleap/logging": "^1.3.3",
41
+ "@squide/core": "6.1.8",
42
+ "@squide/firefly": "16.1.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@eslint/js": "9.39.1",
@@ -50,8 +50,8 @@
50
50
  "@types/react-dom": "19.2.3",
51
51
  "@typescript-eslint/parser": "8.49.0",
52
52
  "@vitejs/plugin-react": "5.1.2",
53
- "@workleap/eslint-configs": "1.1.6",
54
- "@workleap/rslib-configs": "1.1.3",
53
+ "@workleap/eslint-configs": "1.1.7",
54
+ "@workleap/rslib-configs": "1.1.4",
55
55
  "@workleap/typescript-configs": "3.0.7",
56
56
  "eslint": "9.39.1",
57
57
  "happy-dom": "20.0.11",