Skip to content

Commit

Permalink
build(npm): update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Oct 26, 2023
1 parent 28c47f0 commit 4c751fd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,28 @@
},
"dependencies": {
"@aem-vite/import-rewriter": "^8.0.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.1.0",
"debug": "^4.3.4",
"vite": "^4.4.7"
"vite": "^4.5.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^18.1.0",
"@commitlint/config-conventional": "^18.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/debug": "^4.1.8",
"@types/node": "^16.18.39",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"@types/debug": "^4.1.10",
"@types/node": "^16.18.59",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"prettier": "^3.0.0",
"semantic-release": "^19.0.5",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
"prettier": "^3.0.3",
"semantic-release": "^22.0.5",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@vitejs/plugin-react": "^3.0.0 || ^4.0.0",
Expand Down

0 comments on commit 4c751fd

Please sign in to comment.