Skip to content

Commit

Permalink
Update yarn and all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Apr 27, 2023
1 parent ae5aef1 commit d087e3d
Show file tree
Hide file tree
Showing 5 changed files with 1,899 additions and 1,638 deletions.
801 changes: 0 additions & 801 deletions .yarn/releases/yarn-3.2.4.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
nodeLinker: node-modules

npmRegistries:
'https://npm.pkg.github.com':
npmAuthToken: '${GITHUB_TOKEN}'
"https://npm.pkg.github.com":
npmAuthToken: "${GITHUB_TOKEN}"

npmScopes:
alienfast:
npmAlwaysAuth: true
npmRegistryServer: 'https://npm.pkg.github.com'
npmRegistryServer: "https://npm.pkg.github.com"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.2.4.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
"vite": ">=3.1.6"
},
"dependencies": {
"glob-all": "^3.3.0",
"glob-all": "^3.3.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"marked": "^4.1.1",
"marked": "^4.3.0",
"marked-terminal": "^5.1.1"
},
"devDependencies": {
"@alienfast/eslint-config": "^4.0.5",
"@alienfast/eslint-config": "^4.0.6",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.194",
"@types/marked": "^4",
"@types/node": "^18.11.7",
"@types/node": "^18.16.1",
"@types/rimraf": "^3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"auto": "^10.37.6",
"eslint": "^8.26.0",
"auto": "^10.46.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -82,18 +82,18 @@
"eslint-plugin-unused-imports": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"rollup": "^3.2.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"vite": "^3.2.1",
"vitest": "^0.24.3"
"rimraf": "^5.0.0",
"rollup": "^3.21.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vitest": "^0.30.1"
},
"author": "Kevin Ross <kevin.ross@alienfast.com>",
"auto": {
"plugins": [
"npm"
]
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.5.0"
}

0 comments on commit d087e3d

Please sign in to comment.