@knapsack/renderer-webpack-base 4.88.1--canary.6964.aacbf7f.0 → 4.89.0--canary.6958.108e756.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.
- package/CHANGELOG.md +0 -13
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
# v4.88.0 (Mon Nov 24 2025)
|
|
2
|
-
|
|
3
|
-
#### 🚀 Enhancement
|
|
4
|
-
|
|
5
|
-
- upgrade to react 19 [#6897](https://github.com/knapsack-labs/app-monorepo/pull/6897) ([@brittanysmart](https://github.com/brittanysmart) [@EvanLovely](https://github.com/EvanLovely))
|
|
6
|
-
|
|
7
|
-
#### Authors: 2
|
|
8
|
-
|
|
9
|
-
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
|
10
|
-
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
1
|
# v4.87.9 (Thu Nov 20 2025)
|
|
15
2
|
|
|
16
3
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-webpack-base",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.89.0--canary.6958.108e756.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"test": "time ava"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@knapsack/app": "4.
|
|
27
|
-
"@knapsack/babel-config-starter": "4.
|
|
28
|
-
"@knapsack/file-utils": "4.
|
|
29
|
-
"@knapsack/types": "4.
|
|
30
|
-
"@knapsack/utils": "4.
|
|
26
|
+
"@knapsack/app": "4.89.0--canary.6958.108e756.0",
|
|
27
|
+
"@knapsack/babel-config-starter": "4.89.0--canary.6958.108e756.0",
|
|
28
|
+
"@knapsack/file-utils": "4.89.0--canary.6958.108e756.0",
|
|
29
|
+
"@knapsack/types": "4.89.0--canary.6958.108e756.0",
|
|
30
|
+
"@knapsack/utils": "4.89.0--canary.6958.108e756.0",
|
|
31
31
|
"babel-loader": "^9.2.1",
|
|
32
32
|
"react-dev-utils": "^12.0.1",
|
|
33
33
|
"webpack": "^5.103.0",
|
|
34
34
|
"webpack-manifest-plugin": "^4.1.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@knapsack/eslint-config-starter": "4.
|
|
38
|
-
"@knapsack/prettier-config": "4.
|
|
39
|
-
"@knapsack/test-ava": "4.
|
|
40
|
-
"@knapsack/typescript-config-starter": "4.
|
|
37
|
+
"@knapsack/eslint-config-starter": "4.89.0--canary.6958.108e756.0",
|
|
38
|
+
"@knapsack/prettier-config": "4.89.0--canary.6958.108e756.0",
|
|
39
|
+
"@knapsack/test-ava": "4.89.0--canary.6958.108e756.0",
|
|
40
|
+
"@knapsack/typescript-config-starter": "4.89.0--canary.6958.108e756.0",
|
|
41
41
|
"@types/node": "^20.19.25",
|
|
42
42
|
"@types/react-dev-utils": "^9.0.15",
|
|
43
43
|
"@types/webpack": "^5.28.5",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"directory": "apps/client/libs/renderer-webpack-base",
|
|
55
55
|
"type": "git"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "108e7560b46ea5c15c427d3834d061d5ed950407"
|
|
58
58
|
}
|