Skip to content

Commit

Permalink
chore(web): update dev dependencies and simplify package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ndavd committed Dec 13, 2023
1 parent b713de9 commit 9567dd9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
5 changes: 1 addition & 4 deletions web/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@
"plugins": [
"react",
"react-refresh",
"@typescript-eslint",
"simple-import-sort"
"@typescript-eslint"
],
"rules": {
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"react/react-in-jsx-scope": 0,
"react-refresh/only-export-components": [
"warn",
Expand Down
5 changes: 2 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"name": "vite-project",
"name": "ncube-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -23,6 +21,7 @@
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.2.2",
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useEffect, useState } from 'react'

import ncube from '../wasm/ncube'

declare global {
Expand Down
12 changes: 10 additions & 2 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,14 @@ eslint-plugin-react-refresh@^0.4.5:
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.5.tgz#6b9b307bad3feba2244ef64a1a15485ac70a2d0f"
integrity sha512-D53FYKJa+fDmZMtriODxvhwrO+IOqrxoEo21gMA0sjHdU6dPVH4OhyFip9ypl8HOF5RV5KdTo+rBQLvnY2cO8w==

eslint-plugin-tailwindcss@^3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz#60858cdc8888da2deda5f200c1b163b211c4b8fa"
integrity sha512-Fcep4KDRLWaK3KmkQbdyKHG0P4GdXFmXdDaweTIPcgOP60OOuWFbh1++dufRT28Q4zpKTKaHwTsXPJ4O/EjU2Q==
dependencies:
fast-glob "^3.2.5"
postcss "^8.4.4"

eslint-scope@^7.2.2:
version "7.2.2"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
Expand Down Expand Up @@ -1075,7 +1083,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==

fast-glob@^3.2.9, fast-glob@^3.3.0:
fast-glob@^3.2.5, fast-glob@^3.2.9, fast-glob@^3.3.0:
version "3.3.2"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
Expand Down Expand Up @@ -1623,7 +1631,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@^8.4.23, postcss@^8.4.32:
postcss@^8.4.23, postcss@^8.4.32, postcss@^8.4.4:
version "8.4.32"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
Expand Down

0 comments on commit 9567dd9

Please sign in to comment.