mirror of
https://github.com/brunofontes/shareit.git
synced 2025-04-04 11:20:53 +00:00
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/HEAD/packages/resolve-url-loader). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 2.0.4 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v2.0.4) Updates `resolve-url-loader` from 3.1.4 to 5.0.0 - [Release notes](https://github.com/bholloway/resolve-url-loader/releases) - [Changelog](https://github.com/bholloway/resolve-url-loader/blob/v5/packages/resolve-url-loader/CHANGELOG.md) - [Commits](https://github.com/bholloway/resolve-url-loader/commits/5.0.0/packages/resolve-url-loader) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: resolve-url-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^1.1.3",
|
|
"bootstrap": "^4.6.0",
|
|
"cross-env": "^5.2.1",
|
|
"jquery": "^3.5.1",
|
|
"laravel-echo": "^1.14.1",
|
|
"laravel-vite-plugin": "^0.7.0",
|
|
"lodash": "^4.17.21",
|
|
"popper.js": "^1.16.1",
|
|
"postcss": "^8.4.19",
|
|
"pusher-js": "^7.4.1",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.56.1",
|
|
"sass-loader": "^8.0.2",
|
|
"vite": "^3.2.3"
|
|
}
|
|
}
|