Skip to content

Commit

Permalink
feat!: update deps, node version
Browse files Browse the repository at this point in the history
feat: use pnpm
  • Loading branch information
rafistrauss committed Apr 26, 2023
1 parent 5b72482 commit a3bb1f1
Show file tree
Hide file tree
Showing 10 changed files with 591 additions and 1,516 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.2
18
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
"name": "jsdoc-type-generator",
"version": "1.5.0",
"scripts": {
"dev": "svelte-kit dev -p 3002",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. .",
"formatAndLint": "prettier --write --plugin-search-dir=. . && eslint --fix --ignore-path .gitignore .",
"prepare": "husky install",
"test": "uvu tests"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.29",
"@sveltejs/kit": "^1.0.0-next.295",
"@sveltejs/adapter-static": "^1.0.6",
"@sveltejs/kit": "^1.15.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^3.4.1",
"husky": "^6.0.0",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.4.0",
"prettier-plugin-svelte": "^2.10.0",
"pretty-quick": "^3.1.3",
"svelte": "^3.44.1",
"uvu": "^0.5.3",
"svelte": "^3.58.0",
"uvu": "^0.5.6",
"vite": "^4.3.2"
},
"type": "module",
"packageManager": "[email protected]",
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"@lukeed/uuid": "^2.0.0",
"cookie": "^0.4.1",
"json5": "^2.2.0",
"@fontsource/fira-mono": "^4.5.10",
"@lukeed/uuid": "^2.0.1",
"cookie": "^0.4.2",
"json5": "^2.2.3",
"simple-icons": "^4.25.0"
}
}
Loading

0 comments on commit a3bb1f1

Please sign in to comment.