Update deps

This commit is contained in:
Maciej Jur 2023-04-15 21:25:29 +02:00
parent 8591ce6fba
commit dd2fc95695
3 changed files with 12 additions and 12 deletions

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.18.4",
"@astrojs/mdx": "^0.19.0",
"@astrojs/solid-js": "^2.1.0",
"astro": "^2.3.0",
"dayjs": "^1.11.7",

View file

@ -2,8 +2,8 @@ lockfileVersion: '6.0'
dependencies:
'@astrojs/mdx':
specifier: ^0.18.4
version: 0.18.4(astro@2.3.0)(rollup@3.20.2)
specifier: ^0.19.0
version: 0.19.0(astro@2.3.0)(rollup@3.20.2)
'@astrojs/solid-js':
specifier: ^2.1.0
version: 2.1.0(@babel/core@7.21.4)(solid-js@1.7.3)
@ -138,8 +138,8 @@ packages:
- supports-color
dev: false
/@astrojs/mdx@0.18.4(astro@2.3.0)(rollup@3.20.2):
resolution: {integrity: sha512-yLlHF74oBtCCPnCY4LBios3OrXc97IXIBVOWuyXxmNwAYMA4xIfClN2YP9cFQJITDI/d80qrANzQLQInUNKlHA==}
/@astrojs/mdx@0.19.0(astro@2.3.0)(rollup@3.20.2):
resolution: {integrity: sha512-McFpMV+npinIEKnY5t9hsdzLd76g78GgIRUPxem2OeXPNB8xr2pNS28GeU0+6Pn5STnB+sgcyyeqXLgzauOlMQ==}
engines: {node: '>=16.12.0'}
dependencies:
'@astrojs/markdown-remark': 2.1.4(astro@2.3.0)
@ -1139,9 +1139,9 @@ packages:
hasBin: true
dependencies:
caniuse-lite: 1.0.30001478
electron-to-chromium: 1.4.364
electron-to-chromium: 1.4.365
node-releases: 2.0.10
update-browserslist-db: 1.0.10(browserslist@4.21.5)
update-browserslist-db: 1.0.11(browserslist@4.21.5)
dev: false
/buffer@6.0.3:
@ -1371,8 +1371,8 @@ packages:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
dev: false
/electron-to-chromium@1.4.364:
resolution: {integrity: sha512-v6GxKdF57qfweXSfnne9nw1vS/86G4+UtscEe+3HQF+zhhrjAY4+9A4gstIQO56gyZvVrt9MZwt9aevCz/tohQ==}
/electron-to-chromium@1.4.365:
resolution: {integrity: sha512-FRHZO+1tUNO4TOPXmlxetkoaIY8uwHzd1kKopK/Gx2SKn1L47wJXWD44wxP5CGRyyP98z/c8e1eBzJrgPeiBOg==}
dev: false
/emmet@2.4.2:
@ -3511,8 +3511,8 @@ packages:
unist-util-visit-parents: 5.1.3
dev: false
/update-browserslist-db@1.0.10(browserslist@4.21.5):
resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==}
/update-browserslist-db@1.0.11(browserslist@4.21.5):
resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'

View file

@ -29,7 +29,7 @@ This website would not have been possible without the following free and open-so
| Project | License |
|---------------------------------------------------------------------------|--------------|
| [Astro](https://astro.build/) | MIT |
| [Svelte](https://svelte.dev/) | MIT |
| [SolidJS](https://www.solidjs.com/) | MIT |
| [Leaflet](https://leafletjs.com/) | BSD 2-clause |
| [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster) | MIT |
| [Reveal.js](https://revealjs.com/) | MIT |