Skip to content

Commit

Permalink
v0.5-rc2: updated dependencies, fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Sep 16, 2024
1 parent d0a4a84 commit d0e5963
Show file tree
Hide file tree
Showing 3 changed files with 1,010 additions and 812 deletions.
3 changes: 2 additions & 1 deletion app/proxies/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import {
} from "@nextui-org/table";
import { Tab, Tabs } from "@nextui-org/tabs";
import { AsyncListData, useAsyncList } from "@react-stately/data";
import { Key, useState } from "react";
import { Key } from "@react-types/shared";
import { useState } from "react";

import {
Column,
Expand Down
139 changes: 70 additions & 69 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,71 @@
{
"name": "go-proxy-frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
},
"dependencies": {
"@codemirror/lang-yaml": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@nextui-org/button": "^2.0.38",
"@nextui-org/card": "^2.0.34",
"@nextui-org/input": "^2.2.5",
"@nextui-org/kbd": "^2.0.34",
"@nextui-org/link": "^2.0.35",
"@nextui-org/listbox": "^2.1.27",
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/popover": "^2.1.29",
"@nextui-org/spacer": "^2.0.33",
"@nextui-org/spinner": "^2.0.34",
"@nextui-org/switch": "^2.0.34",
"@nextui-org/system": "2.2.5",
"@nextui-org/table": "^2.0.40",
"@nextui-org/tabs": "^2.0.37",
"@nextui-org/theme": "2.2.9",
"@react-aria/ssr": "~3.9.5",
"@react-aria/visually-hidden": "~3.8.14",
"@react-stately/data": "^3.11.6",
"@uiw/codemirror-theme-andromeda": "^4.23.0",
"@uiw/codemirror-theme-github": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.24",
"intl-messageformat": "^10.5.14",
"next": "^14.2.5",
"next-themes": "^0.2.1",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@types/node": "^22.1.0",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "~8.4.41",
"tailwind-variants": "~0.1.20",
"tailwindcss": "~3.4.9",
"typescript": "~5.0.4"
}
}
"name": "go-proxy-frontend",
"version": "0.5.0-1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
},
"dependencies": {
"@codemirror/lang-yaml": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@nextui-org/button": "^2.0.38",
"@nextui-org/card": "^2.0.34",
"@nextui-org/input": "^2.2.5",
"@nextui-org/kbd": "^2.0.34",
"@nextui-org/link": "^2.0.35",
"@nextui-org/listbox": "^2.1.27",
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/popover": "^2.1.29",
"@nextui-org/spacer": "^2.0.33",
"@nextui-org/spinner": "^2.0.34",
"@nextui-org/switch": "^2.0.34",
"@nextui-org/system": "2.2.5",
"@nextui-org/table": "^2.0.40",
"@nextui-org/tabs": "^2.0.37",
"@nextui-org/theme": "2.2.9",
"@react-aria/ssr": "~3.9.5",
"@react-aria/visually-hidden": "~3.8.15",
"@react-stately/data": "^3.11.6",
"@react-types/shared": "^3.24.1",
"@uiw/codemirror-theme-andromeda": "^4.23.2",
"@uiw/codemirror-theme-github": "^4.23.2",
"@uiw/react-codemirror": "^4.23.2",
"clsx": "^2.1.1",
"framer-motion": "^11.5.4",
"intl-messageformat": "^10.5.14",
"next": "^14.2.11",
"next-themes": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.11",
"@types/node": "^22.5.5",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.11",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "^8.4.47",
"tailwind-variants": "^0.1.20",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit d0e5963

Please sign in to comment.