Skip to content

Commit

Permalink
chore(deps): pin dependencies (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 21, 2024
1 parent 42ec60b commit a920469
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 92 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,41 +44,41 @@
"tabWidth": 2
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@juggle/resize-observer": "^3.4.0",
"@mui/icons-material": "^5.15.5",
"@mui/material": "^5.15.5",
"@mui/x-data-grid": "^6.19.1",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@juggle/resize-observer": "3.4.0",
"@mui/icons-material": "5.15.5",
"@mui/material": "5.15.5",
"@mui/x-data-grid": "6.19.1",
"@mui/lab": "5.0.0-alpha.161",
"@tauri-apps/api": "^1.5.3",
"ahooks": "^3.7.8",
"axios": "^1.6.5",
"@tauri-apps/api": "1.5.3",
"ahooks": "3.7.8",
"axios": "1.6.5",
"dayjs": "1.11.10",
"framer-motion": "10.18.0",
"i18next": "^23.7.18",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.45.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-hook-form": "^7.49.3",
"react-i18next": "^14.0.1",
"react-router-dom": "^6.21.3",
"react-transition-group": "^4.4.5",
"react-virtuoso": "^4.6.2",
"recoil": "^0.7.7",
"snarkdown": "^2.0.0",
"swr": "^2.2.4"
"i18next": "23.7.18",
"lodash-es": "4.17.21",
"monaco-editor": "0.45.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-hook-form": "7.49.3",
"react-i18next": "14.0.1",
"react-router-dom": "6.21.3",
"react-transition-group": "4.4.5",
"react-virtuoso": "4.6.2",
"recoil": "0.7.7",
"snarkdown": "2.0.0",
"swr": "2.2.4"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@actions/github": "6.0.0",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@tauri-apps/cli": "^1.5.9",
"@tauri-apps/cli": "1.5.9",
"@types/fs-extra": "^11.0.4",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202",
Expand All @@ -89,12 +89,12 @@
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@vitejs/plugin-react": "^4.2.1",
"adm-zip": "^0.5.10",
"adm-zip": "0.5.10",
"autoprefixer": "10.4.17",
"colorize-template": "1.0.0",
"consola": "3.2.3",
"conventional-changelog-conventionalcommits": "7.0.2",
"cross-env": "^7.0.3",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
Expand All @@ -105,11 +105,11 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"fs-extra": "^11.2.0",
"https-proxy-agent": "^7.0.2",
"fs-extra": "11.2.0",
"https-proxy-agent": "7.0.2",
"husky": "^8.0.3",
"lint-staged": "15.2.0",
"node-fetch": "^3.3.2",
"node-fetch": "3.3.2",
"npm-run-all": "4.1.5",
"picocolors": "1.0.0",
"postcss": "8.4.33",
Expand All @@ -118,7 +118,7 @@
"postcss-scss": "4.0.9",
"prettier": "^3.2.4",
"prettier-plugin-toml": "2.0.1",
"sass": "^1.70.0",
"sass": "1.70.0",
"shikiji": "0.9.19",
"stylelint": "16.2.0",
"stylelint-config-html": "1.1.0",
Expand Down
99 changes: 41 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a920469

Please sign in to comment.