Skip to content

Commit 874ec75

Browse files
author
mfrachet
committed
v1.2.0
1 parent b1610ea commit 874ec75

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

examples/cra-authenticated/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/cra-authenticated/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"dependencies": {
66
"@reach/router": "^1.3.3",
@@ -35,8 +35,8 @@
3535
]
3636
},
3737
"devDependencies": {
38-
"@cypress-audit/lighthouse": "^1.1.0",
39-
"@cypress-audit/pa11y": "^1.1.0",
38+
"@cypress-audit/lighthouse": "^1.2.0",
39+
"@cypress-audit/pa11y": "^1.2.0",
4040
"concurrently": "^5.3.0",
4141
"cypress": "^9.5.0",
4242
"serve": "^11.3.2"

examples/external-url/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/external-url/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "external-url",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"main": "index.js",
55
"private": "true",
66
"license": "MIT",
@@ -9,8 +9,8 @@
99
"e2e:audit:headless": "cypress run --headless --browser chrome"
1010
},
1111
"devDependencies": {
12-
"@cypress-audit/lighthouse": "^1.1.0",
13-
"@cypress-audit/pa11y": "^1.1.0",
12+
"@cypress-audit/lighthouse": "^1.2.0",
13+
"@cypress-audit/pa11y": "^1.2.0",
1414
"cypress": "^9.5.0"
1515
}
1616
}

examples/nextjs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"main": "index.js",
55
"private": "true",
66
"license": "MIT",
@@ -17,8 +17,8 @@
1717
"react-dom": "^17.0.1"
1818
},
1919
"devDependencies": {
20-
"@cypress-audit/lighthouse": "^1.1.0",
21-
"@cypress-audit/pa11y": "^1.1.0",
20+
"@cypress-audit/lighthouse": "^1.2.0",
21+
"@cypress-audit/pa11y": "^1.2.0",
2222
"cypress": "^9.5.0"
2323
}
2424
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*",
44
"examples/*"
55
],
6-
"version": "1.1.0"
6+
"version": "1.2.0"
77
}

packages/lighthouse/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lighthouse/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cypress-audit/lighthouse",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"main": "index.js",
55
"author": "Marvin FRACHET <marvin.frachet@gmail.com> (https://github.com/mfrachet)",
66
"repository": {
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"dependencies": {
12-
"@cypress-audit/shared": "^1.1.0",
12+
"@cypress-audit/shared": "^1.2.0",
1313
"lighthouse": "^8.6.0"
1414
},
1515
"scripts": {

packages/pa11y/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)