Skip to content

Commit

Permalink
Merge pull request #551 from metrico/fix/packages_updates_29_10_24
Browse files Browse the repository at this point in the history
fix: packages updates (jsdom update)
  • Loading branch information
jacovinus authored Oct 29, 2024
2 parents 733a6ef + 8e8e3a8 commit f984cac
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 121 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"@types/node": "^20.16.15",
"@types/react": "^18.3.12",
"jsdom": "24.1.1",
"jsdom": "25.0.1",
"turbo": "^1.13.4",
"typescript": "^5.6.3"
},
"dependencies": {
"jsdom": "24.1.1",
"jsdom": "25.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-node": "^10.9.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"echarts": "^5.5.1",
"fuzzy": "^0.1.3",
"immutability-helper": "^3.1.1",
"isomorphic-dompurify": "^1.13.0",
"isomorphic-dompurify": "^2.16.0",
"javascript-time-ago": "^2.5.11",
"jquery": "^3.7.1",
"jsdom": "24.1.1",
"jsdom": "25.0.1",
"lodash": "^4.17.21",
"lru-memoize": "^1.1.0",
"memoize-one": "^6.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"nanoid": "^5.0.7",
"nanoid": "^5.0.8",
"papaparse": "^5.4.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
Expand All @@ -56,15 +56,15 @@
"react-redux": "^8.1.3",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.1",
"react-select": "^5.8.2",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"reselect": "^5.1.1",
"slate": "^0.110.2",
"slate-history": "^0.100.0",
"slate-history": "^0.110.3",
"slate-react": "^0.110.3",
"tss-react": "^4.9.13",
"uuid": "^10.0.0",
"uuid": "^11.0.2",
"web-vitals": "^4.2.4",
"zod": "^3.23.8",
"zustand": "^5.0.0"
Expand All @@ -76,7 +76,7 @@
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.3",
Expand All @@ -85,7 +85,7 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"happy-dom": "^15.7.4",
"jsdom": "24.1.1",
"jsdom": "25.0.1",
"prettier": "^3.3.3",
"sass": "^1.80.4",
"scss": "^0.2.4",
Expand Down
Loading

0 comments on commit f984cac

Please sign in to comment.