Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
notable: upgrade typescript to 5.5
  • Loading branch information
khmm12 committed Jun 24, 2024
1 parent 4e7404a commit a7bd97a
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 162 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"devDependencies": {
"@linaria/vite": "^5.0.4",
"@solidjs/testing-library": "0.8.8",
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/user-event": "^14.5.2",
"@types/chrome": "^0.0.268",
"@types/node": "^20.14.6",
"@types/node": "^20.14.8",
"@vitest/coverage-v8": "^1.6.0",
"@wyw-in-js/vite": "^0.5.3",
"autoprefixer": "^10.4.19",
Expand All @@ -52,12 +52,12 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.6.0",
"happy-dom": "^14.12.0",
"happy-dom": "^14.12.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"stylis": "^3",
"typescript": "5.4.5",
"typescript-eslint": "^7.13.1",
"typescript": "5.5.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.1",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-html": "^3.2.2",
Expand Down
Loading

0 comments on commit a7bd97a

Please sign in to comment.