Skip to content

Commit

Permalink
feat: update ssr-boost, vite 5.1.1
Browse files Browse the repository at this point in the history
- optimize deps, update versions
  • Loading branch information
MatthewPattell committed Feb 12, 2024
1 parent 2076fb6 commit e190b27
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 87 deletions.
159 changes: 79 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -22,11 +22,10 @@
"@lomray/react-head-manager": "^2.0.1",
"@lomray/react-mobx-manager": "^3.0.1",
"@lomray/react-route-manager": "^1.2.1",
"@lomray/vite-ssr-boost": "^2.2.1",
"@lomray/vite-ssr-boost": "^2.3.0",
"axios": "^1.6.7",
"classnames": "^2.5.1",
"cookie-parser": "^1.4.6",
"hjson": "^3.2.2",
"isbot": "^4.4.0",
"js-cookie": "^3.0.5",
"mobx": "^6.12.0",
Expand All @@ -48,8 +47,8 @@
"@types/node": "18.19.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -59,13 +58,13 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"semantic-release": "^21.1.2",
"stylelint": "^16.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vite-bundle-visualizer": "^1.0.1"
}
}

0 comments on commit e190b27

Please sign in to comment.