Skip to content

Commit

Permalink
chore(deps-dev): bump versions, rm patch
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Dec 10, 2023
1 parent 4e91959 commit c94354d
Show file tree
Hide file tree
Showing 8 changed files with 278 additions and 282 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/d8fb0a7f.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declined:
- "@codemirror-toolkit/extensions"
- "@codemirror-toolkit/react"
6 changes: 3 additions & 3 deletions examples/react/with-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"dependencies": {
"@codemirror-toolkit/react": "^0.5.0",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.1",
"@codemirror/view": "^6.22.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.6"
"vite": "^5.0.7"
}
}
6 changes: 3 additions & 3 deletions examples/react/with-extension-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@codemirror-toolkit/extensions": "^0.6.2",
"@codemirror-toolkit/react": "^0.5.0",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.1",
"@codemirror/view": "^6.22.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.6"
"vite": "^5.0.7"
}
}
6 changes: 3 additions & 3 deletions examples/react/with-update-listener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@codemirror-toolkit/extensions": "^0.6.2",
"@codemirror-toolkit/react": "^0.5.0",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.1",
"@codemirror/view": "^6.22.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.6"
"vite": "^5.0.7"
}
}
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
"@types/eslint": "^8.44.8",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript/lib-dom": "npm:@types/web@*",
"@vitest/coverage-v8": "^1.0.1",
"@vitest/coverage-v8": "^1.0.4",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -43,13 +43,10 @@
"husky": "^8.0.3",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.0.6",
"vitest": "^1.0.1"
},
"resolutions": {
"@testing-library/react@^14.0.0": "patch:@testing-library/react@npm%3A14.0.0#./.yarn/patches/@testing-library-react-npm-14.0.0-84fecd033b.patch"
"vite": "^5.0.7",
"vitest": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"devDependencies": {
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.1"
"@codemirror/view": "^6.22.2"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
},
"devDependencies": {
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.1",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.42",
"@codemirror/view": "^6.22.2",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
Loading

0 comments on commit c94354d

Please sign in to comment.