@knapsack/renderer-vue 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 +18 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
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
+ - fix(deps): update vue monorepo to ^3.5.6 [#4766](https://github.com/knapsack-labs/app-monorepo/pull/4766) ([@renovate[bot]](https://github.com/renovate[bot]))
10
+ - 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]))
11
+
12
+ #### Authors: 2
13
+
14
+ - [@renovate[bot]](https://github.com/renovate[bot])
15
+ - Jake Love ([@rockymountainhigh1943](https://github.com/rockymountainhigh1943))
16
+
17
+ ---
18
+
1
19
  # v4.69.9 (Sat Sep 14 2024)
2
20
 
3
21
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-vue",
3
3
  "description": "Render Vue",
4
- "version": "4.69.11--canary.4739.aa827e9.0",
4
+ "version": "4.69.11--canary.4739.e474457.0",
5
5
  "main": "dist/renderer-vue.js",
6
6
  "types": "dist/renderer-vue.d.ts",
7
7
  "exports": {
@@ -28,27 +28,27 @@
28
28
  },
29
29
  "author": "Knapsack (https://www.knapsack.cloud)",
30
30
  "dependencies": {
31
- "@knapsack/app": "4.69.11--canary.4739.aa827e9.0",
32
- "@knapsack/babel-config-starter": "4.69.11--canary.4739.aa827e9.0",
33
- "@knapsack/file-utils": "4.69.11--canary.4739.aa827e9.0",
34
- "@knapsack/renderer-webpack-base": "4.69.11--canary.4739.aa827e9.0",
35
- "@knapsack/types": "4.69.11--canary.4739.aa827e9.0",
36
- "@knapsack/utils": "4.69.11--canary.4739.aa827e9.0",
37
- "@vue/compiler-sfc": "^3.5.4",
38
- "babel-loader": "^9.1.3",
31
+ "@knapsack/app": "4.69.11--canary.4739.e474457.0",
32
+ "@knapsack/babel-config-starter": "4.69.11--canary.4739.e474457.0",
33
+ "@knapsack/file-utils": "4.69.11--canary.4739.e474457.0",
34
+ "@knapsack/renderer-webpack-base": "4.69.11--canary.4739.e474457.0",
35
+ "@knapsack/types": "4.69.11--canary.4739.e474457.0",
36
+ "@knapsack/utils": "4.69.11--canary.4739.e474457.0",
37
+ "@vue/compiler-sfc": "^3.5.6",
38
+ "babel-loader": "^9.2.1",
39
39
  "css-loader": "^6.11.0",
40
40
  "ejs": "^3.1.10",
41
41
  "fs-extra": "^11.2.0",
42
42
  "lodash": "^4.17.21",
43
- "vue": "^3.5.4",
43
+ "vue": "^3.5.6",
44
44
  "vue-docgen-api": "^4.79.2",
45
45
  "vue-loader": "^17.4.2",
46
46
  "vue-style-loader": "^4.1.3"
47
47
  },
48
48
  "devDependencies": {
49
- "@knapsack/eslint-config-starter": "4.69.11--canary.4739.aa827e9.0",
50
- "@knapsack/test-ava": "4.69.11--canary.4739.aa827e9.0",
51
- "@knapsack/typescript-config-starter": "4.69.11--canary.4739.aa827e9.0",
49
+ "@knapsack/eslint-config-starter": "4.69.11--canary.4739.e474457.0",
50
+ "@knapsack/test-ava": "4.69.11--canary.4739.e474457.0",
51
+ "@knapsack/typescript-config-starter": "4.69.11--canary.4739.e474457.0",
52
52
  "@types/fs-extra": "^11.0.4",
53
53
  "@types/lodash": "^4.17.5",
54
54
  "ava": "^6.1.3",
@@ -63,5 +63,5 @@
63
63
  "directory": "apps/client/renderers/renderer-vue",
64
64
  "type": "git"
65
65
  },
66
- "gitHead": "aa827e9559e08182e2db91290388673b95bcdf38"
66
+ "gitHead": "e474457a379a37ed9439193679b6702b903ff325"
67
67
  }