@devvit/ui-renderer 0.11.0-next-2024-10-02-5c036f0ef.0 → 0.11.0-next-2024-10-03-38b7c67ab.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.
Files changed (1) hide show
  1. package/package.json +9 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.11.0-next-2024-10-02-5c036f0ef.0",
3
+ "version": "0.11.0-next-2024-10-03-38b7c67ab.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,9 +60,9 @@
60
60
  "types": "./index.d.ts",
61
61
  "dependencies": {
62
62
  "@devvit/multiplatform": "0.0.1-20240919-49d896a6",
63
- "@devvit/protos": "0.11.0-next-2024-10-02-5c036f0ef.0",
64
- "@devvit/runtime-lite": "0.11.0-next-2024-10-02-5c036f0ef.0",
65
- "@devvit/shared-types": "0.11.0-next-2024-10-02-5c036f0ef.0",
63
+ "@devvit/protos": "0.11.0-next-2024-10-03-38b7c67ab.0",
64
+ "@devvit/runtime-lite": "0.11.0-next-2024-10-03-38b7c67ab.0",
65
+ "@devvit/shared-types": "0.11.0-next-2024-10-03-38b7c67ab.0",
66
66
  "nice-grpc-web": "3.3.3",
67
67
  "p-queue": "7.3.4",
68
68
  "rxjs": "7.8.1"
@@ -88,10 +88,10 @@
88
88
  },
89
89
  "devDependencies": {
90
90
  "@ampproject/filesize": "4.3.0",
91
- "@devvit/eslint-config": "0.11.0-next-2024-10-02-5c036f0ef.0",
92
- "@devvit/public-api": "0.11.0-next-2024-10-02-5c036f0ef.0",
93
- "@devvit/repo-tools": "0.11.0-next-2024-10-02-5c036f0ef.0",
94
- "@devvit/tsconfig": "0.11.0-next-2024-10-02-5c036f0ef.0",
91
+ "@devvit/eslint-config": "0.11.0-next-2024-10-03-38b7c67ab.0",
92
+ "@devvit/public-api": "0.11.0-next-2024-10-03-38b7c67ab.0",
93
+ "@devvit/repo-tools": "0.11.0-next-2024-10-03-38b7c67ab.0",
94
+ "@devvit/tsconfig": "0.11.0-next-2024-10-03-38b7c67ab.0",
95
95
  "@lit-labs/ssr": "^2.2.3",
96
96
  "@lit/localize": "0.11.4",
97
97
  "@open-wc/testing-helpers": "2.3.0",
@@ -99,7 +99,6 @@
99
99
  "@reddit/eslint-plugin-i18n-shreddit": "0.1.0",
100
100
  "@reddit/faceplate": "2.9.4",
101
101
  "@reddit/faceplate-ui": "18.0.1",
102
- "@types/dompurify": "3.0.5",
103
102
  "autoprefixer": "10.4.16",
104
103
  "backstopjs": "6.2.1",
105
104
  "chalk": "4.1.2",
@@ -139,5 +138,5 @@
139
138
  }
140
139
  },
141
140
  "source": "./src/index.ts",
142
- "gitHead": "c118e812d1a1dc3caa504052a4fd865aa6745323"
141
+ "gitHead": "930bd13f9b22e1b5d5f987aca4ee7405f6303a11"
143
142
  }