Skip to content

Commit

Permalink
Merge pull request #25 from palantir/mf/bump-deps
Browse files Browse the repository at this point in the history
Upgrade some dependencies
  • Loading branch information
mfedderly authored Feb 2, 2024
2 parents a5c361c + d3e8fca commit a86fe32
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 282 deletions.
4 changes: 2 additions & 2 deletions examples/todoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -33,7 +33,7 @@
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"vite": "^5.0.12"
},
"type": "module"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"typecheckAll": "tsc --build packages/* examples/basic/*"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-typescript": "^7.22.15",
"@babel/core": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@changesets/cli": "^2.26.2",
"@monorepolint/cli": "0.5.0-alpha.108",
"@monorepolint/config": "0.5.0-alpha.108",
Expand All @@ -40,7 +40,7 @@
"tsup": "^7.2.0",
"turbo": "^1.10.13",
"typescript": "^5.2.2",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"dependencies": {
"eslint-plugin-unused-imports": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "^18.0.0",
"ts-expect": "^1.3.0",
"typescript": "^5.2.2",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a86fe32

Please sign in to comment.