diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6eb5dc5..ecf7907 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,7 +56,7 @@ importers: dependencies: vite-plugin-solid: specifier: ^2.10.1 - version: 2.10.1(solid-js@1.8.15)(vite@5.1.3) + version: 2.10.1(solid-js@1.8.15)(vite@5.1.4) devDependencies: '@babel/core': specifier: ^7.23.9 @@ -98,11 +98,11 @@ importers: specifier: ^5.3.3 version: 5.3.3 vike: - specifier: ^0.4.162 - version: 0.4.162(vite@5.1.3) + specifier: ^0.4.163 + version: 0.4.163(vite@5.1.4) vite: - specifier: ^5.1.3 - version: 5.1.3(@types/node@18.17.4) + specifier: ^5.1.4 + version: 5.1.4(@types/node@18.17.4) packages: @@ -2932,8 +2932,8 @@ packages: vite: 5.1.1 dev: false - /vike@0.4.162(vite@5.1.3): - resolution: {integrity: sha512-gs5ThCDVLDKnaGfZRNDN1h0ncP/3XNT3seCRWkcz4yT3AFhRTFVB+/bWfsoUryfXQyWYRLKVCk+bEURH1ntbTg==} + /vike@0.4.163(vite@5.1.4): + resolution: {integrity: sha512-BlV0aAGrtWquxcrKczxypfRHh6XLK8KEhFojqB6pQC7gJhExhUtTYilCH90t8/Awbo5E54OoLXkpp1BsS4rKsw==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: @@ -2955,10 +2955,10 @@ packages: fast-glob: 3.3.2 sirv: 2.0.3 source-map-support: 0.5.21 - vite: 5.1.3(@types/node@18.17.4) + vite: 5.1.4(@types/node@18.17.4) dev: true - /vite-plugin-solid@2.10.1(solid-js@1.8.15)(vite@5.1.3): + /vite-plugin-solid@2.10.1(solid-js@1.8.15)(vite@5.1.4): resolution: {integrity: sha512-kfVdNLWaJqaJVL52U6iCCKNW/nXE7bS1VVGOWPGllOkJfcNILymVSY0LCBLSnyy0iYnRtrXpiHm14rMuzeC7CA==} peerDependencies: '@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.* @@ -2974,8 +2974,8 @@ packages: merge-anything: 5.1.7 solid-js: 1.8.15 solid-refresh: 0.6.3(solid-js@1.8.15) - vite: 5.1.3(@types/node@18.17.4) - vitefu: 0.2.5(vite@5.1.3) + vite: 5.1.4(@types/node@18.17.4) + vitefu: 0.2.5(vite@5.1.4) transitivePeerDependencies: - supports-color dev: false @@ -3014,8 +3014,8 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vite@5.1.3(@types/node@18.17.4): - resolution: {integrity: sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==} + /vite@5.1.4(@types/node@18.17.4): + resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -3049,7 +3049,7 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vitefu@0.2.5(vite@5.1.3): + /vitefu@0.2.5(vite@5.1.4): resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 @@ -3057,7 +3057,7 @@ packages: vite: optional: true dependencies: - vite: 5.1.3(@types/node@18.17.4) + vite: 5.1.4(@types/node@18.17.4) dev: false /web-streams-polyfill@3.2.1: diff --git a/vike-solid/package.json b/vike-solid/package.json index 5b08f1e..2ed6678 100644 --- a/vike-solid/package.json +++ b/vike-solid/package.json @@ -29,8 +29,8 @@ "solid-js": "^1.8.15", "tslib": "^2.6.2", "typescript": "^5.3.3", - "vike": "^0.4.162", - "vite": "^5.1.3" + "vike": "^0.4.163", + "vite": "^5.1.4" }, "exports": { ".": "./dist/main.js",