Skip to content

Commit

Permalink
Merge pull request #7 from wobsoriano/main
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
thetarnav authored May 17, 2024
2 parents e3d89a0 + a0acda5 commit 806a5d2
Show file tree
Hide file tree
Showing 4 changed files with 3,324 additions and 2,115 deletions.
2 changes: 1 addition & 1 deletion dev/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Component } from 'solid-js'
import logo from './logo.svg'
import styles from './App.module.css'
import { Hello } from '../src'
import { Hello } from 'src'

const App: Component = () => {
return (
Expand Down
3 changes: 2 additions & 1 deletion dev/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { defineConfig } from 'vite'
import path from 'node:path'
import solidPlugin from 'vite-plugin-solid'

export default defineConfig({
resolve: {
alias: {
src: '/src',
src: path.resolve(__dirname, '../src'),
},
},
plugins: [
Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,31 @@
"solid-js": "^1.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"concurrently": "^8.2.0",
"esbuild": "^0.18.15",
"esbuild-plugin-solid": "^0.5.0",
"eslint": "^8.45.0",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"concurrently": "^8.2.2",
"esbuild": "^0.21.3",
"esbuild-plugin-solid": "^0.6.0",
"eslint": "^8.56.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"jsdom": "^22.1.0",
"jsdom": "^24.0.0",
"prettier": "3.0.0",
"solid-js": "^1.7.8",
"tsup": "^7.1.0",
"tsup-preset-solid": "^2.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.33.0"
"solid-js": "^1.8.17",
"tsup": "^8.0.2",
"tsup-preset-solid": "^2.2.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.6.0"
},
"keywords": [
"solid"
],
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@9.1.1",
"engines": {
"node": ">=18",
"pnpm": ">=8.6.0"
"pnpm": ">=9.0.0"
}
}
Loading

0 comments on commit 806a5d2

Please sign in to comment.