@squide/firefly-webpack-configs 5.2.4 → 5.2.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.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @squide/firefly-webpack-configs
|
|
2
2
|
|
|
3
|
+
## 5.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#507](https://github.com/workleap/wl-squide/pull/507) [`351b224`](https://github.com/workleap/wl-squide/commit/351b22427b84acb2fe44b322bb58742bf55be5a2) Thanks [@claude](https://github.com/apps/claude)! - Updated dependencies to their latest versions.
|
|
8
|
+
|
|
9
|
+
## 5.2.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#493](https://github.com/workleap/wl-squide/pull/493) [`3689db0`](https://github.com/workleap/wl-squide/commit/3689db04642a919455d9f4703270c2d338c0c156) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Bumped dependencies.
|
|
14
|
+
|
|
3
15
|
## 5.2.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squide/firefly-webpack-configs",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "5.2.
|
|
4
|
+
"version": "5.2.6",
|
|
5
5
|
"description": "Webpack configuration helpers for the Squide firefly technology stack.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@swc/core": "^1.15.11",
|
|
31
|
-
"@swc/helpers": "^0.5.
|
|
31
|
+
"@swc/helpers": "^0.5.19",
|
|
32
32
|
"@workleap/swc-configs": "^2.3.7",
|
|
33
33
|
"browserslist": "^4.28.1",
|
|
34
34
|
"postcss": "^8.5.3",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/node": "25.3.0",
|
|
50
50
|
"@types/semver": "7.7.1",
|
|
51
51
|
"@typescript-eslint/parser": "8.56.0",
|
|
52
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
52
|
+
"@typescript/native-preview": "7.0.0-dev.20260222.1",
|
|
53
53
|
"@workleap/eslint-configs": "1.1.12",
|
|
54
54
|
"@workleap/rslib-configs": "1.1.7",
|
|
55
55
|
"@workleap/typescript-configs": "3.0.7",
|