Skip to content

Commit

Permalink
Merge branch 'main' into renovate/major-yarn-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mew-ton committed Oct 23, 2023
2 parents 81c80b2 + e8505a0 commit a303026
Show file tree
Hide file tree
Showing 3 changed files with 664 additions and 650 deletions.
10 changes: 8 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.0.0.cjs

npmAuthToken: ${NODE_AUTH_TOKEN:-''}
npmAuthToken: "${NODE_AUTH_TOKEN:-''}"

npmPublishRegistry: 'https://registry.npmjs.org/'

yarnPath: .yarn/releases/yarn-4.0.0.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitest/ui": "^0.34.6",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"prettier": "^3.0.3",
Expand Down
Loading

0 comments on commit a303026

Please sign in to comment.