mirror of
https://github.com/brunofontes/shareit.git
synced 2025-04-04 11:20:53 +00:00
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/HEAD/packages/resolve-url-loader) and [sass-loader](https://github.com/webpack-contrib/sass-loader). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3) Updates `resolve-url-loader` from 3.1.5 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) Updates `sass-loader` from 8.0.2 to 13.2.0 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v8.0.2...v13.2.0) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: resolve-url-loader dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
632 B
JSON
27 lines
632 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": "^13.2.0",
|
|
"vite": "^3.2.3"
|
|
},
|
|
"dependencies": {
|
|
"moment": "^2.29.4"
|
|
}
|
|
}
|