Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk committed Feb 13, 2025
1 parent 159b4cd commit 290971a
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 2 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"type": "module",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.26.3",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
Expand All @@ -58,6 +59,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/fetch-mock": "^7.3.8",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
Expand All @@ -74,39 +76,59 @@
"@types/styled-components": "^5.1.26",
"@types/uuid": "^10",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cypress": "^13.6.3",
"cypress-file-upload": "^5.0.8",
"cypress-multi-reporters": "^1.6.4",
"dotenv-webpack": "^8.1.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.4.0",
"fetch-mock": "^11.1.5",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.10",
"madge": "^6.1.0",
"markdown-it-emoji": "^3.0.0",
"mini-css-extract-plugin": "^2.9.0",
"mocha": "^10.8.2",
"mocha-junit-reporter": "^2.2.1",
"mochawesome": "^7.1.3",
"mochawesome-report-generator": "^6.2.0",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone-data-webpack-plugin": "^1.5.1",
"prettier": "^3.3.3",
"react-svg-loader": "^3.0.3",
"regenerator-runtime": "^0.14.1",
"rimraf": "^6.0.1",
"style-loader": "^4.0.0",
"svg-url-loader": "^8.0.0",
"ts-jest": "^29.1.4",
"ts-loader": "^9.5.1",
"ts-prune": "^0.10.3",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.13.0",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
Expand Down Expand Up @@ -145,6 +167,7 @@
"moment-timezone": "^0.5.45",
"monaco-editor": "^0.52.0",
"msw": "^2.3.2",
"process": "^0.11.10",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-diff-viewer-continued": "^3.4.0",
Expand Down
Loading

0 comments on commit 290971a

Please sign in to comment.