mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
chore: update dependencies
This commit is contained in:
parent
e3a5c1a3f3
commit
4379ff5373
3 changed files with 15 additions and 15 deletions
|
@ -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"
|
||||
|
|
12
package.json
12
package.json
|
@ -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
12
pnpm-lock.yaml
generated
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue