Skip to content

Commit

Permalink
fix: add ctxt on nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Aug 14, 2024
1 parent 7dd0152 commit bd21942
Show file tree
Hide file tree
Showing 3 changed files with 1,754 additions and 1,998 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,29 @@
},
"homepage": "https://github.com/CyanSalt/vite-plugin-legacy-swc#readme",
"dependencies": {
"@swc/core": "^1.5.24",
"browserslist": "^4.23.0",
"@swc/core": "^1.7.10",
"browserslist": "^4.23.3",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.37.1",
"magic-string": "^0.30.10",
"core-js": "^3.38.0",
"magic-string": "^0.30.11",
"regenerator-runtime": "^0.14.1",
"systemjs": "^6.15.1"
},
"devDependencies": {
"@cyansalt/eslint-config": "^4.0.5",
"@cyansalt/eslint-config": "^4.1.0",
"@cyansalt/tsconfig": "^2.2.1",
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^20.12.13",
"acorn": "^8.11.3",
"eslint": "^9.3.0",
"@types/node": "^20.14.15",
"acorn": "^8.12.1",
"eslint": "^9.9.0",
"picocolors": "^1.0.1",
"release-it": "^17.3.0",
"rollup": "^4.18.0",
"release-it": "^17.6.0",
"rollup": "^4.20.0",
"terser": "^5.31.6",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.2.12",
"vitest": "^1.6.0"
"vite": "^5.4.0",
"vitest": "^2.0.5"
},
"peerDependencies": {
"vite": ">=4.0.0"
Expand Down
Loading

0 comments on commit bd21942

Please sign in to comment.