@devvit/ui-renderer 0.10.22-next-2024-05-29-86bdbbb3e.0 → 0.10.22-next-2024-05-29-283af252a.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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.10.22-next-2024-05-29-86bdbbb3e.0",
3
+ "version": "0.10.22-next-2024-05-29-283af252a.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -47,22 +47,22 @@
47
47
  "visual-test:build": "yarn visual-test:build:typescript && yarn visual-test:build:vite && yarn visual-test:build:layouts",
48
48
  "visual-test:build:layouts": "node scripts/build-layouts.js",
49
49
  "visual-test:build:typescript": "tsc -p visual-testing",
50
- "visual-test:build:vite": "vite build --force --config visual-testing/vite.config.js",
50
+ "visual-test:build:vite": "vite build --config visual-testing/vite.config.js",
51
51
  "visual-test:check": "bash ./scripts/check-layouts.sh",
52
52
  "visual-test:dev": "concurrently -n 'viz:typescript,viz:vite,viz:serve' 'yarn visual-test:dev:typescript' 'yarn visual-test:dev:vite' 'yarn visual-test:dev:serve'",
53
53
  "visual-test:dev:serve": "http-server ./build -p 5173",
54
54
  "visual-test:dev:typescript": "tsc -p visual-testing -w",
55
- "visual-test:dev:vite": "vite build --force --config visual-testing/vite.config.js --watch",
55
+ "visual-test:dev:vite": "vite build --config visual-testing/vite.config.js --watch",
56
56
  "visual-test:report": "backstop --config backstop.config.cjs openReport",
57
57
  "visual-test:test": "backstop --config backstop.config.cjs test"
58
58
  },
59
59
  "types": "./index.d.ts",
60
60
  "dependencies": {
61
61
  "@devvit/multiplatform": "0.0.1-20240529-491771c9",
62
- "@devvit/protos": "0.10.22-next-2024-05-29-86bdbbb3e.0",
63
- "@devvit/runtime-lite": "0.10.22-next-2024-05-29-86bdbbb3e.0",
64
- "@devvit/runtimes": "0.10.22-next-2024-05-29-86bdbbb3e.0",
65
- "@devvit/shared-types": "0.10.22-next-2024-05-29-86bdbbb3e.0",
62
+ "@devvit/protos": "0.10.22-next-2024-05-29-283af252a.0",
63
+ "@devvit/runtime-lite": "0.10.22-next-2024-05-29-283af252a.0",
64
+ "@devvit/runtimes": "0.10.22-next-2024-05-29-283af252a.0",
65
+ "@devvit/shared-types": "0.10.22-next-2024-05-29-283af252a.0",
66
66
  "@dotlottie/player-component": "2.7.2",
67
67
  "compare-versions": "6.1.0",
68
68
  "nice-grpc-web": "3.3.3",
@@ -91,9 +91,9 @@
91
91
  "devDependencies": {
92
92
  "@ampproject/filesize": "4.3.0",
93
93
  "@devvit/eslint-config": "0.10.21",
94
- "@devvit/public-api": "0.10.22-next-2024-05-29-86bdbbb3e.0",
94
+ "@devvit/public-api": "0.10.22-next-2024-05-29-283af252a.0",
95
95
  "@devvit/repo-tools": "0.10.21",
96
- "@devvit/tsconfig": "0.10.22-next-2024-05-29-86bdbbb3e.0",
96
+ "@devvit/tsconfig": "0.10.22-next-2024-05-29-283af252a.0",
97
97
  "@lit-labs/ssr": "^2.2.3",
98
98
  "@lit/localize": "0.11.4",
99
99
  "@open-wc/testing-helpers": "2.3.0",
@@ -122,8 +122,8 @@
122
122
  "tailwindcss": "3.3.1",
123
123
  "ts-node": "10.9.1",
124
124
  "typescript": "5.3.2",
125
- "vite": "4.5.1",
126
- "vitest": "0.31.0"
125
+ "vite": "5.2.12",
126
+ "vitest": "1.6.0"
127
127
  },
128
128
  "publishConfig": {
129
129
  "directory": "dist"
@@ -139,5 +139,5 @@
139
139
  }
140
140
  },
141
141
  "source": "./src/index.ts",
142
- "gitHead": "9a47474432546e95705dcbc4417b875336384b98"
142
+ "gitHead": "e30ad0e1b475cca042848c217ca190658b3aa830"
143
143
  }