mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 07:32:31 -05:00
Update npm dependencies
This commit is contained in:
parent
bc9e607c4a
commit
bfb99237da
3 changed files with 1041 additions and 1257 deletions
2248
package-lock.json
generated
2248
package-lock.json
generated
File diff suppressed because it is too large
Load diff
30
package.json
30
package.json
|
@ -5,28 +5,28 @@
|
|||
"dev": "gulp default watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "2.29.3"
|
||||
"browser-sync": "3.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.23.0",
|
||||
"@babel/preset-env": "7.22.20",
|
||||
"@fortawesome/fontawesome-free": "6.4.2",
|
||||
"@babel/core": "7.23.7",
|
||||
"@babel/preset-env": "7.23.8",
|
||||
"@fortawesome/fontawesome-free": "6.5.1",
|
||||
"@mr-hope/gulp-sass": "3.1.1",
|
||||
"autonumeric": "4.10.0",
|
||||
"autonumeric": "4.10.2",
|
||||
"autoprefixer": "10.4.16",
|
||||
"axios": "1.5.1",
|
||||
"axios": "1.6.5",
|
||||
"babel-loader": "9.1.3",
|
||||
"bootstrap": "5.3.2",
|
||||
"easymde": "2.18.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"flatpickr": "4.6.13",
|
||||
"gsap": "3.12.2",
|
||||
"gsap": "3.12.4",
|
||||
"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-postcss": "9.1.0",
|
||||
"gulp-sass-glob": "1.1.0",
|
||||
"gulp-strip-debug": "4.0.0",
|
||||
"gulp-uglify-es": "3.0.0",
|
||||
|
@ -34,16 +34,16 @@
|
|||
"list.js": "2.3.1",
|
||||
"minimist": "1.2.8",
|
||||
"popper.js": "1.16.1",
|
||||
"postcss": "8.4.31",
|
||||
"sass": "1.69.0",
|
||||
"sortablejs": "1.15.0",
|
||||
"postcss": "8.4.33",
|
||||
"sass": "1.69.7",
|
||||
"sortablejs": "1.15.1",
|
||||
"spinkit": "2.0.1",
|
||||
"terser-webpack-plugin": "5.3.9",
|
||||
"vue": "3.3.4",
|
||||
"vue-loader": "17.2.2",
|
||||
"terser-webpack-plugin": "5.3.10",
|
||||
"vue": "3.4.12",
|
||||
"vue-loader": "17.4.2",
|
||||
"vue-router": "4.2.5",
|
||||
"vuex": "4.1.0",
|
||||
"webpack": "5.88.2",
|
||||
"webpack": "5.89.0",
|
||||
"what-input": "5.2.12"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,26 +5,26 @@
|
|||
"dev": "gulp default watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "2.29.3"
|
||||
"browser-sync": "3.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.23.0",
|
||||
"@babel/preset-env": "7.22.20",
|
||||
"@fortawesome/fontawesome-free": "6.4.2",
|
||||
"@babel/core": "7.23.7",
|
||||
"@babel/preset-env": "7.23.8",
|
||||
"@fortawesome/fontawesome-free": "6.5.1",
|
||||
"@mr-hope/gulp-sass": "3.1.1",
|
||||
"autonumeric": "4.10.0",
|
||||
"autonumeric": "4.10.2",
|
||||
"autoprefixer": "10.4.16",
|
||||
"bootstrap": "5.3.2",
|
||||
"easymde": "2.18.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"flatpickr": "4.6.13",
|
||||
"gsap": "3.12.2",
|
||||
"gsap": "3.12.4",
|
||||
"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-postcss": "9.1.0",
|
||||
"gulp-sass-glob": "1.1.0",
|
||||
"gulp-strip-debug": "4.0.0",
|
||||
"gulp-uglify-es": "3.0.0",
|
||||
|
@ -32,9 +32,9 @@
|
|||
"list.js": "2.3.1",
|
||||
"minimist": "1.2.8",
|
||||
"popper.js": "1.16.1",
|
||||
"postcss": "8.4.31",
|
||||
"sass": "1.69.0",
|
||||
"sortablejs": "1.15.0",
|
||||
"postcss": "8.4.33",
|
||||
"sass": "1.69.7",
|
||||
"sortablejs": "1.15.1",
|
||||
"spinkit": "2.0.1",
|
||||
"what-input": "5.2.12"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue