Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit 0a09e5e

Browse files
committed
bump versions
1 parent 4d0f765 commit 0a09e5e

4 files changed

Lines changed: 976 additions & 845 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A _blazingly_ modern web development stack. This template repo tries to achieve
77
![video](video.gif)
88

99
- [React 18](https://reactjs.org/blog/2022/03/29/react-v18.html)
10-
- [Typescript 4.7](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/)
10+
- [Typescript 4.9](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/)
1111
- [Vite with Vite SSR](https://vitejs.dev/guide/ssr.html)
1212
- [GitHub Actions](https://github.com/features/actions)
1313
- [Tailwind CSS](https://tailwindui.com/)

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,45 +25,45 @@
2525
"format": "prettier --write ."
2626
},
2727
"dependencies": {
28-
"autoprefixer": "^10.4.8",
28+
"autoprefixer": "^10.4.13",
2929
"compression": "1.7.4",
3030
"cross-env": "^7.0.3",
31-
"express": "4.18.1",
32-
"nodemon": "^2.0.19",
31+
"express": "4.18.2",
32+
"nodemon": "^2.0.20",
3333
"react": "^18.2.0",
3434
"react-dom": "^18.2.0",
35-
"react-router-dom": "^6.3.0",
35+
"react-router-dom": "^6.4.5",
3636
"serve-static": "^1.15.0",
3737
"ts-node": "^10.9.1"
3838
},
3939
"devDependencies": {
40-
"@types/express": "^4.17.13",
40+
"@types/express": "^4.17.14",
4141
"@testing-library/jest-dom": "^5.16.5",
4242
"@testing-library/react": "^13.4.0",
4343
"@types/compression": "1.7.2",
4444
"@types/concurrently": "6.4.0",
45-
"@types/eslint": "8.4.6",
46-
"@types/node": "18.7.14",
47-
"@types/react": "^18.0.18",
48-
"@types/react-dom": "^18.0.6",
45+
"@types/eslint": "8.4.10",
46+
"@types/node": "18.11.13",
47+
"@types/react": "^18.0.26",
48+
"@types/react-dom": "^18.0.9",
4949
"@types/react-router-dom": "^5.3.3",
50-
"@typescript-eslint/eslint-plugin": "^5.36.1",
51-
"@typescript-eslint/parser": "^5.36.1",
52-
"@vitejs/plugin-react": "^2.0.1",
53-
"concurrently": "7.3.0",
50+
"@typescript-eslint/eslint-plugin": "^5.46.1",
51+
"@typescript-eslint/parser": "^5.46.1",
52+
"@vitejs/plugin-react": "^3.0.0",
53+
"concurrently": "7.6.0",
5454
"copyfiles": "^2.4.1",
55-
"eslint": "^8.23.0",
55+
"eslint": "^8.29.0",
5656
"eslint-config-prettier": "^8.5.0",
5757
"eslint-config-standard": "^17.0.0",
58-
"eslint-plugin-react": "^7.31.6",
58+
"eslint-plugin-react": "^7.31.11",
5959
"eslint-plugin-react-hooks": "^4.6.0",
60-
"jsdom": "^20.0.0",
61-
"postcss": "8.4.16",
62-
"prettier": "^2.7.1",
60+
"jsdom": "^20.0.3",
61+
"postcss": "8.4.20",
62+
"prettier": "^2.8.1",
6363
"rimraf": "^3.0.2",
64-
"tailwindcss": "3.1.8",
65-
"typescript": "4.8.2",
66-
"vite": "3.0.9",
67-
"vitest": "^0.23.0"
64+
"tailwindcss": "3.2.4",
65+
"typescript": "4.9.4",
66+
"vite": "4.0.1",
67+
"vitest": "^0.25.7"
6868
}
6969
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lib": ["DOM", "DOM.Iterable", "ESNext"],
1515
"strict": true,
1616
"outDir": "dist",
17-
"module": "ES2020",
17+
"module": "ESNext",
1818
"moduleResolution": "Node",
1919
"skipLibCheck": true,
2020
"sourceMap": true,

0 commit comments

Comments
 (0)