diff --git a/examples/demo/package.json b/examples/demo/package.json index dad6ec6..c50f08c 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -1,5 +1,6 @@ { "name": "demo", + "type": "module", "version": "0.11.0", "scripts": { "dev": "vite", @@ -10,7 +11,7 @@ "typescript": "^5.3.3", "unplugin-solid-styled": "0.11.0", "vite": "^5.0.11", - "vite-plugin-solid": "^2.8.0" + "vite-plugin-solid": "2.8.0" }, "dependencies": { "solid-js": "^1.8.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9cbd433..964e9d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,7 +59,7 @@ importers: specifier: ^5.0.11 version: 5.0.11(@types/node@20.11.1)(lightningcss@1.23.0) vite-plugin-solid: - specifier: ^2.8.0 + specifier: 2.8.0 version: 2.8.0(solid-js@1.8.11)(vite@5.0.11) packages/rollup: @@ -450,10 +450,6 @@ packages: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} - engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.23.5: resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} @@ -562,7 +558,7 @@ packages: dependencies: '@babel/core': 7.23.7 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7)