Skip to content

Commit

Permalink
Update packages, use type module
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueCarry committed Mar 1, 2024
1 parent 8859d6d commit 9d3f217
Show file tree
Hide file tree
Showing 6 changed files with 2,151 additions and 1,567 deletions.
File renamed without changes.
67 changes: 34 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,35 @@
"name": "ton-collection-edit-gui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@hookstate/core": "^4.0.1",
"@hookstate/devtools": "4.0.0",
"@hookstate/devtools": "4.0.1",
"@orbs-network/ton-access": "^2.3.3",
"@tonconnect/sdk": "3.0.0-beta.5",
"@tonconnect/ui-react": "2.0.0-beta.8",
"@types/bn.js": "^5.1.1",
"autoprefixer": "^10.4.14",
"@tonconnect/sdk": "3.0.0",
"@tonconnect/ui-react": "2.0.0",
"@types/bn.js": "^5.1.5",
"autoprefixer": "^10.4.17",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"clipboardy": "^3.0.0",
"clsx": "^1.2.1",
"postcss": "^8.4.23",
"clipboardy": "^4.0.0",
"clsx": "^2.1.0",
"postcss": "^8.4.35",
"qr-code-styling": "1.6.0-rc.1",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-dom": "^18.2.0",
"react-jazzicon": "^1.0.4",
"react-qr-code": "^2.0.11",
"react-tabs": "^6.0.1",
"react-qr-code": "^2.0.12",
"react-tabs": "^6.0.2",
"react-use-localstorage": "^3.5.3",
"reactjs-popup": "^2.0.5",
"tailwindcss": "^3.3.2",
"reactjs-popup": "^2.0.6",
"tailwindcss": "^3.4.1",
"ton": "^13.4.1",
"ton-contract-executor": "^0.6.2",
"ton-core": "^0.49.0",
Expand All @@ -39,27 +40,27 @@
"devDependencies": {
"@ton-community/sandbox": "^0.2.2",
"@ton-community/test-utils": "^0.0.2",
"@types/jest": "^29.5.1",
"@types/node": "^17.0.45",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vite-bundle-analyzer": "^0.5.0"
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-bundle-analyzer": "^0.8.1"
}
}
Loading

0 comments on commit 9d3f217

Please sign in to comment.