Skip to content

Commit

Permalink
chore: update and rename dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Aug 18, 2023
1 parent 17f0327 commit 363b0d6
Show file tree
Hide file tree
Showing 7 changed files with 1,482 additions and 16 deletions.
81 changes: 81 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.codeActionsOnSave": ["source.organizeImports"],
"cSpell.words": [
"AUTOINCREMENT",
"Backlinks",
"bibtex",
"bindgen",
"blockdb",
"booktitle",
"buildingblocks",
"Buildx",
"Cascader",
"clsx",
"CRDT",
"cssmodule",
"datasource",
"Deque",
"dotenvy",
"etag",
"fflate",
"fstore",
"groq",
"healthz",
"howpublished",
"Iden",
"immer",
"inbook",
"incollection",
"indicatif",
"inproceedings",
"jsonwebtoken",
"JWST",
"Kanban",
"keyval",
"lamost",
"ligo",
"livedemo",
"lozad",
"mastersthesis",
"nextra",
"nrwl",
"octobase",
"phdthesis",
"Pinboard",
"pnpm",
"proptest",
"referer",
"reindex",
"rifgen",
"ROOTNODE",
"sqlx",
"techreport",
"tldr",
"tldraw",
"tldtaw",
"toeverything",
"tungstenite",
"Unstyled",
"unversioned",
"utoipa",
"uuidv",
"webm",
"yarray",
"ymap"
],
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts, ${capture}.d.ts.map",
"package.json": ".browserslist*, .circleci*, .codecov, .commitlint*, .cz-config.js, .czrc, .dlint.json, .dprint.json, .editorconfig, .eslint*, .firebase*, .flowconfig, .github*, .gitlab*, .gitpod*, .huskyrc*, .jslint*, .lighthouserc.*, .lintstagedrc*, .markdownlint*, .mocha*, .node-version, .nodemon*, .npm*, .nvmrc, .pm2*, .pnp.*, .pnpm*, .prettier*, .releaserc*, .sentry*, .stackblitz*, .styleci*, .stylelint*, .tazerc*, .textlint*, .tool-versions, .travis*, .versionrc*, .vscode*, .watchman*, .xo-config*, .yamllint*, .yarnrc*, Procfile, api-extractor.json, apollo.config.*, appveyor*, ava.config.*, azure-pipelines*, bower.json, build.config.*, commitlint*, crowdin*, cypress.*, dangerfile*, dlint.json, dprint.json, firebase.json, grunt*, gulp*, histoire.config.*, jasmine.*, jenkins*, jest.config.*, jsconfig.*, karma*, lerna*, lighthouserc.*, lint-staged*, nest-cli.*, netlify*, nodemon*, nx.*, package-lock.json, package.nls*.json, phpcs.xml, playwright.config.*, pm2.*, pnpm*, prettier*, pullapprove*, puppeteer.config.*, pyrightconfig.json, release-tasks.sh, renovate*, rollup.config.*, stylelint*, tsconfig.*, tsdoc.*, tslint*, tsup.config.*, turbo*, typedoc*, unlighthouse*, vercel*, vetur.config.*, vitest.config.*, webpack*, workspace.json, xo.config.*, yarn*, babel.*, .babelrc, project.json",
"Cargo.toml": "Cargo.lock",
"README.md": "LICENSE"
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
}
}
Loading

0 comments on commit 363b0d6

Please sign in to comment.