Skip to content

Commit

Permalink
Merge pull request #1160 from gusthoff/topic/infrastructure/yarn/upda…
Browse files Browse the repository at this point in the history
…tes/20241227/general

Frontend: update some yarn packages
  • Loading branch information
gusthoff authored Dec 27, 2024
2 parents 30ccd95 + f728906 commit 856b99e
Show file tree
Hide file tree
Showing 2 changed files with 532 additions and 339 deletions.
32 changes: 16 additions & 16 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "",
"private": true,
"dependencies": {
"ace-builds": "^1.36.4",
"ace-builds": "^1.37.1",
"acorn": "^8.14.0",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.5",
Expand All @@ -17,7 +17,7 @@
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand All @@ -29,23 +29,23 @@
"@types/js-cookie": "^3.0.6",
"@types/jsdom": "^21.1.7",
"@types/jszip": "^3.4.1",
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"amd-loader": "^0.0.8",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",
"chai-as-promised": "^8.0.1",
"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.14.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint": "^9.17.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
Expand All @@ -55,27 +55,27 @@
"jsdom": "^25.0.1",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.9.2",
"mocha": "11.0.1",
"mocha": "11.0.2",
"mock-socket": "^9.3.1",
"node-fetch": "^3.3.2",
"nyc": "^17.1.0",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
"sass": "^1.83.0",
"sass-lint": "^1.13.1",
"sass-lint-webpack": "^1.0.4",
"sass-loader": "^16.0.3",
"sass-loader": "^16.0.4",
"source-map-loader": "^5.0.0",
"source-map-support": "^0.5.21",
"terser-webpack-plugin": "^5.3.10",
"terser-webpack-plugin": "^5.3.11",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.27.6",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"typescript-cookies": "^0.0.5",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.1.0",
"webpack-dev-server": "^5.2.0",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"webpack-shell-plugin-next": "^2.3.2",
Expand Down
Loading

0 comments on commit 856b99e

Please sign in to comment.