Skip to content

Commit 070793b

Browse files
committed
chore: bumped node from v16 to v20 and yarn from v1 to v4
1 parent 51f8e80 commit 070793b

File tree

6 files changed

+8369
-4948
lines changed

6 files changed

+8369
-4948
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sign-git-tag=true
2+

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

.yarn/releases/yarn-4.5.3.cjs

+934
Large diffs are not rendered by default.

.yarnrc.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
nodeLinker: node-modules
6+
7+
yarnPath: .yarn/releases/yarn-4.5.3.cjs

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"author": "Kleros",
1212
"license": "MIT",
1313
"scripts": {
14-
"clear": "rm -r .parcel-cache",
15-
"clean": "rm dist/bundle.js",
14+
"clean": "rimraf dist .parcel-cache",
1615
"start": "parcel src/index.html",
1716
"build": "parcel build",
1817
"prepare": "husky install",
@@ -47,6 +46,7 @@
4746
"parcel": "^2.2.1",
4847
"prettier": "^2.5.1",
4948
"process": "^0.11.10",
49+
"rimraf": "^6.0.1",
5050
"styled-components": "^5.3.3",
5151
"typescript": "^4.5.4"
5252
},
@@ -73,8 +73,8 @@
7373
"*.{js,css,md}": "prettier --write"
7474
},
7575
"volta": {
76-
"node": "16.20.1",
77-
"yarn": "1.22.19"
76+
"node": "20.18.1",
77+
"yarn": "4.5.3"
7878
},
79-
"packageManager": "yarn@1.22.19+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"
79+
"packageManager": "yarn@4.5.3"
8080
}

0 commit comments

Comments
 (0)