Skip to content

Commit

Permalink
Merge branch 'main' into cr/uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
Resaki1 authored Aug 29, 2023
2 parents 8935a18 + 4d513a8 commit f6195cf
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 63 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"lint": "eslint . --ext .js,.ts,.astro"
},
"dependencies": {
"@astrojs/react": "^2.2.1",
"@types/react": "^18.2.20",
"@astrojs/react": "^2.3.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^2.10.7",
"astro": "^2.10.14",
"classnames": "^2.3.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand All @@ -23,7 +23,7 @@
"eslint": "^8.47.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"@typescript-eslint/parser": "^6.3.0",
"sass": "^1.65.1"
"@typescript-eslint/parser": "^6.4.1",
"sass": "^1.66.1"
}
}
120 changes: 62 additions & 58 deletions pnpm-lock.yaml

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

0 comments on commit f6195cf

Please sign in to comment.