Skip to content

Commit

Permalink
Convert to pnpm and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alephtwo committed Jun 29, 2024
1 parent 687735c commit c0f2961
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 208 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/dist
/pnpm-lock.yaml
1 change: 1 addition & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extends: "default"
ignore:
- "/node_modules"
- "/dist"
- "/pnpm-lock.yaml"
rules:
truthy:
check-keys: false
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
"license": "ISC",
"devDependencies": {
"@axe-core/react": "4.9.1",
"@types/lodash": "4.17.5",
"@types/node": "20.14.2",
"@types/lodash": "4.17.6",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "9.5.0",
"eslint": "9.6.0",
"markdownlint": "0.34.0",
"markdownlint-cli": "0.41.0",
"prettier": "3.3.2",
"typescript": "5.4.5",
"typescript": "5.5.2",
"typescript-eslint": "8.0.0-alpha.30",
"vite": "5.3.1",
"vite": "5.3.2",
"vitest": "1.6.0"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/icons-material": "5.15.20",
"@mui/material": "5.15.20",
"@mui/icons-material": "5.15.21",
"@mui/material": "5.15.21",
"country-flag-icons": "1.5.12",
"i18next": "23.11.5",
"i18next-http-backend": "2.5.2",
Expand Down
Loading

0 comments on commit c0f2961

Please sign in to comment.