Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Oct 31, 2023
1 parent 5458db6 commit cf80151
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"@achrinza/node-ipc": "^9.2.6"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@popperjs/core": "^2.11.8",
"@vue/cli-service": "^4.5.19",
"axios": "^0.27.2",
"baguettebox.js": "^1.11.1",
"bootstrap": "5.3.*",
"browserslist": "^4.21.4",
"browserslist": "^4.22.1",
"clipboard": "^2.0.11",
"codemirror": "^5.65.9",
"codemirror": "^5.65.15",
"dropzone": "^5.9.3",
"flagpack-dart-sass": "^1.4.0",
"hotkeys-js": "^3.10.0",
"jquery": "^3.6.1",
"locutus": "^2.0.15",
"hotkeys-js": "^3.12.0",
"jquery": "^3.7.1",
"locutus": "^2.0.16",
"luxon": "^1.28.1",
"no-scroll": "^2.1.1",
"node-vibrant": "^3.1.6",
Expand All @@ -52,63 +52,63 @@
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-scss": "^3.21.0",
"terser": "^4.8.1",
"tinycolor2": "^1.4.2",
"vue": "^2.7.14",
"tinycolor2": "^1.6.0",
"vue": "^2.7.15",
"vue-easymde": "^2.0.0",
"vue-flatpickr-component": "^8.1.7",
"vue-multiselect": "^2.1.6",
"vue-flatpickr-component": "^8.1.8",
"vue-multiselect": "^2.1.8",
"vue-trumbowyg": "^3.6.2",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-transform-regenerator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-regenerator": "^7.22.10",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.23.2",
"@fortawesome/fontawesome-free": "^5.15.4",
"@symfony/stimulus-bridge": "^2.1.0",
"@symfony/webpack-encore": "^1.8.2",
"@testing-library/cypress": "^7.0.7",
"@vue/test-utils": "^1.3.3",
"@vue/test-utils": "^1.3.6",
"ajv-keywords": "^3.5.2",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.16",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.5.1",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.26.1",
"cypress": "^7.6.0",
"core-js": "^3.33.2",
"cypress": "^7.7.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.2.0",
"genversion": "^2.3.1",
"html-webpack-plugin": "^5.5.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^25.5.4",
"jest-serializer-vue": "^2.0.2",
"pa11y-ci": "^2.4.2",
"postcss-loader": "^4.3.0",
"postcss-preset-env": "^7.8.3",
"prettier": "^1.19.1",
"regenerator-runtime": "^0.13.11",
"sass": "^1.56.1",
"sass": "^1.69.5",
"sass-loader": "^9.0.3",
"source-sans-pro": "^3.6.0",
"stimulus": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^19.0.0",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.1",
"vue-loader": "^15.11.1",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.14",
"vue-template-compiler": "^2.7.15",
"webpack-notifier": "^1.15.0",
"webpackbar": "^5.0.2",
"workbox-webpack-plugin": "^6.5.4"
"workbox-webpack-plugin": "^6.6.0"
},
"scripts": {
"start": "encore dev-server --port=8234 --progress",
Expand Down

0 comments on commit cf80151

Please sign in to comment.