Skip to content

Commit

Permalink
Merge pull request #90 from educorvi/dependabot/npm_and_yarn/developm…
Browse files Browse the repository at this point in the history
…ent-dependencies-9a25196cfb

build: bump the development-dependencies group with 13 updates
  • Loading branch information
neferin12 committed Dec 14, 2023
2 parents ea95d3b + 558087b commit 35d968d
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 147 deletions.
20 changes: 10 additions & 10 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@rushstack/eslint-patch": "^1.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.1.0",
Expand All @@ -43,28 +43,28 @@
"@types/file-saver": "^2.0.6",
"@types/humanize-duration": "^3.27.2",
"@types/node": "^18.17.7",
"@types/showdown": "^2.0.3",
"@types/showdown": "^2.0.6",
"@types/swagger-ui": "^3.52.0",
"@types/swagger-ui-dist": "^3.30.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.7",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.3.11",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.18.1",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"license-downloader": "^1.0.8",
"license-report": "^6.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.69.5",
"semantic-release": "^22.0.6",
"semantic-release": "^22.0.12",
"semantic-release-monorepo": "^7.0.5",
"size-limit": "^8.2.6",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"vite": "^4.5.1",
"vite-plugin-pwa": "^0.16.6",
"vue-tsc": "~1.8.22"
"vite-plugin-pwa": "^0.17.4",
"vue-tsc": "~1.8.25"
},
"size-limit": [
{
Expand Down
10 changes: 5 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/compression": "^1.7.4",
"@types/cors": "^2.8.15",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.20",
"@types/node": "^18.17.7",
"@types/swagger-ui-express": "^4.1.3",
"nodemon": "^3.0.1",
"semantic-release": "^22.0.6",
"nodemon": "^3.0.2",
"semantic-release": "^22.0.12",
"semantic-release-monorepo": "^7.0.5",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.2",
Expand Down
Loading

0 comments on commit 35d968d

Please sign in to comment.