Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Dec 13, 2022
1 parent 4d0f765 commit 0a09e5e
Show file tree
Hide file tree
Showing 4 changed files with 976 additions and 845 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A _blazingly_ modern web development stack. This template repo tries to achieve
![video](video.gif)

- [React 18](https://reactjs.org/blog/2022/03/29/react-v18.html)
- [Typescript 4.7](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/)
- [Typescript 4.9](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/)
- [Vite with Vite SSR](https://vitejs.dev/guide/ssr.html)
- [GitHub Actions](https://github.com/features/actions)
- [Tailwind CSS](https://tailwindui.com/)
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,45 @@
"format": "prettier --write ."
},
"dependencies": {
"autoprefixer": "^10.4.8",
"autoprefixer": "^10.4.13",
"compression": "1.7.4",
"cross-env": "^7.0.3",
"express": "4.18.1",
"nodemon": "^2.0.19",
"express": "4.18.2",
"nodemon": "^2.0.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.4.5",
"serve-static": "^1.15.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/compression": "1.7.2",
"@types/concurrently": "6.4.0",
"@types/eslint": "8.4.6",
"@types/node": "18.7.14",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/eslint": "8.4.10",
"@types/node": "18.11.13",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-react": "^2.0.1",
"concurrently": "7.3.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vitejs/plugin-react": "^3.0.0",
"concurrently": "7.6.0",
"copyfiles": "^2.4.1",
"eslint": "^8.23.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-react": "^7.31.6",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^20.0.0",
"postcss": "8.4.16",
"prettier": "^2.7.1",
"jsdom": "^20.0.3",
"postcss": "8.4.20",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"tailwindcss": "3.1.8",
"typescript": "4.8.2",
"vite": "3.0.9",
"vitest": "^0.23.0"
"tailwindcss": "3.2.4",
"typescript": "4.9.4",
"vite": "4.0.1",
"vitest": "^0.25.7"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"strict": true,
"outDir": "dist",
"module": "ES2020",
"module": "ESNext",
"moduleResolution": "Node",
"skipLibCheck": true,
"sourceMap": true,
Expand Down
Loading

0 comments on commit 0a09e5e

Please sign in to comment.