Skip to content

Commit a69fa4e

Browse files
authored
Bumped @swc/core to 1.13.3 (update from templates) (#31)
2 parents 472df7c + c0874d7 commit a69fa4e

File tree

6 files changed

+236
-218
lines changed

6 files changed

+236
-218
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a Webpack project template pre-configured to build an arbitrary number o
1212
1313
Note that many of the files mentioned in [Summary](#summary) are not present in this template because they describe extension code which must be added to this template. For examples of what extensions in a multi-extension repo might look like, refer to any repo based on this template — for instance, the [platform-bible-sample-extensions](https://github.com/paranext/platform-bible-sample-extensions).
1414
15-
**Important:** Before proceding to use this template, consider whether you intend to build a single extension to be packaged and installed independently, or a set of related extensions that should be used together. If the former, it would be better to use the simple [template pre-configured to build a single Platform.Bible extension](https://github.com/paranext/paranext-extension-template).
15+
**Important:** Before proceeding to use this template, consider whether you intend to build a single extension to be packaged and installed independently, or a set of related extensions that should be used together. If the former, it would be better to use the simple [template pre-configured to build a single Platform.Bible extension](https://github.com/paranext/paranext-extension-template).
1616
1717
### Customize repo details
1818

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils"
4040
},
4141
"devDependencies": {
42-
"@swc/core": "1.10.18",
42+
"@swc/core": "1.13.3",
4343
"@tailwindcss/typography": "^0.5.16",
4444
"@types/node": "^20.16.11",
4545
"@types/react": "^18.3.18",
@@ -96,6 +96,6 @@
9696
},
9797
"workspaces": ["src/*"],
9898
"volta": {
99-
"node": "20.18.0"
99+
"node": "22.16.0"
100100
}
101101
}

0 commit comments

Comments
 (0)