diff --git a/package.json b/package.json index 97d3f655..9b80c056 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "klg", "private": true, "description": "Magda Klag", - "version": "0.4.137", + "version": "0.4.138", "author": "Tymoteusz Czech ", "scripts": { "postinstall": "node ./scripts/postinstall.js", @@ -20,14 +20,14 @@ "test": "npm run test:jest && npm run test:cypress" }, "dependencies": { - "@loadable/component": "5.15.2", + "@loadable/component": "5.15.3", "cross-env": "7.0.3", "gatsby": "4.13.1", "gatsby-legacy-polyfills": "2.13.0", "gatsby-plugin-brotli": "2.1.0", "gatsby-plugin-image": "2.13.0", "gatsby-plugin-manifest": "4.13.0", - "gatsby-plugin-matomo": "0.13.0", + "gatsby-plugin-matomo": "0.16.1", "gatsby-plugin-postcss": "5.13.0", "gatsby-plugin-preact": "6.13.0", "gatsby-plugin-react-helmet": "5.13.0", @@ -36,13 +36,13 @@ "gatsby-source-filesystem": "4.13.0", "gatsby-transformer-sharp": "4.13.0", "is-touch-device": "1.0.1", - "preact": "10.7.2", - "preact-render-to-string": "5.2.0", - "prettier": "2.6.2", + "preact": "10.17.1", + "preact-render-to-string": "5.2.6", + "prettier": "2.8.8", "react": "17.0.2", "react-dom": "17.0.2", "react-helmet": "6.1.0", - "tailwindcss": "3.0.24" + "tailwindcss": "3.3.3" }, "keywords": [ "designer", @@ -58,30 +58,30 @@ "url": "https://github.com/Tymek/klg.git" }, "devDependencies": { - "@testing-library/cypress": "8.0.2", - "@testing-library/react": "13.2.0", + "@testing-library/cypress": "8.0.7", + "@testing-library/react": "13.4.0", "@types/is-touch-device": "1.0.0", - "autoprefixer": "10.4.7", - "axe-core": "4.4.1", + "autoprefixer": "10.4.15", + "axe-core": "4.7.2", "babel-jest": "28.1.0", "babel-preset-gatsby": "2.13.0", - "cypress": "9.6.0", + "cypress": "9.7.0", "cypress-axe": "0.14.0", "identity-obj-proxy": "3.0.0", "jest": "28.1.0", - "postcss": "8.4.13", + "postcss": "8.4.29", "postcss-import": "14.1.0", "react-test-renderer": "18.1.0", - "start-server-and-test": "1.14.0", - "typescript": "4.6.4", - "webpack-bundle-analyzer": "4.5.0" + "start-server-and-test": "1.15.4", + "typescript": "4.9.5", + "webpack-bundle-analyzer": "4.9.1" }, "optionalDependencies": { - "@types/loadable__component": "5.13.4", - "@types/node": "16.11.33", + "@types/loadable__component": "5.13.5", + "@types/node": "16.18.46", "@types/react": "17.0.45", "@types/react-dom": "17.0.16", - "@types/react-helmet": "6.1.5", + "@types/react-helmet": "6.1.6", "@types/resize-observer-browser": "0.1.7" } }