Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #198

Merged
merged 21 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
43772ce
chore(deps): bump highcharts from 11.4.1 to 11.4.6
dependabot[bot] Jul 8, 2024
8b55b9e
chore(deps-dev): bump eslint-plugin-react from 7.34.1 to 7.35.0
dependabot[bot] Jul 22, 2024
78813c4
chore(deps-dev): bump @types/chrome from 0.0.254 to 0.0.269
dependabot[bot] Jul 29, 2024
67b125a
chore(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Aug 5, 2024
9864f14
Merge pull request #182 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 8, 2024
470ee6b
Merge pull request #185 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 8, 2024
9c04e9a
Merge pull request #188 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 8, 2024
28504c2
chore(deps): bump antd from 5.18.3 to 5.20.0
dependabot[bot] Aug 8, 2024
da3c4bd
Merge pull request #190 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 8, 2024
b2069aa
Merge pull request #191 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 8, 2024
df09d62
chore(deps): bump @ant-design/icons from 5.3.7 to 5.4.0
dependabot[bot] Aug 10, 2024
b3f27bf
chore(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.18.0
dependabot[bot] Aug 10, 2024
90fe89e
Merge pull request #192 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 10, 2024
43893b7
Merge pull request #193 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 10, 2024
b3aab10
chore(deps): bump axios from 1.6.8 to 1.7.3
dependabot[bot] Aug 10, 2024
52155b9
Merge pull request #194 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 10, 2024
c2f9235
chore(deps-dev): bump esbuild from 0.21.5 to 0.23.0
dependabot[bot] Aug 10, 2024
31766b4
chore(deps): bump typescript from 5.5.2 to 5.5.4
dependabot[bot] Aug 10, 2024
6dc191b
Merge pull request #196 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 10, 2024
99eb3b4
Merge pull request #195 from thangved/dependabot/npm_and_yarn/develop…
thangved Aug 10, 2024
a2ee6fb
Merge branch 'main' into develop
thangved Aug 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chrome": "^0.0.254",
"@types/chrome": "^0.0.269",
"@types/esbuild-copy-static-files": "^0.1.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.13.1",
"esbuild": "^0.21.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"esbuild": "^0.23.0",
"esbuild-copy-static-files": "^0.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.35.0",
"husky": "^9.0.11",
"nodemon": "^3.1.4",
"prettier": "^3.3.2",
"prop-types": "^15.8.1"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"antd": "^5.18.3",
"axios": "^1.6.8",
"highcharts": "^11.4.1",
"@ant-design/icons": "^5.4.0",
"antd": "^5.20.0",
"axios": "^1.7.3",
"highcharts": "^11.4.6",
"highcharts-react-official": "^3.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"zip-a-folder": "^3.1.6"
}
}
Loading