fix(dependencies): Update dependencies to latest versions.
This commit is contained in:
parent
e50bc60bfb
commit
5631c9cbb0
@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-10-02 - 2.0.37 - fix(dependencies)
|
||||
Update dependencies to latest versions.
|
||||
|
||||
- Updated @git.zone/tsbuild from ^2.1.82 to ^2.1.84
|
||||
- Updated @types/node from ^20.14.9 to ^22.7.4
|
||||
- Updated @push.rocks/tapbundle from ^5.0.23 to ^5.3.0
|
||||
- Updated @design.estate/dees-domtools from ^2.0.57 to ^2.0.59
|
||||
- Updated lit from ^3.1.4 to ^3.2.0
|
||||
|
||||
## 2024-07-01 - 2.0.36 - fix(core)
|
||||
Ensure documentation completeness and code quality improvements
|
||||
|
||||
|
10
package.json
10
package.json
@ -14,17 +14,17 @@
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.82",
|
||||
"@git.zone/tsbuild": "^2.1.84",
|
||||
"@git.zone/tsbundle": "^2.0.15",
|
||||
"@git.zone/tstest": "^1.0.90",
|
||||
"@push.rocks/tapbundle": "^5.0.23",
|
||||
"@types/node": "^20.14.9"
|
||||
"@push.rocks/tapbundle": "^5.3.0",
|
||||
"@types/node": "^22.7.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@design.estate/dees-domtools": "^2.0.57",
|
||||
"@design.estate/dees-domtools": "^2.0.59",
|
||||
"@push.rocks/isounique": "^1.0.5",
|
||||
"@push.rocks/smartrx": "^3.0.7",
|
||||
"lit": "^3.1.4"
|
||||
"lit": "^3.2.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
|
664
pnpm-lock.yaml
generated
664
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-element',
|
||||
version: '2.0.36',
|
||||
version: '2.0.37',
|
||||
description: 'A library for creating custom elements extending the lit element class with additional functionalities.'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user