Skip to content

Commit

Permalink
update dependencies, dependabot changed to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
CiotkaCierpienia committed Feb 2, 2025
1 parent 99b90a6 commit b9a50bf
Show file tree
Hide file tree
Showing 6 changed files with 1,690 additions and 815 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ updates:
- package-ecosystem: "npm"
directory: '/'
schedule:
interval: 'weekly'
interval: 'monthly'
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js {{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
Expand Down
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,58 +16,58 @@
"lint": "eslint --ext .js,.jsx ."
},
"dependencies": {
"@fontsource/inter": "^5.0.20",
"@fontsource/karla": "^5.0.21",
"@fontsource/sora": "^5.0.19",
"@headlessui/react": "^2.1.3",
"@fontsource/inter": "^5.1.1",
"@fontsource/karla": "^5.1.1",
"@fontsource/sora": "^5.1.1",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "1.0.6",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.8",
"flotiq-components-react": "^2.0.1",
"gatsby": "^5.13.7",
"gatsby-plugin-gatsby-cloud": "^5.13.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"@tailwindcss/forms": "^0.5.10",
"flotiq-components-react": "^2.0.2",
"gatsby": "^5.14.1",
"gatsby-plugin-gatsby-cloud": "^5.14.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-flotiq": "^5.2.3",
"gatsby-transformer-sharp": "^5.13.1",
"node": "^22.7.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-source-flotiq": "^5.3.1",
"gatsby-transformer-sharp": "^5.14.0",
"node": "^23.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0"
"typescript": "^5.7.3",
"webpack": "^5.97.1"
},
"devDependencies": {
"@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",
"@babel/core": "^7.26.7",
"@babel/eslint-parser": "^7.26.5",
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@hot-loader/react-dom": "17.0.2",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/parser": "^8.22.0",
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react-hooks": "^4.6.2",
"gatsby-plugin-postcss": "^6.13.1",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10"
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"gatsby-plugin-postcss": "^6.14.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17"
},
"repository": {
"type": "git",
Expand All @@ -77,6 +77,6 @@
"url": "https://github.com/flotiq/flotiq-gatsby-recipe-1/issues"
},
"resolutions": {
"webpack": "^5.94.0"
"webpack": "^5.97.1"
}
}
Loading

0 comments on commit b9a50bf

Please sign in to comment.