Skip to content

Commit

Permalink
fix: update various deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jul 19, 2024
1 parent f58c2da commit 86732c7
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 227 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-swc": "0.3.1",
"@rollup/plugin-terser": "0.4.4",
"@swc/core": "1.6.13",
"@swc/core": "1.7.0",
"@swc/jest": "0.2.36",
"@testing-library/dom": "10.3.1",
"@testing-library/dom": "10.3.2",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/webpack": "5.28.5",
"@types/webpack-dev-server": "4.7.2",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"commit-and-tag-version": "12.4.1",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
Expand All @@ -45,20 +45,20 @@
"eslint-plugin-n": "17.9.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.34.4",
"html-webpack-plugin": "5.6.0",
"jest": "29.7.0",
"jest-dev-server": "10.0.0",
"jest-environment-jsdom": "29.7.0",
"puppeteer": "22.13.0",
"puppeteer": "22.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.1",
"react-router-dom": "6.25.1",
"rollup": "4.18.1",
"swc-loader": "0.2.6",
"ts-node": "10.9.2",
"typescript": "5.5.3",
"webpack": "5.92.1",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
Loading

0 comments on commit 86732c7

Please sign in to comment.