Skip to content

Commit 8c79e6b

Browse files
committed
fix: remove favicon ref, changed version of playwright
1 parent 279c1b2 commit 8c79e6b

File tree

8 files changed

+81
-20
lines changed

8 files changed

+81
-20
lines changed

packages/aggrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"host-root": "http-server -a 127.0.0.1"
2222
},
2323
"devDependencies": {
24-
"@playwright/test": "^1.45.3",
24+
"@playwright/test": "~1.45.3",
2525
"@siemens/ix": "workspace:*",
2626
"@siemens/ix-icons": "0.0.0-20240827135516",
2727
"@types/gulp": "^4.0.17",

packages/angular-standalone-test-app/angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"cli": {
66
"cache": {
77
"enabled": false
8-
}
8+
},
9+
"analytics": false
910
},
1011
"projects": {
1112
"angular-standalone-test-app": {

packages/angular-test-app/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>AngularTestApp2</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<link rel="icon" type="image/x-icon" href="favicon.ico" />
8+
<link rel="icon" type="image/x-icon" />
99
</head>
1010
<body>
1111
<app-root></app-root>

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"luxon": "^3.4.4"
5454
},
5555
"devDependencies": {
56-
"@playwright/test": "^1.45.3",
56+
"@playwright/test": "~1.45.3",
5757
"@siemens/ix-icons": "0.0.0-20240827135516",
5858
"@stencil-community/eslint-plugin": "^0.7.2",
5959
"@stencil-community/postcss": "^2.2.0",

packages/echarts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "",
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@playwright/test": "^1.45.3",
27+
"@playwright/test": "~1.45.3",
2828
"@rollup/plugin-typescript": "^8.5.0",
2929
"echarts": "^5.5.1",
3030
"http-server": "^14.1.1",

pnpm-lock.yaml

Lines changed: 75 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)