Skip to content

Commit

Permalink
Merge pull request #24 from flotiq/dependabot-2024-08
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
CiotkaCierpienia authored Aug 27, 2024
2 parents cf529b4 + 314c585 commit eecd93c
Show file tree
Hide file tree
Showing 3 changed files with 2,601 additions and 191 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ module.exports = {
},
extends: [
'react-app',
'plugin:react/recommended',
'airbnb',
'eslint:recommended',
],
plugins: [
'jsx-a11y',
'react-hooks',
'flowtype',
'import',
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
},
"dependencies": {
"@zeit/next-source-maps": "^0.0.3",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/parser": "^8.3.0",
"dotenv": "^16.4.5",
"flotiq-components-react": "^1.2.2",
"flotiq-components-react": "^2.0.0",
"highlight.js": "^11.10.0",
"next": "^14.2.4",
"next": "^14.2.6",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.5",
"next-runtime-dotenv": "^1.5.1",
"next-transpile-modules": "^10.0.1",
"prop-types": "^15.x",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"webpack": "^5.93.0"
"webpack": "^5.94.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -37,7 +37,7 @@
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.6",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
Expand Down
Loading

0 comments on commit eecd93c

Please sign in to comment.