@knapsack/renderer-webpack-base 4.69.11--canary.4739.aa827e9.0 → 4.69.11--canary.4739.e474457.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 +17 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # v4.69.10 (Wed Sep 18 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into docs/cloud-authoring-docs ([@rockymountainhigh1943](https://github.com/rockymountainhigh1943))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - chore(deps): update dependency babel-loader to ^9.2.1 [#4775](https://github.com/knapsack-labs/app-monorepo/pull/4775) ([@renovate[bot]](https://github.com/renovate[bot]))
10
+
11
+ #### Authors: 2
12
+
13
+ - [@renovate[bot]](https://github.com/renovate[bot])
14
+ - Jake Love ([@rockymountainhigh1943](https://github.com/rockymountainhigh1943))
15
+
16
+ ---
17
+
1
18
  # v4.69.9 (Sat Sep 14 2024)
2
19
 
3
20
  #### 🐛 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.11--canary.4739.aa827e9.0",
4
+ "version": "4.69.11--canary.4739.e474457.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.69.11--canary.4739.aa827e9.0",
27
- "@knapsack/babel-config-starter": "4.69.11--canary.4739.aa827e9.0",
28
- "@knapsack/file-utils": "4.69.11--canary.4739.aa827e9.0",
29
- "@knapsack/types": "4.69.11--canary.4739.aa827e9.0",
30
- "@knapsack/utils": "4.69.11--canary.4739.aa827e9.0",
31
- "babel-loader": "^9.1.3",
26
+ "@knapsack/app": "4.69.11--canary.4739.e474457.0",
27
+ "@knapsack/babel-config-starter": "4.69.11--canary.4739.e474457.0",
28
+ "@knapsack/file-utils": "4.69.11--canary.4739.e474457.0",
29
+ "@knapsack/types": "4.69.11--canary.4739.e474457.0",
30
+ "@knapsack/utils": "4.69.11--canary.4739.e474457.0",
31
+ "babel-loader": "^9.2.1",
32
32
  "webpack": "^5.94.0",
33
33
  "webpack-manifest-plugin": "^4.1.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.69.11--canary.4739.aa827e9.0",
37
- "@knapsack/prettier-config": "4.69.11--canary.4739.aa827e9.0",
38
- "@knapsack/test-ava": "4.69.11--canary.4739.aa827e9.0",
39
- "@knapsack/typescript-config-starter": "4.69.11--canary.4739.aa827e9.0",
40
- "@types/estree": "^1.0.5",
36
+ "@knapsack/eslint-config-starter": "4.69.11--canary.4739.e474457.0",
37
+ "@knapsack/prettier-config": "4.69.11--canary.4739.e474457.0",
38
+ "@knapsack/test-ava": "4.69.11--canary.4739.e474457.0",
39
+ "@knapsack/typescript-config-starter": "4.69.11--canary.4739.e474457.0",
40
+ "@types/estree": "^1.0.6",
41
41
  "@types/node": "^20.16.5",
42
42
  "@types/webpack": "^5.28.5",
43
43
  "@types/webpack-manifest-plugin": "^3.0.8",
@@ -54,5 +54,5 @@
54
54
  "directory": "apps/client/libs/renderer-webpack-base",
55
55
  "type": "git"
56
56
  },
57
- "gitHead": "aa827e9559e08182e2db91290388673b95bcdf38"
57
+ "gitHead": "e474457a379a37ed9439193679b6702b903ff325"
58
58
  }