1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-06 14:48:34 -04:00
hypothetical/package.json
dependabot[bot] cf2636aa2f
Bump ua-parser-js and browser-sync
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) to 1.0.34 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together.


Updates `ua-parser-js` from 1.0.2 to 1.0.34
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/1.0.34/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/1.0.2...1.0.34)

Updates `browser-sync` from 2.27.10 to 2.28.3
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.10...v2.28.3)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
- dependency-name: browser-sync
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 21:38:02 +00:00

49 lines
1.2 KiB
JSON

{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp default watch"
},
"devDependencies": {
"browser-sync": "2.28.3"
},
"dependencies": {
"@babel/core": "7.19.6",
"@babel/preset-env": "7.19.4",
"@fortawesome/fontawesome-free": "6.2.0",
"@mr-hope/gulp-sass": "3.1.0",
"autonumeric": "4.6.0",
"autoprefixer": "10.4.12",
"axios": "1.1.3",
"babel-loader": "8.2.5",
"bootstrap": "5.2.2",
"easymde": "2.18.0",
"fancy-log": "2.0.0",
"flatpickr": "4.6.13",
"gsap": "3.11.3",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-plumber": "1.2.1",
"gulp-postcss": "9.0.1",
"gulp-sass-glob": "1.1.0",
"gulp-strip-debug": "4.0.0",
"gulp-uglify-es": "3.0.0",
"jquery": "3.6.1",
"list.js": "2.3.1",
"minimist": "1.2.7",
"popper.js": "1.16.1",
"postcss": "8.4.18",
"sass": "1.55.0",
"sortablejs": "1.15.0",
"spinkit": "2.0.1",
"terser-webpack-plugin": "5.3.6",
"vue": "3.2.41",
"vue-loader": "17.0.0",
"vue-router": "4.1.5",
"vuex": "4.1.0",
"webpack": "5.74.0",
"what-input": "5.2.12"
}
}