Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 8, 2024
1 parent a609e4c commit 7519a9e
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 123 deletions.
16 changes: 8 additions & 8 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"overrides": {
"xterm-pty>xterm": "$xterm",
"xterm-readline>xterm": "$xterm",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react": "19.0.1",
"@xterm/xterm": "5.6.0-beta.67",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
"@types/react-dom": "19.0.1"
}
},
"name": "next-i18n-static",
Expand All @@ -31,11 +31,11 @@
"base64-arraybuffer": "^1.0.2",
"deepmerge": "^4.3.1",
"monaco-editor": "^0.52.0",
"next": "15.0.3",
"next": "15.0.4",
"next-intl": "^3.26.0",
"pako": "^2.1.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-syntax-highlighter": "^15.6.1",
"use-debounce": "^10.0.4",
"xterm": "npm:@xterm/xterm@5.6.0-beta.67",
Expand All @@ -45,12 +45,12 @@
"devDependencies": {
"@types/node": "^22.10.1",
"@types/pako": "^2.0.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
Expand Down
Loading

0 comments on commit 7519a9e

Please sign in to comment.