chore: Bump version, update example project dependency. (#25003)

* Bump version, update example project dependency.

* breaking this change out or taging is gonna be weird.
This commit is contained in:
Matt Henkes
2022-12-06 12:28:43 -06:00
committed by GitHub
parent 797c8f8d77
commit 5fd95c88b7
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cypress",
"version": "11.2.0",
"version": "12.0.0",
"description": "Cypress is a next generation front end testing tool built for the modern web",
"private": true,
"scripts": {

View File

@@ -3,7 +3,6 @@
"version": "0.0.0-development",
"private": true,
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"postinstall": "echo '@packages/example needs: yarn build'",
"clean-deps": "rimraf node_modules",
@@ -17,10 +16,6 @@
"predeploy": "yarn build",
"deploy": "gulp deploy"
},
"files": [
"cypress",
"lib"
],
"dependencies": {
"bluebird": "3.5.3",
"glob": "7.1.3"
@@ -37,5 +32,10 @@
"resolve-pkg": "2.0.0",
"rimraf": "3.0.2",
"shelljs": "0.8.5"
}
},
"files": [
"cypress",
"lib"
],
"types": "index.d.ts"
}