Skip to content

Commit

Permalink
Merge pull request #1135 from gusthoff/topic/infrastructure/yarn/upda…
Browse files Browse the repository at this point in the history
…tes/20241103/yarn_update

Frontend: updating yarn packages
  • Loading branch information
gusthoff authored Nov 3, 2024
2 parents 18c38ab + cd5a54e commit 3de6494
Show file tree
Hide file tree
Showing 2 changed files with 1,186 additions and 1,446 deletions.
30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "",
"private": true,
"dependencies": {
"acorn": "^8.12.1",
"acorn": "^8.14.0",
"brace": "^0.11.1",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.5",
Expand All @@ -18,8 +18,8 @@
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/ace": "0.0.52",
"@types/chai": "^5.0.1",
Expand All @@ -29,13 +29,13 @@
"@types/js-cookie": "^3.0.6",
"@types/jsdom": "^21.1.7",
"@types/jszip": "^3.4.1",
"@types/mocha": "^10.0.7",
"@types/node": "^20.16.1",
"@types/mocha": "^10.0.9",
"@types/node": "^20.17.5",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"amd-loader": "^0.0.8",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",
"chai-dom": "^1.12.0",
Expand All @@ -48,19 +48,19 @@
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.3",
"ifdef-loader": "^2.3.2",
"imports-loader": "^5.0.0",
"istanbul-lib-instrument": "^6.0.3",
"jsdom": "^25.0.1",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.9.1",
"mocha": "^10.7.3",
"mini-css-extract-plugin": "^2.9.2",
"mocha": "^10.8.2",
"mock-socket": "^9.3.1",
"node-fetch": "^3.3.2",
"node-sass": "^9.0.0",
"nyc": "^17.0.0",
"postcss": "^8.4.41",
"nyc": "^17.1.0",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
"sass-lint": "^1.13.1",
Expand All @@ -71,12 +71,12 @@
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.6",
"typescript": "^5.5.4",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"typescript-cookies": "^0.0.5",
"webpack": "^5.94.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.1.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 3de6494

Please sign in to comment.