Skip to content

Commit

Permalink
Merge pull request #257 from gagahpangeran/update-dependencies-2024-04
Browse files Browse the repository at this point in the history
Update dependencies 2024 04
  • Loading branch information
gagahpangeran authored Apr 13, 2024
2 parents d850902 + 73191d7 commit 93eea9d
Show file tree
Hide file tree
Showing 4 changed files with 1,196 additions and 743 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

lint-staged
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:eslint": "eslint --quiet \"**/*.{ts,tsx}\"",
"lint:prettier": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,scss}\"",
"new:blog": "tsx ./scripts/new-blog.ts",
"prepare": "husky install",
"prepare": "husky",
"start": "gatsby develop",
"start:clean": "yarn clean && yarn start",
"serve": "gatsby serve",
Expand All @@ -26,64 +26,64 @@
"test:cov": "yarn test --coverage"
},
"dependencies": {
"@fontsource/fira-code": "^5.0.15",
"@fontsource/lato": "^5.0.17",
"@fontsource/rubik": "^5.0.17",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fontsource/fira-code": "^5.0.17",
"@fontsource/lato": "^5.0.20",
"@fontsource/rubik": "^5.0.19",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"gatsby": "^5.12.11",
"gatsby-plugin-catch-links": "^5.12.0",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby": "^5.13.4",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-sass": "^6.12.3",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-remark-autolink-headers": "^6.12.3",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.12.3",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-remark-responsive-iframe": "^6.12.0",
"gatsby-remark-smartypants": "^6.12.0",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-remark": "^6.12.3",
"gatsby-transformer-sharp": "^5.12.3",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"lodash.kebabcase": "^4.1.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"remark-github": "^12.0.0",
"sass": "^1.69.5"
"sass": "^1.75.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.10",
"@babel/preset-typescript": "^7.24.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.1",
"@types/jest": "^29.5.12",
"@types/lodash.kebabcase": "^4.1.9",
"@types/prompts": "^2.4.9",
"@types/react": "^18.2.40",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"babel-jest": "^29.7.0",
"babel-preset-gatsby": "^3.12.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"babel-preset-gatsby": "^3.13.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prompts": "^2.4.2",
"tsx": "^4.7.2",
"typescript": "^5.3.2"
"typescript": "^5.4.5"
},
"keywords": [
"gatsby"
Expand Down
2 changes: 2 additions & 0 deletions types/generated-types.d.ts

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

Loading

0 comments on commit 93eea9d

Please sign in to comment.