Skip to content

Commit

Permalink
chore(deps): update dependiencies (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds authored Jul 21, 2023
2 parents d907b55 + f9b1651 commit bd912af
Show file tree
Hide file tree
Showing 4 changed files with 1,618 additions and 1,618 deletions.
26 changes: 13 additions & 13 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"dependencies": {
"@casl/ability": "^6.5.0",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.0.3",
"@nestjs/common": "^10.1.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.3",
"@nestjs/core": "^10.1.0",
"@nestjs/jwt": "^10.1.0",
"@nestjs/mapped-types": "^2.0.2",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^10.0.3",
"@nestjs/swagger": "^7.0.4",
"@nestjs/platform-express": "^10.1.0",
"@nestjs/swagger": "^7.1.2",
"@nestjs/typeorm": "^10.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
Expand All @@ -43,8 +43,8 @@
"express-session": "^1.17.3",
"file-type": "^16.5.4",
"helmet": "^7.0.0",
"mysql2": "^3.4.0",
"nest-casl": "^1.8.10",
"mysql2": "^3.5.2",
"nest-casl": "^1.8.11",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-oauth2": "^1.7.0",
Expand All @@ -54,26 +54,26 @@
"typeorm": "^0.3.17"
},
"devDependencies": {
"@nestjs/cli": "^10.0.3",
"@nestjs/cli": "^10.1.10",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.3",
"@nestjs/testing": "^10.1.0",
"@types/cookie-parser": "^1.4.3",
"@types/csurf": "^1.11.2",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/jest": "29.5.3",
"@types/multer": "^1.4.7",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.8",
"@types/passport-jwt": "^3.0.9",
"@types/passport-oauth2": "^1.4.12",
"@types/supertest": "^2.0.12",
"jest": "^29.5.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"tsconfig-paths": "^4.2.0"
},
"jest": {
Expand Down
14 changes: 7 additions & 7 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"chart.js": "^4.3.0",
"easymde": "^2.18.0",
"highlight.js": "^11.8.0",
"isomorphic-dompurify": "^1.6.0",
"marked": "^5.1.0",
"isomorphic-dompurify": "^1.8.0",
"marked": "^5.1.1",
"marked-gfm-heading-id": "^3.0.4",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.0.1",
"marked-mangle": "^1.1.0",
"pinia": "^2.1.4",
"vue-chartjs": "^5.2.0"
},
"devDependencies": {
"@nuxt/test-utils": "^3.5.3",
"@nuxt/test-utils": "^3.6.5",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@vue/test-utils": "^2.4.0",
"nuxt": "^3.5.3",
"@vue/test-utils": "^2.4.1",
"nuxt": "^3.6.5",
"nuxt-gtag": "^0.5.7",
"tailwind-scrollbar-hide": "^1.1.7",
"vitest": "^0.33.0"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
},
"devDependencies": {
"@types/http-proxy": "^1.17.11",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"concurrently": "^8.2.0",
"cross-env": "^7.0.3",
"cypress": "^12.15.0",
"eslint": "^8.43.0",
"cypress": "^12.17.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.15.0",
"eslint-plugin-vue": "^9.15.1",
"http-proxy": "^1.18.1",
"husky": "^8.0.3",
"lerna": "^7.0.2",
"lint-staged": "^13.2.2",
"lerna": "^7.1.4",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vue-eslint-parser": "^9.3.1"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit bd912af

Please sign in to comment.