chore: update dependencies

This commit is contained in:
Erica Marigold 2024-05-15 19:58:25 +05:30
parent e3a5c1a3f3
commit 4379ff5373
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
3 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,5 @@
[tools]
just = "readysetplay/just@1.8.0"
luau-lsp = "JohnnyMorganz/luau-lsp@1.27.0"
lune = "lune-org/lune@0.8.0"
stylua = "JohnnyMorganz/StyLua@0.19.1"
luau-lsp = "JohnnyMorganz/luau-lsp@1.29.0"
lune = "lune-org/lune@0.8.4"
stylua = "JohnnyMorganz/StyLua@0.20.0"

View file

@ -15,15 +15,15 @@
},
"homepage": "https://github.com/lune-orc/docs#readme",
"dependencies": {
"next": "^13.4.12",
"nextra": "^2.10.0",
"nextra-theme-docs": "^2.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "^13.5.6",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "18.11.10",
"eslint": "^8.45.0",
"eslint": "^8.57.0",
"next": "^13.4.12",
"typescript": "4.9.5"
}

12
pnpm-lock.yaml generated
View file

@ -9,26 +9,26 @@ importers:
.:
dependencies:
next:
specifier: ^13.4.12
specifier: ^13.5.6
version: 13.5.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
nextra:
specifier: ^2.10.0
specifier: ^2.13.4
version: 2.13.4(next@13.5.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
nextra-theme-docs:
specifier: ^2.10.0
specifier: ^2.13.4
version: 2.13.4(next@13.5.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@2.13.4(next@13.5.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react:
specifier: ^18.2.0
specifier: ^18.3.1
version: 18.3.1
react-dom:
specifier: ^18.2.0
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
devDependencies:
'@types/node':
specifier: 18.11.10
version: 18.11.10
eslint:
specifier: ^8.45.0
specifier: ^8.57.0
version: 8.57.0
typescript:
specifier: 4.9.5