Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshat authored Mar 15, 2024
1 parent 6697b7a commit 635a1b7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
"@babel/core": "7.24.0",
"@babel/parser": "7.24.0",
"@babel/plugin-syntax-jsx": "7.23.3",
"@fontsource/nunito": "5.0.16",
"@fontsource/source-sans-3": "5.0.18",
"@playwright/test": "1.42.0",
"@types/lodash": "4.14.202",
"@fontsource/nunito": "5.0.17",
"@fontsource/source-sans-3": "5.0.19",
"@playwright/test": "1.42.1",
"@types/lodash": "4.17.0",
"@types/ms": "0.7.34",
"@types/node": "20.11.21",
"@types/node": "20.11.28",
"@types/node-fetch": "2.6.11",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@vitejs/plugin-react-swc": "3.6.0",
"@wkovacs64/prettier-config": "3.0.3",
"@xstate/react": "4.1.0",
"autoprefixer": "10.4.17",
"autoprefixer": "10.4.18",
"axe-core": "4.8.4",
"clsx": "2.1.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-plugin-playwright": "1.4.2",
"eslint-plugin-playwright": "1.5.2",
"eslint-plugin-wkovacs64": "16.1.0",
"git-current-commit": "1.1.0",
"hibp": "14.0.3",
Expand All @@ -62,19 +62,19 @@
"npm-run-all2": "6.1.2",
"postcss": "8.4.35",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"prettier-plugin-tailwindcss": "0.5.12",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-router-dom": "6.22.1",
"semantic-release": "23.0.2",
"react-router-dom": "6.22.3",
"semantic-release": "23.0.3",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite-plugin-pwa": "0.19.0",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-pwa": "0.19.3",
"workbox-build": "7.0.0",
"workbox-window": "7.0.0",
"xstate": "5.8.1"
"xstate": "5.9.1"
}
}

0 comments on commit 635a1b7

Please sign in to comment.