@devvit/ui-renderer 0.10.20-next-2024-05-01-701436b16.0 → 0.10.20-next-2024-05-01-049df727f.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/ui-renderer",
|
|
3
|
-
"version": "0.10.20-next-2024-05-01-
|
|
3
|
+
"version": "0.10.20-next-2024-05-01-049df727f.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"clean": "rm -rf .turbo coverage dist library/src/semanticColors.ts",
|
|
14
14
|
"clobber": "yarn clean && rm -rf node_modules",
|
|
15
15
|
"dev": "yarn library:dev",
|
|
16
|
+
"dev:build": "chokidar ./library/src --command 'yarn build' --ignore './library/src/semanticColors.ts'",
|
|
16
17
|
"docker:test:ui": "bash visual-testing/test-in-docker.sh",
|
|
17
18
|
"docker:visual-test:approve": "bash visual-testing/approve.sh",
|
|
18
19
|
"library:build": "yarn library:build:semantic-colors && yarn library:build:typescript && yarn library:build:styles",
|
|
@@ -55,10 +56,10 @@
|
|
|
55
56
|
},
|
|
56
57
|
"types": "./index.d.ts",
|
|
57
58
|
"dependencies": {
|
|
58
|
-
"@devvit/protos": "0.10.20-next-2024-05-01-
|
|
59
|
-
"@devvit/runtime-lite": "0.10.20-next-2024-05-01-
|
|
60
|
-
"@devvit/runtimes": "0.10.20-next-2024-05-01-
|
|
61
|
-
"@devvit/shared-types": "0.10.20-next-2024-05-01-
|
|
59
|
+
"@devvit/protos": "0.10.20-next-2024-05-01-049df727f.0",
|
|
60
|
+
"@devvit/runtime-lite": "0.10.20-next-2024-05-01-049df727f.0",
|
|
61
|
+
"@devvit/runtimes": "0.10.20-next-2024-05-01-049df727f.0",
|
|
62
|
+
"@devvit/shared-types": "0.10.20-next-2024-05-01-049df727f.0",
|
|
62
63
|
"@dotlottie/player-component": "2.7.2",
|
|
63
64
|
"nice-grpc-web": "3.3.3",
|
|
64
65
|
"p-queue": "7.3.4",
|
|
@@ -85,9 +86,9 @@
|
|
|
85
86
|
},
|
|
86
87
|
"devDependencies": {
|
|
87
88
|
"@devvit/eslint-config": "0.10.19",
|
|
88
|
-
"@devvit/public-api": "0.10.20-next-2024-05-01-
|
|
89
|
+
"@devvit/public-api": "0.10.20-next-2024-05-01-049df727f.0",
|
|
89
90
|
"@devvit/repo-tools": "0.10.19",
|
|
90
|
-
"@devvit/tsconfig": "0.10.20-next-2024-05-01-
|
|
91
|
+
"@devvit/tsconfig": "0.10.20-next-2024-05-01-049df727f.0",
|
|
91
92
|
"@lit-labs/ssr": "^2.2.3",
|
|
92
93
|
"@lit/localize": "0.11.4",
|
|
93
94
|
"@open-wc/testing-helpers": "2.3.0",
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
"autoprefixer": "10.4.16",
|
|
98
99
|
"backstopjs": "6.2.1",
|
|
99
100
|
"chokidar": "3.5.3",
|
|
101
|
+
"chokidar-cli": "3.0.0",
|
|
100
102
|
"chrome-launcher": "1.0.0",
|
|
101
103
|
"concurrently": "7.5.0",
|
|
102
104
|
"debounce": "1.2.1",
|
|
@@ -119,5 +121,5 @@
|
|
|
119
121
|
"directory": "dist"
|
|
120
122
|
},
|
|
121
123
|
"source": "./src/index.ts",
|
|
122
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "fc7c194574e010a43a22cdc05c8645ee84d6c6cc"
|
|
123
125
|
}
|