Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 11, 2024
1 parent 8a431c4 commit 5d69d3c
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 86 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"@lerna-lite/cli": "^3.10.1",
"@lerna-lite/publish": "^3.10.1",
"@lerna-lite/watch": "^3.10.1",
"@playwright/test": "^1.49.0",
"@types/node": "^22.10.1",
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"npm-run-all2": "^7.0.1",
"pnpm": "^9.14.4",
"pnpm": "^9.15.0",
"rimraf": "^5.0.10",
"typescript": "5.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"dompurify": "^3.2.2",
"dompurify": "^3.2.3",
"font-awesome": "^4.7.0",
"multiple-select-vanilla": "workspace:*"
},
"devDependencies": {
"sass": "^1.81.0",
"sass": "^1.82.0",
"typescript": "5.7.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/multiple-select-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"esbuild": "^0.24.0",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"sass": "^1.81.0",
"sass": "^1.82.0",
"tinyglobby": "^0.2.10",
"typescript": "5.7.2"
}
Expand Down
Loading

0 comments on commit 5d69d3c

Please sign in to comment.