update package json for company use

This commit is contained in:
Joshua 2022-09-13 16:03:37 +02:00
parent fc42087ced
commit 0c8054b44f

View file

@ -1,7 +1,7 @@
{ {
"name": "@cypress/snapshot", "name": "cypress-snapshot",
"description": "Adds value / object / DOM element snapshot testing support to Cypress test runner", "description": "Adds value / object / DOM element snapshot testing support to Cypress test runner",
"version": "0.0.0-development", "version": "1.0.0",
"author": "Gleb Bahmutov <gleb@cypress.io>", "author": "Gleb Bahmutov <gleb@cypress.io>",
"bugs": "https://github.com/cypress-io/snapshot/issues", "bugs": "https://github.com/cypress-io/snapshot/issues",
"engines": { "engines": {
@ -61,13 +61,10 @@
}, },
"dependencies": { "dependencies": {
"@wildpeaks/snapshot-dom": "1.6.0", "@wildpeaks/snapshot-dom": "1.6.0",
"am-i-a-dependency": "1.1.2",
"check-more-types": "2.24.0", "check-more-types": "2.24.0",
"its-name": "1.0.0",
"js-beautify": "1.13.13", "js-beautify": "1.13.13",
"lazy-ass": "1.6.0", "lazy-ass": "1.6.0",
"snap-shot-compare": "3.0.0", "snap-shot-compare": "3.0.0",
"snap-shot-it": "7.9.6",
"snap-shot-store": "1.2.3" "snap-shot-store": "1.2.3"
} }
} }