Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 29, 2023
1 parent 77d1d24 commit 40e8cfa
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 234 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker metadata action
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
id: meta
with:
images: |
Expand Down
24 changes: 12 additions & 12 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"genapi": "swagger-typescript-api -p template/swagger.json -t template -o src --module-name-first-tag --sort-routes"
},
"dependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@emotion/react": "^11.11.1",
"@mantine/carousel": "^6.0.20",
"@mantine/core": "^6.0.20",
Expand All @@ -35,37 +35,37 @@
"lz-string": "^1.5.0",
"marked": "^9.0.3",
"marked-highlight": "^2.0.6",
"pdfjs-dist": "3.6.172",
"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.3.3",
"react-pdf": "^7.4.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"swr": "2.2.2",
"swr": "2.2.4",
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@nabla/vite-plugin-eslint": "^1.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/katex": "^0.16.3",
"@types/node": "20.6.4",
"@types/node": "20.7.1",
"@types/prismjs": "^1.26.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.5.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-react": "^4.1.0",
"axios": "^1.5.1",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "8.50.0",
"eslint-plugin-react-hooks": "^4.6.0",
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"prettier": "~3.0.3",
"rollup": "^3.29.3",
"rollup": "^3.29.4",
"swagger-typescript-api": "^13.0.3",
"tslib": "^2.6.2",
"typescript": "5.2.2",
Expand Down
Loading

0 comments on commit 40e8cfa

Please sign in to comment.