Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Dec 24, 2023
1 parent 81c1e78 commit dfa92bf
Show file tree
Hide file tree
Showing 7 changed files with 761 additions and 735 deletions.
56 changes: 28 additions & 28 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"genapi": "swagger-typescript-api -p template/swagger.json -t template -o src --module-name-first-tag --sort-routes"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@emotion/react": "^11.11.1",
"@babel/core": "^7.23.6",
"@emotion/react": "^11.11.3",
"@mantine/carousel": "^6.0.20",
"@mantine/core": "^6.0.20",
"@mantine/dates": "^6.0.20",
Expand All @@ -21,7 +21,7 @@
"@mantine/hooks": "^6.0.20",
"@mantine/modals": "^6.0.20",
"@mantine/notifications": "^6.0.20",
"@marsidev/react-turnstile": "^0.3.1",
"@marsidev/react-turnstile": "^0.4.0",
"@mdi/js": "^7.3.67",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^7.0.12",
Expand All @@ -33,45 +33,45 @@
"embla-carousel-react": "^7.1.0",
"katex": "^0.16.9",
"lz-string": "^1.5.0",
"marked": "^9.1.2",
"marked-highlight": "^2.0.6",
"marked": "^11.1.0",
"marked-highlight": "^2.1.0",
"pdfjs-dist": "3.11.174",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-pdf": "^7.5.1",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0",
"react-pdf": "^7.6.0",
"react-router": "^6.21.1",
"react-router-dom": "^6.21.1",
"swr": "2.2.4",
"vite-tsconfig-paths": "^4.2.1"
"vite-tsconfig-paths": "^4.2.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@nabla/vite-plugin-eslint": "^1.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/katex": "^0.16.5",
"@types/node": "20.8.8",
"@types/prismjs": "^1.26.2",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"axios": "^1.5.1",
"@babel/eslint-parser": "^7.23.3",
"@nabla/vite-plugin-eslint": "^2.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/katex": "^0.16.7",
"@types/node": "20.10.5",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.2",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "8.52.0",
"eslint": "8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"prettier": "~3.0.3",
"rollup": "^4.1.4",
"prettier": "~3.1.1",
"rollup": "^4.9.1",
"swagger-typescript-api": "^13.0.3",
"tslib": "^2.6.2",
"typescript": "5.2.2",
"vite": "^4.5.0",
"vite-plugin-pages": "^0.31.0",
"typescript": "5.3.3",
"vite": "^5.0.10",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-prismjs": "^0.0.8",
"vite-plugin-webfont-dl": "^3.7.6"
"vite-plugin-webfont-dl": "^3.9.1"
}
}
Loading

0 comments on commit dfa92bf

Please sign in to comment.