Skip to content

Commit

Permalink
Frontend: upgrading yarn packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gusthoff committed Oct 21, 2023
1 parent 1aadf99 commit d0478e3
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 131 deletions.
28 changes: 14 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/ace": "0.0.49",
"@types/chai": "^4.3.8",
"@types/chai-as-promised": "^7.1.6",
"@types/chai-dom": "^1.11.1",
"@types/file-saver": "^2.0.5",
"@types/js-cookie": "^3.0.4",
"@types/jsdom": "^21.1.3",
"@types/ace": "0.0.50",
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
"@types/chai-dom": "^1.11.2",
"@types/file-saver": "^2.0.6",
"@types/js-cookie": "^3.0.5",
"@types/jsdom": "^21.1.4",
"@types/jszip": "^3.4.1",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"amd-loader": "^0.0.8",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
Expand All @@ -43,7 +43,7 @@
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-google": "^0.14.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
Expand All @@ -61,7 +61,7 @@
"nyc": "^15.1.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"sass": "^1.69.3",
"sass": "^1.69.4",
"sass-lint": "^1.13.1",
"sass-lint-webpack": "^1.0.4",
"sass-loader": "^13.3.2",
Expand All @@ -76,7 +76,7 @@
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0",
"webpack-merge": "^5.10.0",
"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 d0478e3

Please sign in to comment.