Skip to content

Commit

Permalink
chore: sort dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Oct 17, 2024
1 parent 6f04a5e commit af38d01
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@terrestris/shogun-util": "9.0.0",
"@uiw/react-md-editor": "4.0.4",
"antd": "5.20.6",
"i18next": "23.15.1",
"i18next-browser-languagedetector": "8.0.0",
"i18next": "23.15.1",
"js-logger": "1.6.1",
"js-md5": "0.8.3",
"json-schema": "0.4.0",
Expand All @@ -53,11 +53,11 @@
"moment": "2.30.1",
"monaco-editor": "0.52.0",
"ol": "10.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hotkeys-hook": "4.5.1",
"react-i18next": "15.0.2",
"react-router-dom": "6.26.2",
"react": "18.3.1",
"recoil": "0.7.7",
"shapefile.js": "1.1.4"
},
Expand All @@ -72,8 +72,8 @@
"@babel/preset-typescript": "7.24.7",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@playwright/test": "1.47.2",
"@module-federation/enhanced": "^0.6.6",
"@playwright/test": "1.47.2",
"@rspack/cli": "^1.0.5",
"@rspack/core": "^1.0.5",
"@rspack/plugin-react-refresh": "^1.0.0",
Expand All @@ -83,32 +83,32 @@
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@swc/helpers": "^0.5.13",
"@terrestris/eslint-config-typescript": "5.0.0",
"@terrestris/eslint-config-typescript-react": "2.0.0",
"@terrestris/eslint-config-typescript": "5.0.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@types/react": "18.3.10",
"@types/lodash": "^4.17.7",
"@types/react-dom": "18.3.0",
"@types/react-redux": "7.1.34",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@types/react": "18.3.10",
"@typescript-eslint/eslint-plugin-tslint": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.17.0",
"babel-plugin-import": "^1.13.8",
"buffer": "6.0.3",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint": "8.57.0",
"husky": "9.1.6",
"isomorphic-fetch": "3.0.0",
"jest": "29.7.0",
"jest-dom": "4.0.0",
"jest-environment-jsdom": "29.7.0",
"less": "4.2.0",
"jest": "29.7.0",
"less-loader": "12.2.0",
"less": "4.2.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"openapi-types": "12.1.3",
"react-refresh": "^0.14.2",
Expand Down

0 comments on commit af38d01

Please sign in to comment.