Skip to content

Commit 9e80f80

Browse files
chore(deps): lock file maintenance minor/patch updates (#5108)
* chore(deps): lock file maintenance minor/patch updates * Fix fsevents range * Update .gitignore against rollup-swc branch --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent ef820b6 commit 9e80f80

File tree

3 files changed

+62
-59
lines changed

3 files changed

+62
-59
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ docs/.vitepress/graphs
2222
*.tsbuildinfo
2323
target
2424
*.node
25+
/wasm/*
26+
!/wasm/*.d.ts
27+
/wasm-node/

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"@types/mocha": "^10.0.1",
8585
"@types/node": "~14.18.54",
8686
"@types/yargs-parser": "^21.0.0",
87-
"@typescript-eslint/eslint-plugin": "^6.4.0",
88-
"@typescript-eslint/parser": "^6.4.0",
87+
"@typescript-eslint/eslint-plugin": "^6.4.1",
88+
"@typescript-eslint/parser": "^6.4.1",
8989
"@vue/eslint-config-prettier": "^8.0.0",
9090
"@vue/eslint-config-typescript": "^11.0.3",
9191
"acorn": "^8.10.0",
@@ -115,9 +115,9 @@
115115
"husky": "^8.0.3",
116116
"inquirer": "^9.2.10",
117117
"is-reference": "^3.0.1",
118-
"lint-staged": "^14.0.0",
118+
"lint-staged": "^14.0.1",
119119
"locate-character": "^3.0.0",
120-
"magic-string": "^0.30.2",
120+
"magic-string": "^0.30.3",
121121
"mocha": "^10.2.0",
122122
"nyc": "^15.1.0",
123123
"pinia": "^2.1.6",

0 commit comments

Comments
 (0)