@knapsack/renderer-webpack-base 4.69.1 → 4.69.3

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 +26 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ # v4.69.3 (Wed Sep 04 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update dependency @types/node to ^20.16.3 [#4643](https://github.com/knapsack-labs/app-monorepo/pull/4643) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+
11
+ ---
12
+
13
+ # v4.69.2 (Fri Aug 30 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - add error info [#4628](https://github.com/knapsack-labs/app-monorepo/pull/4628) ([@EvanLovely](https://github.com/EvanLovely) [@mabry1985](https://github.com/mabry1985))
18
+ - Merge branch 'latest' into EvanLovely-patch-24 ([@mabry1985](https://github.com/mabry1985))
19
+
20
+ #### Authors: 2
21
+
22
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
23
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
24
+
25
+ ---
26
+
1
27
  # v4.69.1 (Fri Aug 30 2024)
2
28
 
3
29
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.69.1",
4
+ "version": "4.69.3",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -21,22 +21,22 @@
21
21
  "test": "time ava"
22
22
  },
23
23
  "dependencies": {
24
- "@knapsack/app": "4.69.1",
25
- "@knapsack/babel-config-starter": "4.69.1",
26
- "@knapsack/file-utils": "4.69.1",
27
- "@knapsack/types": "4.69.1",
28
- "@knapsack/utils": "4.69.1",
24
+ "@knapsack/app": "4.69.3",
25
+ "@knapsack/babel-config-starter": "4.69.3",
26
+ "@knapsack/file-utils": "4.69.3",
27
+ "@knapsack/types": "4.69.3",
28
+ "@knapsack/utils": "4.69.3",
29
29
  "babel-loader": "^9.1.3",
30
30
  "webpack": "^5.91.0",
31
31
  "webpack-manifest-plugin": "^4.0.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@knapsack/eslint-config-starter": "4.69.1",
35
- "@knapsack/prettier-config": "4.69.1",
36
- "@knapsack/test-ava": "4.69.1",
37
- "@knapsack/typescript-config-starter": "4.69.1",
34
+ "@knapsack/eslint-config-starter": "4.69.3",
35
+ "@knapsack/prettier-config": "4.69.3",
36
+ "@knapsack/test-ava": "4.69.3",
37
+ "@knapsack/typescript-config-starter": "4.69.3",
38
38
  "@types/estree": "^1.0.5",
39
- "@types/node": "^20.16.1",
39
+ "@types/node": "^20.16.3",
40
40
  "@types/webpack": "^5.28.5",
41
41
  "@types/webpack-manifest-plugin": "^3.0.8",
42
42
  "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": "37e6ac2c16c632a521aba1a2b73edee072e7842e"
56
+ "gitHead": "ebf2843a855700a85d377e4e36efdee1d969ec8a"
57
57
  }