this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

upgrade packages

+23 -35
-12
__unconfig_iles.config.ts
··· 1 - 2 - let __unconfig_data; 3 - let __unconfig_stub = function (data = {}) { __unconfig_data = data }; 4 - __unconfig_stub.default = (data = {}) => { __unconfig_data = data }; 5 - import { defineConfig } from "iles"; 6 - 7 - const __unconfig_default = defineConfig({ 8 - siteUrl: "https://juliencalixte.eu", 9 - modules: ["@islands/headings"], 10 - }); 11 - 12 - if (typeof __unconfig_default === "function") __unconfig_default(...[{"command":"serve","mode":"development"}]);export default __unconfig_data;
+3 -3
package.json
··· 11 11 "node": ">= 16.0.0" 12 12 }, 13 13 "devDependencies": { 14 - "@islands/headings": "^0.8.0", 14 + "@islands/headings": "^0.8.1", 15 15 "@islands/prism": "^0.8.0", 16 16 "iles": "^0.8.5", 17 - "sass": "^1.54.9", 17 + "sass": "^1.55.0", 18 18 "typescript": "^4.8.3", 19 - "vitest": "^0.23.2", 19 + "vitest": "^0.23.4", 20 20 "vue": "^3.2.39", 21 21 "vue-tsc": "^0.40.13" 22 22 },
+20 -20
pnpm-lock.yaml
··· 1 1 lockfileVersion: 5.4 2 2 3 3 specifiers: 4 - '@islands/headings': ^0.8.0 4 + '@islands/headings': ^0.8.1 5 5 '@islands/prism': ^0.8.0 6 6 iles: ^0.8.5 7 7 pinia: ^2.0.22 8 - sass: ^1.54.9 8 + sass: ^1.55.0 9 9 typescript: ^4.8.3 10 - vitest: ^0.23.2 10 + vitest: ^0.23.4 11 11 vue: ^3.2.39 12 12 vue-tsc: ^0.40.13 13 13 ··· 15 15 pinia: 2.0.22_arz4dztosvwy2ghjrlh2wdhejm 16 16 17 17 devDependencies: 18 - '@islands/headings': 0.8.0 18 + '@islands/headings': 0.8.1 19 19 '@islands/prism': 0.8.0 20 - iles: 0.8.5_sass@1.54.9 21 - sass: 1.54.9 20 + iles: 0.8.5_sass@1.55.0 21 + sass: 1.55.0 22 22 typescript: 4.8.3 23 - vitest: 0.23.2_sass@1.54.9 23 + vitest: 0.23.4_sass@1.55.0 24 24 vue: 3.2.39 25 25 vue-tsc: 0.40.13_typescript@4.8.3 26 26 ··· 64 64 dev: true 65 65 optional: true 66 66 67 - /@islands/headings/0.8.0: 68 - resolution: {integrity: sha512-z6ZkbZ4qkEmnr7OnsK3spCEYSvrl6KFKRy7v9elUJRObd/Glw3oncH7ra21J1gYlI4HWLYcOXSG3QdYIH4W8Ew==} 67 + /@islands/headings/0.8.1: 68 + resolution: {integrity: sha512-h9pe2w2vg8BaKeRdpe9blErr2sIIz3+HeTANpGB7WYMl+KV//8PhM2HdL8GeqFxDNZZnh7QAkWtJ7UecPHnzjw==} 69 69 dependencies: 70 70 hast-util-heading-rank: 2.1.0 71 71 hast-util-to-string: 2.0.0 ··· 259 259 vite: ^3.0.0 260 260 vue: ^3.2.25 261 261 dependencies: 262 - vite: 3.1.1_sass@1.54.9 262 + vite: 3.1.1_sass@1.55.0 263 263 vue: 3.2.39 264 264 dev: true 265 265 ··· 1133 1133 engines: {node: '>=10.17.0'} 1134 1134 dev: true 1135 1135 1136 - /iles/0.8.5_sass@1.54.9: 1136 + /iles/0.8.5_sass@1.55.0: 1137 1137 resolution: {integrity: sha512-4ETrQU69KhyxRyR2P/OJdRSF7G79JRIcMeFYUNr60vuolebmqS8Uc6HDilvoZysy3zihZvN8HWLj3Kl4aaVv6g==} 1138 1138 engines: {node: ^14.18 || >= 16.0.0} 1139 1139 hasBin: true ··· 1160 1160 picocolors: 1.0.0 1161 1161 unist-util-visit: 4.1.0 1162 1162 unplugin-vue-components: 0.21.2_vite@3.1.1+vue@3.2.39 1163 - vite: 3.1.1_sass@1.54.9 1163 + vite: 3.1.1_sass@1.55.0 1164 1164 vue: 3.2.39 1165 1165 vue-router: 4.0.12_vue@3.2.39 1166 1166 transitivePeerDependencies: ··· 2137 2137 mri: 1.2.0 2138 2138 dev: true 2139 2139 2140 - /sass/1.54.9: 2141 - resolution: {integrity: sha512-xb1hjASzEH+0L0WI9oFjqhRi51t/gagWnxLiwUNMltA0Ab6jIDkAacgKiGYKM9Jhy109osM7woEEai6SXeJo5Q==} 2140 + /sass/1.55.0: 2141 + resolution: {integrity: sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==} 2142 2142 engines: {node: '>=12.0.0'} 2143 2143 hasBin: true 2144 2144 dependencies: ··· 2434 2434 dependencies: 2435 2435 acorn: 8.8.0 2436 2436 chokidar: 3.5.3 2437 - vite: 3.1.1_sass@1.54.9 2437 + vite: 3.1.1_sass@1.55.0 2438 2438 webpack-sources: 3.2.3 2439 2439 webpack-virtual-modules: 0.4.4 2440 2440 dev: true ··· 2466 2466 vfile-message: 3.1.0 2467 2467 dev: true 2468 2468 2469 - /vite/3.1.1_sass@1.54.9: 2469 + /vite/3.1.1_sass@1.55.0: 2470 2470 resolution: {integrity: sha512-hgxQWev/AL7nWYrqByYo8nfcH9n97v6oFsta9+JX8h6cEkni7nHKP2kJleNYV2kcGhE8jsbaY1aStwPZXzPbgA==} 2471 2471 engines: {node: ^14.18.0 || >=16.0.0} 2472 2472 hasBin: true ··· 2489 2489 postcss: 8.4.16 2490 2490 resolve: 1.22.1 2491 2491 rollup: 2.78.1 2492 - sass: 1.54.9 2492 + sass: 1.55.0 2493 2493 optionalDependencies: 2494 2494 fsevents: 2.3.2 2495 2495 dev: true 2496 2496 2497 - /vitest/0.23.2_sass@1.54.9: 2498 - resolution: {integrity: sha512-kTBKp3ROPDkYC+x2zWt4znkDtnT08W1FQ6ngRFuqxpBGNuNVS+eWZKfffr8y2JGvEzZ9EzMAOcNaiqMj/FZqMw==} 2497 + /vitest/0.23.4_sass@1.55.0: 2498 + resolution: {integrity: sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==} 2499 2499 engines: {node: '>=v14.16.0'} 2500 2500 hasBin: true 2501 2501 peerDependencies: ··· 2526 2526 tinybench: 2.1.5 2527 2527 tinypool: 0.3.0 2528 2528 tinyspy: 1.0.2 2529 - vite: 3.1.1_sass@1.54.9 2529 + vite: 3.1.1_sass@1.55.0 2530 2530 transitivePeerDependencies: 2531 2531 - less 2532 2532 - sass