Skip to content

Commit

Permalink
Merge branch 'dev' into maci-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
MukulKolpe authored Sep 10, 2024
2 parents cebbf58 + d032084 commit a36c495
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use typos with config file
uses: crate-ci/[email protected].3
uses: crate-ci/[email protected].5
with:
config: .github/workflows/config/typos.toml
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"docusaurus-plugin-image-zoom": "^2.0.0",
"docusaurus-plugin-matomo": "^0.0.8",
"gray-matter": "^4.0.3",
"prism-react-renderer": "^2.3.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-katex": "^7.0.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.3",
"husky": "^9.1.4",
"husky": "^9.1.5",
"is-ci": "^3.0.1",
"lerna": "^8.1.8",
"lint-staged": "^15.2.9",
Expand All @@ -56,7 +56,7 @@
"solhint": "^5.0.3",
"tar": "^7.4.3",
"ts-node": "^10.9.1",
"typedoc": "^0.26.6",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.6",
"typescript": "^5.5.4"
},
Expand Down
Loading

0 comments on commit a36c495

Please sign in to comment.