mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 23:52:31 -05:00
Update npm dependencies
This commit is contained in:
parent
a2b3c07613
commit
73f02376a7
3 changed files with 1105 additions and 7989 deletions
9028
package-lock.json
generated
9028
package-lock.json
generated
File diff suppressed because it is too large
Load diff
40
package.json
40
package.json
|
@ -5,22 +5,22 @@
|
|||
"dev": "gulp default watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "2.27.10"
|
||||
"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",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@fortawesome/fontawesome-free": "6.3.0",
|
||||
"@mr-hope/gulp-sass": "3.1.1",
|
||||
"autonumeric": "4.6.2",
|
||||
"autoprefixer": "10.4.14",
|
||||
"axios": "1.3.4",
|
||||
"babel-loader": "9.1.2",
|
||||
"bootstrap": "5.2.3",
|
||||
"easymde": "2.18.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"flatpickr": "4.6.13",
|
||||
"gsap": "3.11.3",
|
||||
"gsap": "3.11.4",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-babel": "8.0.0",
|
||||
"gulp-clean-css": "4.3.0",
|
||||
|
@ -30,20 +30,20 @@
|
|||
"gulp-sass-glob": "1.1.0",
|
||||
"gulp-strip-debug": "4.0.0",
|
||||
"gulp-uglify-es": "3.0.0",
|
||||
"jquery": "3.6.1",
|
||||
"jquery": "3.6.4",
|
||||
"list.js": "2.3.1",
|
||||
"minimist": "1.2.7",
|
||||
"minimist": "1.2.8",
|
||||
"popper.js": "1.16.1",
|
||||
"postcss": "8.4.18",
|
||||
"sass": "1.55.0",
|
||||
"postcss": "8.4.21",
|
||||
"sass": "1.59.2",
|
||||
"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",
|
||||
"terser-webpack-plugin": "5.3.7",
|
||||
"vue": "3.2.47",
|
||||
"vue-loader": "17.0.1",
|
||||
"vue-router": "4.1.6",
|
||||
"vuex": "4.1.0",
|
||||
"webpack": "5.74.0",
|
||||
"webpack": "5.76.1",
|
||||
"what-input": "5.2.12"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,20 +5,20 @@
|
|||
"dev": "gulp default watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "2.27.10"
|
||||
"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",
|
||||
"bootstrap": "5.2.2",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@fortawesome/fontawesome-free": "6.3.0",
|
||||
"@mr-hope/gulp-sass": "3.1.1",
|
||||
"autonumeric": "4.6.2",
|
||||
"autoprefixer": "10.4.14",
|
||||
"bootstrap": "5.2.3",
|
||||
"easymde": "2.18.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"flatpickr": "4.6.13",
|
||||
"gsap": "3.11.3",
|
||||
"gsap": "3.11.4",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-babel": "8.0.0",
|
||||
"gulp-clean-css": "4.3.0",
|
||||
|
@ -28,12 +28,12 @@
|
|||
"gulp-sass-glob": "1.1.0",
|
||||
"gulp-strip-debug": "4.0.0",
|
||||
"gulp-uglify-es": "3.0.0",
|
||||
"jquery": "3.6.1",
|
||||
"jquery": "3.6.4",
|
||||
"list.js": "2.3.1",
|
||||
"minimist": "1.2.7",
|
||||
"minimist": "1.2.8",
|
||||
"popper.js": "1.16.1",
|
||||
"postcss": "8.4.18",
|
||||
"sass": "1.55.0",
|
||||
"postcss": "8.4.21",
|
||||
"sass": "1.59.2",
|
||||
"sortablejs": "1.15.0",
|
||||
"spinkit": "2.0.1",
|
||||
"what-input": "5.2.12"
|
||||
|
|
Loading…
Reference in a new issue