Skip to content

Commit

Permalink
Merge pull request #62 from flotiq/dependabot-2024-08
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
CiotkaCierpienia authored Aug 14, 2024
2 parents 7c161bc + b15f3af commit 8513041
Show file tree
Hide file tree
Showing 2 changed files with 745 additions and 510 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"dependencies": {
"@fontsource/sora": "^5.0.18",
"@headlessui/react": "^1.7.19",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "1.0.6",
"@popperjs/core": "^2.11.8",
"@tailwindcss/typography": "^0.5.12",
"@tailwindcss/typography": "^0.5.14",
"flotiq-components-react": "^1.2.2",
"gatsby": "^5.13.4",
"gatsby": "^5.13.7",
"gatsby-plugin-gatsby-cloud": "^5.13.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
Expand All @@ -31,41 +31,41 @@
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-flotiq": "^5.2.0",
"gatsby-source-flotiq": "^5.2.1",
"gatsby-transformer-sharp": "^5.13.1",
"moment": "^2.30.1",
"node": "^18.20.2",
"node": "^22.6.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-syntax-flow": "^7.24.1",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-react": "^7.24.1",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@hot-loader/react-dom": "17.0.2",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.4.19",
"@typescript-eslint/parser": "^8.1.0",
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^9.7.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"gatsby-plugin-postcss": "^6.13.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3"
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10"
},
"repository": {
"type": "git",
Expand All @@ -75,6 +75,6 @@
"url": "https://github.com/flotiq/flotiq-gatsby-blog-1/issues"
},
"resolutions": {
"webpack": "^5.91.0"
"webpack": "^5.93.0"
}
}
Loading

0 comments on commit 8513041

Please sign in to comment.