Gatsby v5 support

This commit is contained in:
Matthias Kretschmann 2022-11-08 19:04:55 +00:00
parent a4595803f7
commit d02b3dddbb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5476 additions and 7953 deletions

13405
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,19 +13,19 @@
"changelog": "auto-changelog -p", "changelog": "auto-changelog -p",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"dependencies": {},
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.17.6", "@babel/cli": "^7.19.3",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"babel-preset-gatsby-package": "^2.11.0", "babel-preset-gatsby-package": "^3.0.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.13.0", "eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1", "jest": "^29.3.0",
"prettier": "^2.6.2", "jest-environment-jsdom": "^29.3.0",
"react": ">=16.8", "prettier": "^2.7.1",
"release-it": "^15.1.1" "react": "^18.2.0",
"release-it": "^15.5.0"
}, },
"homepage": "https://kremalicious.com/gatsby-plugin-matomo", "homepage": "https://kremalicious.com/gatsby-plugin-matomo",
"keywords": [ "keywords": [
@ -39,9 +39,9 @@
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"peerDependencies": { "peerDependencies": {
"gatsby": "^4.0.0", "gatsby": "^4.0.0 || ^5.0.0",
"react": ">=16.8", "react": ">=17.0.0",
"react-dom": ">=16.8" "react-dom": ">=17.0.0"
}, },
"repository": "github:kremalicious/gatsby-plugin-matomo", "repository": "github:kremalicious/gatsby-plugin-matomo",
"bugs": { "bugs": {