Skip to content

Commit

Permalink
chore(deps): update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2023
1 parent d1e0aa4 commit 8c29239
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
49 changes: 29 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.1.0",
"postcss-nesting": "^12.0.1",
"react-router-dom": "^6.16.0",
"tailwindcss": "^3.3.3",
"tsconfig": "*",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"vite": "^4.4.11"
}
}
8 changes: 4 additions & 4 deletions packages/nidalee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^18.18.4",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/node": "^18.19.4",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-jest-dom": "^5.1.0",
Expand All @@ -76,6 +76,6 @@
"postcss-preset-env": "^9.1.4",
"tsconfig": "*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}

0 comments on commit 8c29239

Please sign in to comment.