Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Nov 24, 2024
1 parent cadc1a3 commit b2b6dcc
Show file tree
Hide file tree
Showing 11 changed files with 341 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.npmignore
.nyc_output
node_modules
experiments
coverage
test/_screenshots_
9 changes: 0 additions & 9 deletions .lgtm.yml

This file was deleted.

1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ experiments
coverage
src
test
tsconfig.json
vite.config.mts
vitest.config.mts
vitest.config-ui.mts
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![NPM Downloads](https://img.shields.io/npm/dm/@thednp/dommatrix.svg)](http://npm-stat.com/charts.html?@thednp/dommatrix)
[![ci](https://github.com/thednp/dommatrix/actions/workflows/ci.yml/badge.svg)](https://github.com/thednp/dommatrix/actions/workflows/ci.yml)
[![jsDeliver](https://data.jsdelivr.com/v1/package/npm/@thednp/dommatrix/badge)](https://www.jsdelivr.com/package/npm/@thednp/dommatrix)
[![typescript version](https://img.shields.io/badge/typescript-5.6.3-brightgreen)](https://www.typescriptlang.org/)
[![vitest version](https://img.shields.io/badge/vitest-2.1.4-brightgreen)](https://vitest.dev/)
[![vite version](https://img.shields.io/badge/vite-5.4.10-brightgreen)](https://vitejs.dev/)
[![typescript version](https://img.shields.io/badge/typescript-5.7.2-brightgreen)](https://www.typescriptlang.org/)
[![vitest version](https://img.shields.io/badge/vitest-2.1.5-brightgreen)](https://vitest.dev/)
[![vite version](https://img.shields.io/badge/vite-5.4.11-brightgreen)](https://vitejs.dev/)

A TypeScript sourced [DOMMatrix](https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix) shim for **Node.js** apps and legacy browsers. Since this source is modernized, legacy browsers might need some additional shims.

Expand Down
Empty file modified docs/dommatrix.js
100644 → 100755
Empty file.
Empty file modified docs/dommatrix.js.map
100644 → 100755
Empty file.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"url": "https://github.com/thednp/dommatrix/issues"
},
"devDependencies": {
"@vitest/browser": "^2.1.4",
"@vitest/coverage-istanbul": "^2.1.4",
"@vitest/ui": "^2.1.4",
"playwright": "^1.48.2",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"@vitest/browser": "^2.1.5",
"@vitest/coverage-istanbul": "^2.1.5",
"@vitest/ui": "^2.1.5",
"playwright": "^1.49.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"packageManager": "pnpm@8.6.12",
"engines": {
Expand Down
650 changes: 329 additions & 321 deletions pnpm-lock.yaml
100644 → 100755

Large diffs are not rendered by default.

Empty file modified test/fixtures/getExampleDom.ts
100644 → 100755
Empty file.
Empty file modified vitest.config-ui.mts
100644 → 100755
Empty file.
Empty file modified vitest.config.mts
100644 → 100755
Empty file.

0 comments on commit b2b6dcc

Please sign in to comment.