Skip to content

Commit

Permalink
Merge pull request #510 from metrico/chore/packages_updates_22_07
Browse files Browse the repository at this point in the history
chore/packages updates 22 07
  • Loading branch information
jacovinus authored Jul 23, 2024
2 parents 31093d0 + ab56a29 commit 0eff8f0
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 177 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.14.8",
"@types/react": "^18.3.3",
"jsdom": "24.1.0",
"jsdom": "24.1.1",
"turbo": "^1.13.4",
"typescript": "^5.4.5"
},
"dependencies": {
"jsdom": "24.1.0",
"jsdom": "24.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-node": "^10.9.2"
Expand Down
22 changes: 11 additions & 11 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/is-prop-valid": "^1.2.2",
"@emotion/react": "^11.11.4",
"@emotion/css": "^11.13.0",
"@emotion/is-prop-valid": "^1.3.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.11.5",
"@microlink/react-json-view": "latest",
"@mui/base": "5.0.0-beta.5",
Expand All @@ -27,15 +27,15 @@
"classnames": "^2.5.1",
"combokeys": "^3.0.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"deep-freeze": "^0.0.1",
"dnd-core": "^16.0.1",
"fuzzy": "^0.1.3",
"immutability-helper": "^3.1.1",
"isomorphic-dompurify": "^1.13.0",
"javascript-time-ago": "^2.5.10",
"jquery": "^3.7.1",
"jsdom": "24.1.0",
"jsdom": "24.1.1",
"json-markup": "^1.1.4",
"lodash": "^4.17.21",
"lru-memoize": "^1.1.0",
Expand All @@ -46,8 +46,8 @@
"papaparse": "^5.4.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-cookie": "^7.1.4",
"react-day-picker": "^8.10.1",
"react-cookie": "^7.2.0",
"react-day-picker": "^9.0.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
Expand All @@ -67,20 +67,20 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/babel-plugin": "^11.12.0",
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"happy-dom": "^14.12.3",
"jsdom": "24.1.0",
"jsdom": "24.1.1",
"prettier": "^3.3.2",
"sass": "^1.77.5",
"scss": "^0.2.4",
Expand Down
Loading

0 comments on commit 0eff8f0

Please sign in to comment.