Skip to content

Commit

Permalink
Update deps once more
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Nov 13, 2024
1 parent c398962 commit 2067525
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,42 +33,42 @@
"dist": "npm run lint && npm run test"
},
"dependencies": {
"@rsdoctor/cli": "^0.4.6",
"@rsdoctor/rspack-plugin": "^0.4.6",
"@rspack/cli": "~1.0.10",
"@rspack/core": "~1.0.10",
"@rsdoctor/cli": "^0.4.8",
"@rsdoctor/rspack-plugin": "^0.4.8",
"@rspack/cli": "~1.1.1",
"@rspack/core": "~1.1.1",
"@rspack/plugin-minify": "~0.7.5",
"@rspack/plugin-react-refresh": "~1.0.0",
"@swc/core": "~1.7.35",
"@swc/helpers": "~0.5.13",
"@swc/jest": "~0.2.36",
"@swc/core": "~1.9.2",
"@swc/helpers": "~0.5.15",
"@swc/jest": "~0.2.37",
"@types/jest": "~27.4.1",
"@types/node": "^20.16.11",
"@types/node": "^20.17.6",
"@typescript-eslint/eslint-plugin": "~7.18.0",
"@typescript-eslint/parser": "~7.18.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-compiler": "0.0.0-experimental-7c1344f-20241009",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-playwright": "^2.0.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"html-loader": "~5.1.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-raw-loader": "~1.0.1",
Expand All @@ -77,22 +77,22 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.0.7",
"postcss-preset-env": "^10.1.0",
"prettier": "^3.3.3",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.2",
"resolve-url-loader": "^5.0.0",
"rimraf": "~6.0.1",
"rspack-plugin-dotenv": "^0.0.3",
"sass-embedded": "~1.79.4",
"sass-loader": "^16.0.2",
"sass-embedded": "~1.80.7",
"sass-loader": "^16.0.3",
"shx": "~0.3.4",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"tslib": "~2.7.0",
"tslib": "~2.8.1",
"typescript": "~5.6.3",
"util": "^0.12.5",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -101,8 +101,8 @@
"jest-dev-server": "^6.2.0"
},
"peerDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down

0 comments on commit 2067525

Please sign in to comment.