Skip to content

Commit 442e845

Browse files
committed
2.2.0
1 parent 26ce9be commit 442e845

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## [3.0.0] 2024-06-28
3+
## [2.2.0] 2024-07-19
4+
5+
### Vulnerabilities removed
6+
7+
## [2.1.0] 2024-06-28
48

59
### GPT-4o Support
610

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Horizon ChatGPT AI Template](https://horizon-ui.com/chatgpt-ai-template) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=Check%20Horizon%20ChatGPT%20AI%20Template,%20the%20trendiest%20open%20source%20ChatGPT%20AI%20admin%20template%20for%20%23nextjs%20and%20%23react!%0A%0Ahttps%3A//horizon-ui.com/chatgpt-ai-template/%20%20)
22

3-
![version](https://img.shields.io/badge/version-3.0.0-brightgreen.svg)
3+
![version](https://img.shields.io/badge/version-2.2.0-brightgreen.svg)
44
[![GitHub issues open](https://img.shields.io/github/issues/horizon-ui/chatgpt-ai-template.svg?maxAge=2592000)](https://github.com/horizon-ui/chatgpt-ai-template/issues?q=is%3Aopen+is%3Aissue)
55

66
<p>&nbsp;</p>

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@chakra-ui/icons": "^1.1.5",
13-
"@chakra-ui/react": "1.8.9",
14-
"@chakra-ui/system": "^1.12.1",
15-
"@chakra-ui/theme-tools": "^1.3.6",
12+
"@babel/traverse": "^7.24.6",
13+
"@chakra-ui/icons": "^2.1.1",
14+
"@chakra-ui/react": "^2.8.2",
15+
"@chakra-ui/system": "^2.6.2",
16+
"@chakra-ui/theme-tools": "^2.1.2",
1617
"@codemirror/legacy-modes": "^6.3.2",
1718
"@emotion/react": "^11.4.1",
1819
"@emotion/styled": "^11.3.0",
@@ -24,28 +25,24 @@
2425
"@testing-library/user-event": "^12.8.3",
2526
"@uiw/codemirror-theme-tokyo-night": "^4.19.11",
2627
"@uiw/react-codemirror": "^4.19.11",
27-
"babel-cli": "^6.26.0",
28-
"babel-preset-es2015": "^6.24.1",
29-
"babel-preset-react": "^6.24.1",
30-
"babel-register": "^6.26.0",
3128
"endent": "^2.1.0",
3229
"eventsource-parser": "^1.0.0",
3330
"framer-motion": "^4.1.17",
34-
"next": "14.0.2",
31+
"next": "^14.2.5",
3532
"react": "18.2.0",
36-
"react-build-sitemap": "^0.2.2",
3733
"react-custom-scrollbars-2": "^4.2.1",
3834
"react-dom": "18.2.0",
3935
"react-icons": "^4.9.0",
4036
"react-is": "^18.0.0",
4137
"react-markdown": "^8.0.6",
4238
"react-router-dom": "^5.3.0",
43-
"react-scripts": "5.0.0",
4439
"remark-gfm": "^3.0.1",
4540
"typescript": "4.9.5",
4641
"web-vitals": "^1.1.2"
4742
},
4843
"devDependencies": {
44+
"@babel/cli": "^7.24.6",
45+
"@babel/core": "^7.24.6",
4946
"@types/node": "18.15.11",
5047
"@types/react": "18.0.31",
5148
"@types/react-dom": "18.0.11",

0 commit comments

Comments
 (0)