Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 9, 2024
1 parent c0d894e commit ad33b08
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 340 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
"packageManager": "[email protected]",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@lerna-lite/cli": "^3.6.0",
"@lerna-lite/publish": "^3.6.0",
"@lerna-lite/watch": "^3.6.0",
"@playwright/test": "^1.45.0",
"@types/node": "^20.14.9",
"@lerna-lite/cli": "^3.7.0",
"@lerna-lite/publish": "^3.7.0",
"@lerna-lite/watch": "^3.7.0",
"@playwright/test": "^1.45.1",
"@types/node": "^20.14.10",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"npm-run-all2": "^6.2.0",
"npm-run-all2": "^6.2.2",
"pnpm": "^8.15.8",
"rimraf": "^5.0.7",
"typescript": "5.5.2"
"rimraf": "^5.0.9",
"typescript": "5.5.3"
}
}
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"dompurify": "^3.1.5",
"dompurify": "^3.1.6",
"font-awesome": "^4.7.0",
"multiple-select-vanilla": "workspace:*"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"sass": "^1.77.6",
"typescript": "5.5.2",
"vite": "^5.3.2"
"typescript": "5.5.3",
"vite": "^5.3.3"
}
}
10 changes: 5 additions & 5 deletions packages/multiple-select-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
"autoprefixer": "^10.4.19",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.3",
"esbuild": "^0.21.5",
"cssnano": "^7.0.4",
"esbuild": "^0.23.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.2",
"postcss": "^8.4.38",
"glob": "^10.4.4",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"sass": "^1.77.6",
"typescript": "5.5.2"
"typescript": "5.5.3"
}
}
Loading

0 comments on commit ad33b08

Please sign in to comment.