Skip to content

Commit

Permalink
Merge pull request #9761 from tchak/update-vite
Browse files Browse the repository at this point in the history
chore(vite): update
  • Loading branch information
mfo authored Dec 5, 2023
2 parents d90c55c + 6646fd5 commit 8433f9d
Show file tree
Hide file tree
Showing 3 changed files with 1,209 additions and 1,200 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ GEM
rack (>= 2.1.0)
rack-protection (3.0.5)
rack
rack-proxy (0.7.6)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -766,10 +766,10 @@ GEM
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
vite_rails (3.0.14)
vite_rails (3.0.17)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0, >= 3.2.2)
vite_ruby (3.3.1)
vite_ruby (3.5.0)
dry-cli (>= 0.7, < 2)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,26 +84,26 @@
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/sortablejs": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-legacy": "^4.0.3",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.15",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"axe-core": "^4.8.2",
"del-cli": "^5.1.0",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.3.9",
"vite-plugin-full-reload": "^1.0.5",
"vite-plugin-ruby": "^3.2.2",
"vitest": "^0.34.3"
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite-plugin-full-reload": "^1.1.0",
"vite-plugin-ruby": "^5.0.0",
"vitest": "^0.34.6"
},
"scripts": {
"clean": "del tmp public/graphql && bin/vite clobber",
Expand Down
Loading

0 comments on commit 8433f9d

Please sign in to comment.