We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d837f4b commit cf9fdf5Copy full SHA for cf9fdf5
packages/prism/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@theme-ui/prism",
3
- "version": "0.4.0-alpha.0",
+ "version": "0.4.0-alpha.1",
4
"main": "dist/prism.js",
5
"module": "dist/prism.esm.js",
6
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
16
"prism-react-renderer": "^1.0.2"
17
},
18
"peerDependencies": {
19
- "theme-ui": "^0.3.0"
+ "theme-ui": "^0.4.0-alpha.1"
20
21
"publishConfig": {
22
"access": "public"
@@ -35,6 +35,7 @@
35
"devDependencies": {
36
"lodash.kebabcase": "^4.1.1",
37
"postcss": "^7.0.17",
38
- "postcss-js": "^2.0.2"
+ "postcss-js": "^2.0.2",
39
40
}
41
0 commit comments