Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhero committed Aug 6, 2024
1 parent 764dff8 commit 902c451
Showing 1 changed file with 18 additions and 37 deletions.
55 changes: 18 additions & 37 deletions tests/Application/package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,33 @@
{
"dependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.14.7",
"babel-polyfill": "^6.26.0",
"chart.js": "3.9.1",
"jquery": "^3.6.0",
"jquery": "^3.4.0",
"jquery.dirtyforms": "^2.0.0",
"lightbox2": "^2.11.0",
"semantic-ui-css": "^2.4.0",
"slick-carousel": "^1.8.1"
"lightbox2": "^2.9.0",
"semantic-ui-css": "^2.2.0",
"slick-carousel": "^1.8.1",
"chart.js": "^3.7.1"
},
"devDependencies": {
"@symfony/webpack-encore": "^4.0.0",
"@symfony/webpack-encore": "^1.6.1",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"dedent": "^0.7.0",
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-babel-module": "^5.3.0",
"eslint-plugin-import": "^2.26.0",
"fast-async": "^7.0.0",
"gulp": "^4.0.0",
"gulp-chug": "^0.5",
"gulp-concat": "^2.6.0",
"gulp-debug": "^4.0.0",
"gulp-if": "^3.0.0",
"gulp-livereload": "^4.0.1",
"gulp-order": "^1.1.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglifycss": "^1.0.9",
"merge-stream": "^2.0.0",
"rollup": "^3.18.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-inject": "^3.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.0",
"sass": "^1.77.0",
"sass-loader": "^13.0.0",
"upath": "^2.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.1"
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.11.0",
"fast-async": "^6.3.7",
"merge-stream": "^1.0.0",
"sass": "^1.50.0",
"sass-loader": "^7.0.1",
"upath": "^1.1.0",
"webpack": "^5.76.1",
"yargs": "^6.4.0"
},
"scripts": {
"dev": "yarn encore dev",
Expand Down

0 comments on commit 902c451

Please sign in to comment.