Skip to content

Commit 7154d11

Browse files
committed
update browser list
1 parent e567d61 commit 7154d11

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
"getDRSToHostname": "node ./node_modules/@gen3/toolsff/dist/getDRSToHostname.esm.js --out=config/"
1919
},
2020
"dependencies": {
21+
"@axe-core/react": "^4.10.0",
2122
"@fontsource/montserrat": "^5.0.19",
22-
"@fontsource/source-sans-pro": "^5.0.8",
2323
"@fontsource/poppins": "^5.0.15",
24+
"@fontsource/source-sans-pro": "^5.0.8",
2425
"@gen3/frontend": "^0.10.44",
2526
"@mantine/core": "^7.12.1",
2627
"@mantine/form": "^7.12.1",
@@ -32,8 +33,7 @@
3233
"@next/mdx": "^14.2.8",
3334
"@types/mdx": "^2.0.11",
3435
"cookies-next": "^4.1.1",
35-
"swr": "^2.2.5",
36-
"@axe-core/react": "^4.10.0"
36+
"swr": "^2.2.5"
3737
},
3838
"devDependencies": {
3939
"@gen3/toolsff": "^0.10.44",
@@ -44,13 +44,14 @@
4444
"@types/lodash": "^4.14.202",
4545
"@types/react": "^18.2.21",
4646
"@types/react-dom": "^18.2.7",
47+
"@typescript-eslint/eslint-plugin": "^7.12.0",
4748
"eslint": "8.57.0",
49+
"eslint-config-next": "14.2.3",
4850
"eslint-config-prettier": "^8.8.0",
4951
"eslint-plugin-import": "^2.27.5",
5052
"eslint-plugin-jsx-a11y": "^6.6.1",
5153
"eslint-plugin-react": "^7.30.1",
5254
"eslint-plugin-react-hooks": "^4.6.0",
53-
"eslint-config-next": "14.2.3",
5455
"next": "^14.2.8",
5556
"postcss": "^8.4.29",
5657
"postcss-loader": "^7.3.2",
@@ -61,7 +62,6 @@
6162
"tailwindcss": "^3.4.10",
6263
"ts-jest": "^29.1.2",
6364
"ts-node": "^10.9.1",
64-
"typescript": "5.5.4",
65-
"@typescript-eslint/eslint-plugin": "^7.12.0"
65+
"typescript": "5.5.4"
6666
}
6767
}

0 commit comments

Comments
 (0)