Skip to content

Commit

Permalink
chore: bump yarn, release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jun 9, 2024
1 parent 5a68e32 commit 4d931ad
Show file tree
Hide file tree
Showing 5 changed files with 903 additions and 878 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uk-railway-stations",
"version": "1.5.3",
"version": "1.6.0",
"description": "A dataset containing information about all UK railway stations.",
"main": "stations.json",
"types": "stations.d.ts",
Expand All @@ -12,5 +12,5 @@
"build": "yarn build:json",
"build:json": "python3 tools/convertToJson.py"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@4.2.2"
}
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 6
version: 8
cacheKey: 10

"uk-railway-stations@workspace:.":
version: 0.0.0-use.local
Expand Down

0 comments on commit 4d931ad

Please sign in to comment.