Skip to content

Commit 8323e59

Browse files
committed
chore: update esbuild packages
1 parent aa5ab92 commit 8323e59

File tree

3 files changed

+317
-138
lines changed

3 files changed

+317
-138
lines changed

docs/_data/api/api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10116,7 +10116,7 @@
1011610116
"fileName": "api.ts",
1011710117
"line": 1,
1011810118
"character": 0,
10119-
"url": "https://github.com/atom-community/atom-community.github.io/blob/79e1975/api.ts#L1"
10119+
"url": "https://github.com/atom-community/atom-community.github.io/blob/aa5ab92/api.ts#L1"
1012010120
}
1012110121
]
1012210122
}

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/markdown-it": "^12.2.3",
4949
"@types/prismjs": "^1.26.0",
5050
"@types/react": "^18.0.15",
51-
"@web/dev-server-esbuild": "^0.2.11",
51+
"@web/dev-server-esbuild": "^0.3.1",
5252
"eleventy-plugin-add-web-component-definitions": "^2.1.2",
5353
"eleventy-plugin-helmet": "^0.2.2",
5454
"eslint": "^8.20.0",
@@ -57,12 +57,17 @@
5757
"markdown-it-prism": "^2.2.4",
5858
"plugins-manager": "^0.2.1",
5959
"prettier-config-atomic": "^3.0.10",
60-
"rollup-plugin-esbuild": "^3.0.2",
60+
"rollup-plugin-esbuild": "^4.9.1",
6161
"servor": "^4.0.2",
6262
"shx": "^0.3.4",
6363
"typedoc": "^0.23.9",
6464
"typedoc-plugin-markdown": "^3.13.4",
6565
"typescript": "^4.7.4"
6666
},
67-
"keywords": []
67+
"keywords": [],
68+
"pnpm": {
69+
"overrides": {
70+
"recursive-copy": "2.0.14"
71+
}
72+
}
6873
}

0 commit comments

Comments
 (0)