Skip to content

Commit

Permalink
chore(deps-dev): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Jul 29, 2023
1 parent d7c162f commit 8cf441e
Show file tree
Hide file tree
Showing 7 changed files with 419 additions and 433 deletions.
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.4.1",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.15.0",
"@codemirror/view": "^6.15.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.1.6",
"vite": "^4.4.4"
"vite": "^4.4.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.0",
"@codemirror-toolkit/react": "^0.4.1",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.15.0",
"@codemirror/view": "^6.15.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.1.6",
"vite": "^4.4.4"
"vite": "^4.4.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.0",
"@codemirror-toolkit/react": "^0.4.1",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.15.0",
"@codemirror/view": "^6.15.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.1.6",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"foreach": "yarn workspaces foreach -vp --exclude '@codemirror-toolkit/(monorepo|example-*)'"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/user-event": "^14.4.3",
"@types/eslint": "^8.44.0",
"@types/node": "^20.4.2",
"@types/eslint": "^8.44.1",
"@types/node": "^20.4.5",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript/lib-dom": "npm:@types/web@*",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-testing-library": "^5.11.0",
Expand All @@ -46,7 +46,7 @@
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"resolutions": {
Expand Down
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.2.1",
"@codemirror/view": "^6.15.0"
"@codemirror/view": "^6.15.3"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
},
"devDependencies": {
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.15.0",
"@codemirror/view": "^6.15.3",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.15",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@types/use-sync-external-store": "^0.0.3",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 8cf441e

Please sign in to comment.