Skip to content

Commit

Permalink
Merge pull request #162 from oddbird/dependabot/npm_and_yarn/dev-1de5…
Browse files Browse the repository at this point in the history
…a77e1f

Bump the dev group with 9 updates
  • Loading branch information
jgerigmeyer authored Mar 18, 2024
2 parents 6842d38 + c404c23 commit 89650b7
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 136 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.3",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.2.1",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/coverage-v8": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-v8": "^1.4.0",
"chokidar-cli": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -64,21 +64,21 @@
"mocha": "^10.3.0",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss": "^8.4.36",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"sass": "^1.71.1",
"sass": "^1.72.0",
"sass-true": "^8.0.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^6.0.0",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"svelte-check": "^3.6.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
preprocessorOptions: {
scss: {
includePaths: [path.resolve('./src/sass/')],
pkgImporter: new NodePackageImporter('.'),
pkgImporter: new NodePackageImporter(),
},
},
},
Expand Down
Loading

0 comments on commit 89650b7

Please sign in to comment.