Skip to content

Commit e585a2e

Browse files
authoredJun 30, 2024··
chore: upgrade packages except for angular and typescript (#5635)
1 parent 8e1baac commit e585a2e

File tree

72 files changed

+1226
-1286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1226
-1286
lines changed
 

‎examples/lit/basic/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"@twind/preset-autoprefix": "^1.0.7",
1515
"@twind/preset-tailwind": "^1.1.4",
1616
"@twind/with-web-components": "^1.1.3",
17-
"lit": "^3.1.3"
17+
"lit": "^3.1.4"
1818
},
1919
"devDependencies": {
20-
"@rollup/plugin-replace": "^5.0.5",
20+
"@rollup/plugin-replace": "^5.0.7",
2121
"typescript": "5.4.5",
22-
"vite": "^5.2.10"
22+
"vite": "^5.3.2"
2323
}
2424
}

‎examples/lit/column-sizing/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"dependencies": {
1212
"@faker-js/faker": "^8.4.1",
1313
"@tanstack/lit-table": "^8.19.1",
14-
"lit": "^3.1.3"
14+
"lit": "^3.1.4"
1515
},
1616
"devDependencies": {
17-
"@rollup/plugin-replace": "^5.0.5",
17+
"@rollup/plugin-replace": "^5.0.7",
1818
"typescript": "5.4.5",
19-
"vite": "^5.2.10"
19+
"vite": "^5.3.2"
2020
}
2121
}

0 commit comments

Comments
 (0)
Please sign in to comment.