update lockfiles for tracker

This commit is contained in:
nick-delirium 2024-07-09 13:42:08 +02:00
parent 5c46b8e3df
commit 9af48c666b
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
5 changed files with 4 additions and 13 deletions

Binary file not shown.

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker-graphql",
"description": "Tracker plugin for GraphQL requests recording",
"version": "4.0.1-2",
"version": "4.0.0",
"keywords": [
"graphql",
"logging",
@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@openreplay/tracker": ">=13.0.0"
"@openreplay/tracker": ">=14.0.0"
},
"devDependencies": {
"@openreplay/tracker": "file:../tracker",

View file

@ -1,12 +1,9 @@
# 15.0.0
- updated graphql plugin and messages
# 14.0.0
- titles for tabs
- new `MouseClick` message to introduce heatmaps instead of clickmaps
- crossdomain iframe tracking functionality
- updated graphql plugin and messages
# 13.0.2

Binary file not shown.

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker",
"description": "The OpenReplay tracker main package",
"version": "14.0.0",
"version": "14.0.1",
"keywords": [
"logging",
"replay"
@ -38,7 +38,6 @@
"eslint": "^7.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.3",
@ -58,11 +57,6 @@
"engines": {
"node": ">=14.0"
},
"husky": {
"hooks": {
"pre-commit": "sh lint.sh"
}
},
"lint-staged": {
"*.{js,mjs,jsx,ts,tsx}": [
"eslint --fix --quiet"