@knapsack/renderer-webpack-base 4.71.0--canary.4884.6344b42.0 → 4.71.0--canary.4483.d5328f4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v4.70.4 (Wed Oct 09 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update dependency @types/node to ^20.16.11 [#4942](https://github.com/knapsack-labs/app-monorepo/pull/4942) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+ - Update dependency webpack to ^5.95.0 [#4908](https://github.com/knapsack-labs/app-monorepo/pull/4908) ([@renovate[bot]](https://github.com/renovate[bot]))
7
+
8
+ #### Authors: 1
9
+
10
+ - [@renovate[bot]](https://github.com/renovate[bot])
11
+
12
+ ---
13
+
14
+ # v4.70.1 (Thu Oct 03 2024)
15
+
16
+ #### 🏠 Internal
17
+
18
+ - Update dependency @types/node to ^20.16.10 [#4890](https://github.com/knapsack-labs/app-monorepo/pull/4890) ([@renovate[bot]](https://github.com/renovate[bot]))
19
+
20
+ #### Authors: 1
21
+
22
+ - [@renovate[bot]](https://github.com/renovate[bot])
23
+
24
+ ---
25
+
1
26
  # v4.70.0 (Wed Oct 02 2024)
2
27
 
3
28
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.71.0--canary.4884.6344b42.0",
4
+ "version": "4.71.0--canary.4483.d5328f4.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.71.0--canary.4884.6344b42.0",
27
- "@knapsack/babel-config-starter": "4.71.0--canary.4884.6344b42.0",
28
- "@knapsack/file-utils": "4.71.0--canary.4884.6344b42.0",
29
- "@knapsack/types": "4.71.0--canary.4884.6344b42.0",
30
- "@knapsack/utils": "4.71.0--canary.4884.6344b42.0",
26
+ "@knapsack/app": "4.71.0--canary.4483.d5328f4.0",
27
+ "@knapsack/babel-config-starter": "4.71.0--canary.4483.d5328f4.0",
28
+ "@knapsack/file-utils": "4.71.0--canary.4483.d5328f4.0",
29
+ "@knapsack/types": "4.71.0--canary.4483.d5328f4.0",
30
+ "@knapsack/utils": "4.71.0--canary.4483.d5328f4.0",
31
31
  "babel-loader": "^9.2.1",
32
- "webpack": "^5.94.0",
32
+ "webpack": "^5.95.0",
33
33
  "webpack-manifest-plugin": "^4.1.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.71.0--canary.4884.6344b42.0",
37
- "@knapsack/prettier-config": "4.71.0--canary.4884.6344b42.0",
38
- "@knapsack/test-ava": "4.71.0--canary.4884.6344b42.0",
39
- "@knapsack/typescript-config-starter": "4.71.0--canary.4884.6344b42.0",
40
- "@types/node": "^20.16.6",
36
+ "@knapsack/eslint-config-starter": "4.71.0--canary.4483.d5328f4.0",
37
+ "@knapsack/prettier-config": "4.71.0--canary.4483.d5328f4.0",
38
+ "@knapsack/test-ava": "4.71.0--canary.4483.d5328f4.0",
39
+ "@knapsack/typescript-config-starter": "4.71.0--canary.4483.d5328f4.0",
40
+ "@types/node": "^20.16.11",
41
41
  "@types/webpack": "^5.28.5",
42
42
  "@types/webpack-manifest-plugin": "^3.0.8",
43
43
  "ava": "^6.1.3",
@@ -53,5 +53,5 @@
53
53
  "directory": "apps/client/libs/renderer-webpack-base",
54
54
  "type": "git"
55
55
  },
56
- "gitHead": "6344b42a6dd323ce8133d55f49965e4a7a6437f0"
56
+ "gitHead": "d5328f4613805d0d9d68947278a9c05fc50897af"
57
57
  }