mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-23 16:34:10 -05:00
Update npm dependencies
This commit is contained in:
parent
8a11d94707
commit
276d9b7fa8
3 changed files with 349 additions and 367 deletions
674
package-lock.json
generated
674
package-lock.json
generated
File diff suppressed because it is too large
Load diff
24
package.json
24
package.json
|
@ -8,15 +8,15 @@
|
|||
"browser-sync": "2.29.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.22.9",
|
||||
"@babel/preset-env": "7.22.9",
|
||||
"@fortawesome/fontawesome-free": "6.4.0",
|
||||
"@babel/core": "7.23.0",
|
||||
"@babel/preset-env": "7.22.20",
|
||||
"@fortawesome/fontawesome-free": "6.4.2",
|
||||
"@mr-hope/gulp-sass": "3.1.1",
|
||||
"autonumeric": "4.9.0",
|
||||
"autoprefixer": "10.4.14",
|
||||
"axios": "1.4.0",
|
||||
"autonumeric": "4.10.0",
|
||||
"autoprefixer": "10.4.16",
|
||||
"axios": "1.5.1",
|
||||
"babel-loader": "9.1.3",
|
||||
"bootstrap": "5.3.0",
|
||||
"bootstrap": "5.3.2",
|
||||
"easymde": "2.18.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"flatpickr": "4.6.13",
|
||||
|
@ -30,20 +30,20 @@
|
|||
"gulp-sass-glob": "1.1.0",
|
||||
"gulp-strip-debug": "4.0.0",
|
||||
"gulp-uglify-es": "3.0.0",
|
||||
"jquery": "3.7.0",
|
||||
"jquery": "3.7.1",
|
||||
"list.js": "2.3.1",
|
||||
"minimist": "1.2.8",
|
||||
"popper.js": "1.16.1",
|
||||
"postcss": "8.4.26",
|
||||
"sass": "1.63.6",
|
||||
"postcss": "8.4.31",
|
||||
"sass": "1.69.0",
|
||||
"sortablejs": "1.15.0",
|
||||
"spinkit": "2.0.1",
|
||||
"terser-webpack-plugin": "5.3.9",
|
||||
"vue": "3.3.4",
|
||||
"vue-loader": "17.2.2",
|
||||
"vue-router": "4.2.4",
|
||||
"vue-router": "4.2.5",
|
||||
"vuex": "4.1.0",
|
||||
"webpack": "5.88.1",
|
||||
"webpack": "5.88.2",
|
||||
"what-input": "5.2.12"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,13 +8,13 @@
|
|||
"browser-sync": "2.29.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.22.9",
|
||||
"@babel/preset-env": "7.22.9",
|
||||
"@fortawesome/fontawesome-free": "6.4.0",
|
||||
"@babel/core": "7.23.0",
|
||||
"@babel/preset-env": "7.22.20",
|
||||
"@fortawesome/fontawesome-free": "6.4.2",
|
||||
"@mr-hope/gulp-sass": "3.1.1",
|
||||
"autonumeric": "4.9.0",
|
||||
"autoprefixer": "10.4.14",
|
||||
"bootstrap": "5.3.0",
|
||||
"autonumeric": "4.10.0",
|
||||
"autoprefixer": "10.4.16",
|
||||
"bootstrap": "5.3.2",
|
||||
"easymde": "2.18.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"flatpickr": "4.6.13",
|
||||
|
@ -28,12 +28,12 @@
|
|||
"gulp-sass-glob": "1.1.0",
|
||||
"gulp-strip-debug": "4.0.0",
|
||||
"gulp-uglify-es": "3.0.0",
|
||||
"jquery": "3.7.0",
|
||||
"jquery": "3.7.1",
|
||||
"list.js": "2.3.1",
|
||||
"minimist": "1.2.8",
|
||||
"popper.js": "1.16.1",
|
||||
"postcss": "8.4.26",
|
||||
"sass": "1.63.6",
|
||||
"postcss": "8.4.31",
|
||||
"sass": "1.69.0",
|
||||
"sortablejs": "1.15.0",
|
||||
"spinkit": "2.0.1",
|
||||
"what-input": "5.2.12"
|
||||
|
|
Loading…
Reference in a new issue