Skip to content

Commit

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

Frontend: upgrading yarn packages
  • Loading branch information
gusthoff authored Mar 30, 2024
2 parents b5d4153 + f411792 commit 527c85b
Show file tree
Hide file tree
Showing 2 changed files with 788 additions and 685 deletions.
34 changes: 17 additions & 17 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/ace": "0.0.52",
"@types/chai": "^4.3.11",
Expand All @@ -29,11 +29,11 @@
"@types/jsdom": "^21.1.6",
"@types/jszip": "^3.4.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"amd-loader": "^0.0.8",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
Expand All @@ -45,23 +45,23 @@
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-webpack-plugin": "^4.0.1",
"eslint-webpack-plugin": "^4.1.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.0.0",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.8.0",
"mocha": "^10.3.0",
"mini-css-extract-plugin": "^2.8.1",
"mocha": "^10.4.0",
"mock-socket": "^9.3.1",
"node-fetch": "^3.3.2",
"node-sass": "^9.0.0",
"nyc": "^15.1.0",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"sass": "^1.71.1",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"sass": "^1.72.0",
"sass-lint": "^1.13.1",
"sass-lint-webpack": "^1.0.4",
"sass-loader": "^14.1.1",
Expand All @@ -70,12 +70,12 @@
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typescript": ">=5.3.3",
"typedoc": "^0.25.12",
"typescript": ">=5.4.3",
"typescript-cookies": "^0.0.5",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"webpack-node-externals": "^3.0.0",
"webpack-shell-plugin-next": "^2.3.1",
Expand Down
Loading

0 comments on commit 527c85b

Please sign in to comment.