Skip to content

Commit

Permalink
deps: update dependencies to latest within semver range (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu authored Jul 17, 2023
1 parent 13c32f1 commit 28c472d
Show file tree
Hide file tree
Showing 10 changed files with 624 additions and 564 deletions.
29 changes: 29 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-semver-up.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.38.0-sdk",
"version": "8.45.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
6 changes: 3 additions & 3 deletions .yarn/sdks/prettier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);

if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require prettier/index.js
// Setup the environment to be able to require prettier
require(absPnpApiPath).setup();
}
}

// Defer to the real prettier/index.js your application uses
module.exports = absRequire(`prettier/index.js`);
// Defer to the real prettier your application uses
module.exports = absRequire(`prettier`);
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "2.8.7-sdk",
"version": "2.8.8-sdk",
"main": "./index.js",
"type": "commonjs"
}
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ plugins:
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-semver-up.cjs
spec: "https://raw.githubusercontent.com/tophat/yarn-plugin-semver-up/master/bundles/%40yarnpkg/plugin-semver-up.js"
6 changes: 3 additions & 3 deletions config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"@types/eslint": "^8.37.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/utils": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/utils": "^5.62.0",
"@yarnpkg/core": "^3.5.2",
"@yarnpkg/sdks": "^3.0.0-rc.46",
"eslint": "^8.38.0",
Expand Down
6 changes: 3 additions & 3 deletions eslint-import-resolver-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"prepack": "rm -rf lib && run -T tsc -p ./tsconfig.build.json"
},
"devDependencies": {
"@types/eslint": "^8.37.0",
"@types/jest": "^29.5.0",
"@types/eslint": "^8.44.0",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.11",
"eslint": "^8.38.0"
"eslint": "^8.45.0"
},
"peerDependencies": {
"eslint-plugin-import": ">= 2.0.0"
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,36 @@
"devDependencies": {
"@monodeploy/plugin-github": "^1.1.0",
"@monodeploy/types": "^4.1.0",
"@tanstack/eslint-plugin-query": "^4.29.0",
"@tanstack/eslint-plugin-query": "^4.29.25",
"@tophat/conventional-changelog-config": "^1.0.1",
"@tophat/eslint-config": "workspace:*",
"@tophat/eslint-import-resolver-require": "^0.1.3",
"@types/eslint": "^8.37.0",
"@types/jest": "^29.5.0",
"@tophat/eslint-import-resolver-require": "^0.1.4",
"@types/eslint": "^8.44.0",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/utils": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/utils": "^5.62.0",
"@yarnpkg/core": "^3.5.2",
"@yarnpkg/sdks": "^3.0.0-rc.46",
"all-contributors-cli": "^6.24.0",
"eslint": "^8.38.0",
"@yarnpkg/sdks": "^3.0.0-rc.48",
"all-contributors-cli": "^6.26.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"jest-junit": "^16.0.0",
"monodeploy": "^4.1.0",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions plugins/eslint-plugin-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"prepack": "rm -rf lib && run -T tsc -p ./tsconfig.build.json"
},
"devDependencies": {
"@types/eslint": "^8.37.0",
"@types/jest": "^29.5.0",
"@types/eslint": "^8.44.0",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.11",
"eslint": "^8.38.0"
"eslint": "^8.45.0"
},
"dependencies": {
"@typescript-eslint/utils": "^5.58.0"
"@typescript-eslint/utils": "^5.62.0"
},
"peerDependencies": {
"eslint": "^8.38.0"
Expand Down
Loading

0 comments on commit 28c472d

Please sign in to comment.