Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Nov 8, 2023
1 parent ecbd155 commit 9442cbd
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 220 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"devDependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@remix-run/eslint-config": "2.1.0",
"@remix-run/eslint-config": "2.2.0",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@types/eslint": "8.44.6",
"@types/invariant": "2.2.36",
"@types/jsdom": "21.1.4",
"@types/react": "18.2.33",
"@types/eslint": "8.44.7",
"@types/invariant": "2.2.37",
"@types/jsdom": "21.1.5",
"@types/react": "18.2.36",
"@types/shallowequal": "1.1.3",
"@vitejs/plugin-react": "4.1.0",
"@vitejs/plugin-react": "4.1.1",
"esbuild": "0.19.5",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"husky": "8.0.3",
Expand All @@ -43,9 +43,9 @@
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"tsx": "3.14.0",
"typescript": "4.9.5",
"vite": "4.4.9",
"vitest": "0.34.5"
"typescript": "5.2.2",
"vite": "4.5.0",
"vitest": "0.34.6"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0 || ^18.0.0",
Expand All @@ -55,7 +55,7 @@
"clean": "rimraf lib",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint --report-unused-disable-directives .",
"lint-fix": "yarn lint --fix",
"test": "vitest",
"test": "vitest run",
"test-watch": "yarn test --watch",
"test-update": "yarn test -u",
"compile": "yarn run clean && NODE_ENV=production tsx build.ts && yarn types",
Expand Down
Loading

0 comments on commit 9442cbd

Please sign in to comment.