mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-09-23 19:03:18 +00:00
Bumps [jquery](https://github.com/jquery/jquery) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/3.6.0...4.0.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
429 B
JSON
20 lines
429 B
JSON
{
|
|
"dependencies": {
|
|
"bootstrap": "5.3.8",
|
|
"@fortawesome/fontawesome-free": "^7.3.1",
|
|
"bootstrap-icons": "1.13.1",
|
|
"jquery": "4.0.0",
|
|
"marked": "^18.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"cypress": "^16.1.0",
|
|
"eslint": "^10.9.0",
|
|
"globals": "^17.11.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/copy-vendor.js",
|
|
"postinstall": "node scripts/copy-vendor.js"
|
|
}
|
|
}
|