Skip to content

Commit 913c76e

Browse files
authored
chore(swc): pin versions using overrides key in package.json (#1669)
* chore: remove pinned swc version * chore: add overrides * chore: fix package-lock
1 parent 6d953c6 commit 913c76e

File tree

2 files changed

+106
-105
lines changed

2 files changed

+106
-105
lines changed

package-lock.json

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

tooling/template/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
"typecheck": "tsc --noEmit",
1515
"clean": "git clean -xdf .next .turbo node_modules out"
1616
},
17+
"overrides": {
18+
"@next/swc-darwin-arm64": "15.2.3",
19+
"@next/swc-darwin-x64": "15.2.3",
20+
"@next/swc-linux-arm64-gnu": "15.2.3",
21+
"@next/swc-linux-arm64-musl": "15.2.3",
22+
"@next/swc-linux-x64-gnu": "15.2.3",
23+
"@next/swc-linux-x64-musl": "15.2.3",
24+
"@next/swc-win32-arm64-msvc": "15.2.3",
25+
"@next/swc-win32-x64-msvc": "15.2.3"
26+
},
1727
"dependencies": {
1828
"@opengovsg/isomer-components": "*",
1929
"next": "^15.2.3",

0 commit comments

Comments
 (0)