Skip to content

Commit

Permalink
Frontend: updating some yarn packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gusthoff committed Jul 26, 2024
1 parent c1f9fe2 commit 7502b30
Show file tree
Hide file tree
Showing 2 changed files with 659 additions and 424 deletions.
40 changes: 20 additions & 20 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"private": true,
"dependencies": {
"acorn": "^8.12.0",
"acorn": "^8.12.1",
"brace": "^0.11.1",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.5",
Expand All @@ -16,9 +16,9 @@
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/ace": "0.0.52",
"@types/chai": "^4.3.16",
Expand All @@ -29,54 +29,54 @@
"@types/jsdom": "^21.1.7",
"@types/jszip": "^3.4.1",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"amd-loader": "^0.0.8",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"chai": "^4.4.1",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"chai-dom": "^1.12.0",
"chunks-2-json-webpack-plugin": "^1.0.4",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.5.0",
"eslint-plugin-jsdoc": "^48.5.0",
"eslint": "^9.7.0",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"ifdef-loader": "^2.3.2",
"imports-loader": "^5.0.0",
"istanbul-lib-instrument": "^6.0.2",
"jsdom": "^24.1.0",
"istanbul-lib-instrument": "^6.0.3",
"jsdom": "^24.1.1",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.9.0",
"mocha": "^10.5.2",
"mocha": "^10.7.0",
"mock-socket": "^9.3.1",
"node-fetch": "^3.3.2",
"node-sass": "^9.0.0",
"nyc": "^17.0.0",
"postcss": "^8.4.38",
"postcss": "^8.4.40",
"postcss-loader": "^8.1.1",
"sass": "^1.77.6",
"sass": "^1.77.8",
"sass-lint": "^1.13.1",
"sass-lint-webpack": "^1.0.4",
"sass-loader": "^14.2.1",
"sass-loader": "^15.0.0",
"source-map-loader": "^5.0.0",
"source-map-support": "^0.5.21",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.3",
"typescript": "^5.5.2",
"typedoc": "^0.26.5",
"typescript": "^5.5.4",
"typescript-cookies": "^0.0.5",
"webpack": "^5.92.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"webpack-shell-plugin-next": "^2.3.1",
"webpack-watch-files-plugin": "^1.2.1"
Expand Down
Loading

0 comments on commit 7502b30

Please sign in to comment.