@knapsack/renderer-webpack-base 4.69.10 → 4.69.11--canary.4739.aa827e9.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 +0 -17
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,20 +1,3 @@
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
-
18
1
  # v4.69.9 (Sat Sep 14 2024)
19
2
 
20
3
  #### 🐛 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.10",
4
+ "version": "4.69.11--canary.4739.aa827e9.0",
5
5
  "type": "commonjs",
6
6
  "exports": {
7
7
  ".": {
@@ -23,20 +23,20 @@
23
23
  "test": "time ava"
24
24
  },
25
25
  "dependencies": {
26
- "@knapsack/app": "4.69.10",
27
- "@knapsack/babel-config-starter": "4.69.10",
28
- "@knapsack/file-utils": "4.69.10",
29
- "@knapsack/types": "4.69.10",
30
- "@knapsack/utils": "4.69.10",
31
- "babel-loader": "^9.2.1",
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",
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.10",
37
- "@knapsack/prettier-config": "4.69.10",
38
- "@knapsack/test-ava": "4.69.10",
39
- "@knapsack/typescript-config-starter": "4.69.10",
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
40
  "@types/estree": "^1.0.5",
41
41
  "@types/node": "^20.16.5",
42
42
  "@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": "1645f0582b6e27d6c383a8023429b69a7252b959"
57
+ "gitHead": "aa827e9559e08182e2db91290388673b95bcdf38"
58
58
  }