diff --git a/package-lock.json b/package-lock.json index 0fa5549..06946dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,8 @@ "version": "0.1.0", "dependencies": { "@rrweb/all": "^2.0.0-alpha.18", + "@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.18", + "@rrweb/rrweb-plugin-console-replay": "^2.0.0-alpha.18", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.1", @@ -3095,6 +3097,24 @@ "fflate": "^0.4.4" } }, + "node_modules/@rrweb/rrweb-plugin-console-record": { + "version": "2.0.0-alpha.18", + "resolved": "https://registry.npmmirror.com/@rrweb/rrweb-plugin-console-record/-/rrweb-plugin-console-record-2.0.0-alpha.18.tgz", + "integrity": "sha512-R/ys7jrOXjCwcVOf3EkXtT3/XZQ+OMqy+3VhUmgrwngpvppThZlbK4a13OCECwkB8OCJ81S9oYleNbszja2IYA==", + "license": "MIT", + "peerDependencies": { + "rrweb": "^2.0.0-alpha.18" + } + }, + "node_modules/@rrweb/rrweb-plugin-console-replay": { + "version": "2.0.0-alpha.18", + "resolved": "https://registry.npmmirror.com/@rrweb/rrweb-plugin-console-replay/-/rrweb-plugin-console-replay-2.0.0-alpha.18.tgz", + "integrity": "sha512-JkoRrPtQDWUGHIy7lvshawK2kXSwYDZdnP0q2grdJrOoP9Qp+c3B3cE77lxuL9nZVm9MItyV+mkNbwMUbzWyfA==", + "license": "MIT", + "peerDependencies": { + "rrweb": "^2.0.0-alpha.18" + } + }, "node_modules/@rrweb/types": { "version": "2.0.0-alpha.18", "resolved": "https://registry.npmmirror.com/@rrweb/types/-/types-2.0.0-alpha.18.tgz", @@ -16469,6 +16489,23 @@ } } }, + "node_modules/tailwindcss/node_modules/yaml": { + "version": "2.8.2", + "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.2.tgz", + "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", + "license": "ISC", + "optional": true, + "peer": true, + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" + } + }, "node_modules/tapable": { "version": "2.3.0", "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.0.tgz", diff --git a/package.json b/package.json index 22e9fae..d57ee7b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "private": true, "dependencies": { "@rrweb/all": "^2.0.0-alpha.18", + "@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.18", + "@rrweb/rrweb-plugin-console-replay": "^2.0.0-alpha.18", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.1",