Skip to content

Commit

Permalink
upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Apr 6, 2024
1 parent 2ecf6fd commit d624931
Show file tree
Hide file tree
Showing 2 changed files with 1,236 additions and 1,086 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,58 +17,58 @@
"rsc": "node scripts/release-sanity-check.mjs"
},
"dependencies": {
"@distributedlab/tools": "^1.0.0-rc.9",
"downshift": "^8.3.1",
"@distributedlab/tools": "^1.0.0-rc.14",
"downshift": "^8.5.0",
"framer-motion": "^10.18.0",
"i18next": "^23.7.16",
"i18next": "^23.10.1",
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"loglevel": "^1.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.21.2",
"react-i18next": "^14.1.0",
"react-router-dom": "^6.22.3",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.25.1",
"react-use": "^17.4.3",
"react-tooltip": "^5.26.3",
"react-use": "^17.5.0",
"uuid": "^9.0.1",
"valtio": "^1.13.0"
"valtio": "^1.13.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"chalk": "^5.3.0",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.7",
"stylelint": "^16.1.0",
"stylelint-config-standard-scss": "^13.0.0",
"sass": "^1.74.1",
"stylelint": "^16.3.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-strict-value": "^1.10.4",
"stylelint-scss": "^6.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-checker": "^0.6.2",
"stylelint-scss": "^6.2.1",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-svg-icons": "^2.0.1",
"vite-tsconfig-paths": "^4.2.3",
"vite-tsconfig-paths": "^4.3.2",
"yorkie": "^2.0.0"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit d624931

Please sign in to comment.