Skip to content

Commit

Permalink
Merge pull request #71 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 faf6c28 + 2a8e870 commit c2b3ae6
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 185 deletions.
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,45 @@
"lint": "next lint"
},
"dependencies": {
"@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/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",
"@fontsource/sora": "^5.0.18",
"@headlessui/react": "^1.7.18",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "v1",
"@tailwindcss/typography": "^0.5.12",
"@tailwindcss/typography": "^0.5.14",
"@zeit/next-source-maps": "^0.0.3",
"dotenv": "^16.4.5",
"flotiq-components-react": "^1.1.5",
"highlight.js": "^11.9.0",
"flotiq-components-react": "^1.2.2",
"highlight.js": "^11.10.0",
"moment": "^2.30.1",
"next": "12.3.4",
"next-images": "^1.8.5",
"next-runtime-dotenv": "^1.5.1",
"next-transpile-modules": "^10.0.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.33.3",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.4",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.2",
"@next/eslint-plugin-next": "^14.2.5",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.2.5",
"eslint-config-next": "12.3.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3"
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit c2b3ae6

Please sign in to comment.