File tree Expand file tree Collapse file tree 4 files changed +95
-126
lines changed Expand file tree Collapse file tree 4 files changed +95
-126
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.6
2+
3+ - Update sentry
4+ - Update husky script
5+
16## 0.5.0
27
38- No longer supported node@14 and minimum version 16
Original file line number Diff line number Diff line change @@ -201,4 +201,6 @@ export default lessVar2JSON;
201201
202202## Sentry
203203
204- 在[ vite.config.ts] ( ./vite.config.ts ) 中开启` OPEN_SENTRY=true ` , 并在[ src/sentry.tsx] ( ./src/sentry.ts ) 中配置 ` __DSN__ ` 。
204+ [ @sentry/react ] ( https://docs.sentry.io/platforms/javascript/guides/react/ )
205+
206+ 在[ vite.config.ts] ( ./vite.config.ts ) 中开启` OPEN_SENTRY=true ` , 并在[ src/sentry.tsx] ( ./src/sentry.ts ) 中配置 ` $__SENTRY__DSN__$ ` 。
Original file line number Diff line number Diff line change 11{
22 "name" : " react-antd-typescript-starter" ,
3- "version" : " 0.9.5 " ,
3+ "version" : " 0.9.6 " ,
44 "private" : true ,
55 "description" : " React antd5 typescript redux template" ,
66 "author" : " ShineShao <xiaoshaoqq@gmail.com>" ,
5454 "@types/react-dom" : " ^18.2.25" ,
5555 "@types/redux-logger" : " ^3.0.13" ,
5656 "@vitejs/plugin-legacy" : " ^5.4.2" ,
57- "@vitejs/plugin-react-swc" : " ^3.7.0 " ,
57+ "@vitejs/plugin-react-swc" : " ^3.7.1 " ,
5858 "cross-env" : " ^7.0.3" ,
5959 "eslint" : " ^8.57.1" ,
6060 "eslint-config-xx" : " ^1.10.1" ,
7070 "pretty-quick" : " ^4.0.0" ,
7171 "redux-logger" : " ^3.0.6" ,
7272 "rollup-plugin-visualizer" : " ^5.12.0" ,
73- "sass" : " ^1.79.3 " ,
74- "terser" : " ^5.33.0 " ,
73+ "sass" : " ^1.79.4 " ,
74+ "terser" : " ^5.34.1 " ,
7575 "ts-jest" : " ^29.1.5" ,
7676 "ts-node" : " ^10.9.2" ,
7777 "typescript" : " 5.3.3" ,
78- "vite" : " ^5.4.7 " ,
78+ "vite" : " ^5.4.8 " ,
7979 "vite-plugin-compression" : " ^0.5.1" ,
8080 "vite-plugin-eslint" : " ^1.8.1" ,
8181 "vite-plugin-pwa" : " ^0.20.5"
You can’t perform that action at this time.
0 commit comments