Skip to content

Commit

Permalink
Bump devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Jul 2, 2024
1 parent cf9c2f5 commit 7f9c3c1
Show file tree
Hide file tree
Showing 4 changed files with 747 additions and 1,280 deletions.
3 changes: 1 addition & 2 deletions docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"@tsconfig/docusaurus": "2.0.3",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "3.4.0",
"@docusaurus/types": "3.4.0",
"typescript": "5.2.2"
"@docusaurus/types": "3.4.0"
},
"browserslist": {
"production": [
Expand Down
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const eslintConfig = [
},
{
plugins: {
// These plugins are all needed for eslint-config-react-app
flowtype: eslintPluginFlowtype,
'jsx-a11y': eslintPluginJsxA11y,
import: eslintPluginImport,
Expand All @@ -52,6 +53,7 @@ const eslintConfig = [
reactRecommended,
...typescriptEslint.configs.recommended,

// Overrides:
{
files: ['**/*.{js,ts,jsx,tsx,cjs,mjs}'],
rules: {
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": "^18 || ^20 || ^21 || ^22",
"pnpm": "^9"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"type": "module",
"scripts": {
"____ HOOKS _________________________________________________________": "",
Expand Down Expand Up @@ -68,12 +68,12 @@
"typecheck": "turbo run w:typecheck"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@changesets/cli": "2.27.5",
"@arethetypeswrong/cli": "0.16.0",
"@changesets/cli": "2.27.7",
"@size-limit/preset-small-lib": "11.1.4",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitest/coverage-v8": "1.6.0",
Expand All @@ -84,26 +84,26 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"glob": "10.4.1",
"glob": "10.4.2",
"husky": "9.0.11",
"jsdom": "24.1.0",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"lodash": "4.17.21",
"only-allow": "1.2.1",
"prettier": "3.3.1",
"prettier": "3.3.2",
"publint": "0.2.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"size-limit": "11.1.4",
"tiny-immutable-set": "1.3.1",
"tsup": "8.1.0",
"turbo": "2.0.3",
"typescript": "5.4.5",
"typescript-eslint": "7.12.0",
"vite": "5.2.12",
"turbo": "2.0.6",
"typescript": "5.5.3",
"typescript-eslint": "7.15.0",
"vite": "5.3.2",
"vitest": "1.6.0",
"yalc": "1.0.0-pre.53",
"yargs": "17.7.2"
Expand Down
Loading

0 comments on commit 7f9c3c1

Please sign in to comment.