@knapsack/renderer-vue 4.69.13--canary.4860.ba46b2a.0 → 4.69.13--canary.4739.37477c8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +0 -17
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,20 +1,3 @@
|
|
1
|
-
# v4.69.12 (Thu Sep 26 2024)
|
2
|
-
|
3
|
-
#### 🐛 Bug Fix
|
4
|
-
|
5
|
-
- Merge branch 'latest' into feature/ksp-5560-replace-schema-forms-in-content-blocks ([@GormanDesign](https://github.com/GormanDesign))
|
6
|
-
|
7
|
-
#### 🏠 Internal
|
8
|
-
|
9
|
-
- fix(deps): update vue monorepo to ^3.5.8 [#4841](https://github.com/knapsack-labs/app-monorepo/pull/4841) ([@renovate[bot]](https://github.com/renovate[bot]))
|
10
|
-
|
11
|
-
#### Authors: 2
|
12
|
-
|
13
|
-
- [@renovate[bot]](https://github.com/renovate[bot])
|
14
|
-
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
15
|
-
|
16
|
-
---
|
17
|
-
|
18
1
|
# v4.69.11 (Fri Sep 20 2024)
|
19
2
|
|
20
3
|
#### 🏠 Internal
|
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.13--canary.
|
4
|
+
"version": "4.69.13--canary.4739.37477c8.0",
|
5
5
|
"main": "dist/renderer-vue.js",
|
6
6
|
"types": "dist/renderer-vue.d.ts",
|
7
7
|
"exports": {
|
@@ -28,12 +28,12 @@
|
|
28
28
|
},
|
29
29
|
"author": "Knapsack (https://www.knapsack.cloud)",
|
30
30
|
"dependencies": {
|
31
|
-
"@knapsack/app": "4.69.13--canary.
|
32
|
-
"@knapsack/babel-config-starter": "4.69.13--canary.
|
33
|
-
"@knapsack/file-utils": "4.69.13--canary.
|
34
|
-
"@knapsack/renderer-webpack-base": "4.69.13--canary.
|
35
|
-
"@knapsack/types": "4.69.13--canary.
|
36
|
-
"@knapsack/utils": "4.69.13--canary.
|
31
|
+
"@knapsack/app": "4.69.13--canary.4739.37477c8.0",
|
32
|
+
"@knapsack/babel-config-starter": "4.69.13--canary.4739.37477c8.0",
|
33
|
+
"@knapsack/file-utils": "4.69.13--canary.4739.37477c8.0",
|
34
|
+
"@knapsack/renderer-webpack-base": "4.69.13--canary.4739.37477c8.0",
|
35
|
+
"@knapsack/types": "4.69.13--canary.4739.37477c8.0",
|
36
|
+
"@knapsack/utils": "4.69.13--canary.4739.37477c8.0",
|
37
37
|
"@vue/compiler-sfc": "^3.5.8",
|
38
38
|
"babel-loader": "^9.2.1",
|
39
39
|
"css-loader": "^6.11.0",
|
@@ -46,9 +46,9 @@
|
|
46
46
|
"vue-style-loader": "^4.1.3"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@knapsack/eslint-config-starter": "4.69.13--canary.
|
50
|
-
"@knapsack/test-ava": "4.69.13--canary.
|
51
|
-
"@knapsack/typescript-config-starter": "4.69.13--canary.
|
49
|
+
"@knapsack/eslint-config-starter": "4.69.13--canary.4739.37477c8.0",
|
50
|
+
"@knapsack/test-ava": "4.69.13--canary.4739.37477c8.0",
|
51
|
+
"@knapsack/typescript-config-starter": "4.69.13--canary.4739.37477c8.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": "
|
66
|
+
"gitHead": "37477c8999118bdbe0775dda4dd0c9c640800d46"
|
67
67
|
}
|