mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 17:23:23 +01:00
package updates
This commit is contained in:
parent
75cfaf49ec
commit
842c343343
15776
package-lock.json
generated
15776
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -15,17 +15,17 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.14.3",
|
"@babel/cli": "^7.16.0",
|
||||||
"auto-changelog": "^2.2.1",
|
"auto-changelog": "^2.3.0",
|
||||||
"babel-preset-gatsby-package": "^1.5.0",
|
"babel-preset-gatsby-package": "^2.2.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^7.27.0",
|
"eslint": "^8.3.0",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-prettier": "^3.4.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"jest": "^26.6.3",
|
"jest": "^26.6.3",
|
||||||
"prettier": "^2.3.0",
|
"prettier": "^2.5.0",
|
||||||
"react": ">=16.8",
|
"react": ">=16.8",
|
||||||
"release-it": "^14.6.2"
|
"release-it": "^14.11.8"
|
||||||
},
|
},
|
||||||
"homepage": "https://kremalicious.com/gatsby-plugin-matomo",
|
"homepage": "https://kremalicious.com/gatsby-plugin-matomo",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* @jest-environment jsdom
|
||||||
|
*/
|
||||||
|
|
||||||
import { onRouteUpdate } from '../gatsby-browser'
|
import { onRouteUpdate } from '../gatsby-browser'
|
||||||
|
|
||||||
describe('gatsby-plugin-matomo', () => {
|
describe('gatsby-plugin-matomo', () => {
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* @jest-environment jsdom
|
||||||
|
*/
|
||||||
|
|
||||||
import { onRenderBody } from '../gatsby-ssr'
|
import { onRenderBody } from '../gatsby-ssr'
|
||||||
|
|
||||||
describe('gatsby-plugin-google-analytics', () => {
|
describe('gatsby-plugin-google-analytics', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user