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 d9ff2de commit c4b7bfbCopy full SHA for c4b7bfb
package.json
@@ -15,8 +15,17 @@
15
"@babel/runtime": "^7.15.4",
16
"@lume/element": "^0.6.0",
17
"@tweenjs/tween.js": "^18.6.4",
18
- "lume": "^0.3.0-alpha.9",
19
- "meteor-node-stubs": "^1.0.0"
+ "lume": "0.3.0-alpha.9",
+ "meteor-node-stubs": "^1.0.0",
20
+ "solid-js": "1.4.x"
21
+ },
22
+ "// overrides for npm": "",
23
+ "overrides": {
24
+ "solid-js": "$solid-js"
25
26
+ "// overrides for yarn": "",
27
+ "resolutions": {
28
+ "solid-js": "1.4.8"
29
},
30
"devDependencies": {
31
"@babel/core": "^7.11.6",
tsconfig.json
@@ -3,6 +3,7 @@
3
"compilerOptions": {
4
"checkJs": true,
5
"declaration": false,
6
+ "declarationMap": false,
7
"rootDir": "./",
8
"jsxImportSource": "@lume/element"
9
0 commit comments