Skip to content

Commit

Permalink
Merge pull request #48 from Eiromplays/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
Eiromplays committed Aug 2, 2022
2 parents 9fb360b + d1f6752 commit df109b1
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 180 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,49 +17,49 @@
"validate": "npm-run-all --parallel check-types && lint-staged"
},
"dependencies": {
"@headlessui/react": "^1.6.1",
"@loadable/component": "^5.15.2",
"dompurify": "^2.3.6",
"eiromplays-ui": "^1.5.0-18",
"intersection-observer": "^0.12.0",
"marked": "^4.0.15",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.30.0",
"react-icons": "^4.4.0",
"react-image-crop": "^10.0.0",
"react-select": "^5.3.2",
"sass": "^1.51.0",
"vite-plugin-proxy-middleware": "^1.0.2",
"zod": "^3.15.1"
"@headlessui/react": "1.6.5",
"@loadable/component": "5.15.2",
"dompurify": "2.3.8",
"eiromplays-ui": "1.5.0-18",
"intersection-observer": "0.12.2",
"marked": "4.0.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.32.2",
"react-icons": "4.4.0",
"react-image-crop": "10.0.4",
"react-select": "5.3.2",
"sass": "1.53.0",
"vite-plugin-proxy-middleware": "1.0.2",
"zod": "3.17.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@tailwindcss/ui": "^0.7.2",
"@types/node": "^17.0.38",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-mkcert": "^1.6.0",
"vite-tsconfig-paths": "^3.4.1"
"@tailwindcss/typography": "0.5.2",
"@tailwindcss/ui": "0.7.2",
"@types/node": "17.0.45",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "5.30.4",
"@typescript-eslint/parser": "5.30.4",
"@vitejs/plugin-react": "1.3.2",
"autoprefixer": "10.4.7",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"postcss": "8.4.14",
"prettier": "2.7.1",
"tailwindcss": "3.1.4",
"typescript": "4.7.4",
"vite": "2.9.12",
"vite-plugin-env-compatible": "1.1.1",
"vite-plugin-mkcert": "1.7.2",
"vite-tsconfig-paths": "3.5.0"
},
"eslintConfig": {
"overrides": [
Expand Down
Loading

0 comments on commit df109b1

Please sign in to comment.