Update packages
This commit is contained in:
parent
9512a195d7
commit
3aa238ddbf
2 changed files with 18 additions and 18 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
36
package.json
36
package.json
|
@ -12,42 +12,42 @@
|
||||||
"docker:push": "docker push ark.sudovanilla.org/korbs/sudovanilla-website"
|
"docker:push": "docker push ark.sudovanilla.org/korbs/sudovanilla-website"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/markdoc": "^0.8.0",
|
"@astrojs/markdoc": "^0.11.3",
|
||||||
"@astrojs/mdx": "^2.3.1",
|
"@astrojs/mdx": "^3.1.4",
|
||||||
"@astrojs/node": "^8.1.0",
|
"@astrojs/node": "^8.3.3",
|
||||||
"@astrojs/partytown": "^2.0.4",
|
"@astrojs/partytown": "^2.1.1",
|
||||||
"@astrojs/react": "^3.0.7",
|
"@astrojs/react": "^3.6.2",
|
||||||
"@astrojs/vue": "^4.5.0",
|
"@astrojs/vue": "^4.5.0",
|
||||||
"@iconoir/vue": "^7.8.0",
|
"@iconoir/vue": "^7.8.0",
|
||||||
"@keystatic/astro": "^5.0.0",
|
"@keystatic/astro": "^5.0.0",
|
||||||
"@keystatic/core": "^0.5.11",
|
"@keystatic/core": "^0.5.32",
|
||||||
"@meilisearch/instant-meilisearch": "^0.17.0",
|
"@meilisearch/instant-meilisearch": "^0.20.0",
|
||||||
"@minpluto/zorn": "^0.4.5",
|
"@minpluto/zorn": "^0.4.5",
|
||||||
"@types/react": "^18.2.8",
|
"@types/react": "^18.3.4",
|
||||||
"@types/react-dom": "^18.0.11",
|
"@types/react-dom": "^18.3.0",
|
||||||
"astro": "^4.6.3",
|
"astro": "^4.14.5",
|
||||||
"astro-auto-import": "^0.4.2",
|
"astro-auto-import": "^0.4.2",
|
||||||
"astro-json-element": "^1.1.4",
|
"astro-json-element": "^1.1.4",
|
||||||
"astro-matomo": "^1.6.0",
|
"astro-matomo": "^1.6.0",
|
||||||
"astro-robots-txt": "^1.0.0",
|
"astro-robots-txt": "^1.0.0",
|
||||||
"astro-tooltips": "^0.6.2",
|
"astro-tooltips": "^0.6.2",
|
||||||
"astro-useragent": "^4.0.1",
|
"astro-useragent": "^4.0.2",
|
||||||
"axios": "^1.6.8",
|
"axios": "^1.7.5",
|
||||||
"docs-searchbar.js": "^2.5.0",
|
"docs-searchbar.js": "^2.5.0",
|
||||||
"json-truncate": "^3.0.0",
|
"json-truncate": "^3.0.0",
|
||||||
"meilisearch": "^0.38.0",
|
"meilisearch": "^0.42.0",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"pdfjs": "^2.5.3",
|
"pdfjs": "^2.5.3",
|
||||||
"ping": "^0.4.4",
|
"ping": "^0.4.4",
|
||||||
"ping.js": "^0.3.0",
|
"ping.js": "^0.3.0",
|
||||||
"react": "^18.2.0",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.3.1",
|
||||||
"react-instantsearch": "^7.7.2",
|
"react-instantsearch": "^7.13.0",
|
||||||
"reshaped": "^2.11.6",
|
"reshaped": "^3.1.3",
|
||||||
"untruncate-json": "^0.0.1",
|
"untruncate-json": "^0.0.1",
|
||||||
"vue": "^3.4.38"
|
"vue": "^3.4.38"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"sass": "^1.75.0"
|
"sass": "^1.77.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue