Skip to content

Commit

Permalink
bumps packages minor and patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peetzweg committed Nov 23, 2023
1 parent 9ee2984 commit 4dd88a2
Show file tree
Hide file tree
Showing 2 changed files with 1,251 additions and 566 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@headlessui/react": "^1.7.15",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^1.0.6",
"@polkadot/api": "10.11.1",
"@polkadot/api-contract": "10.11.1",
Expand All @@ -43,60 +43,60 @@
"copy-to-clipboard": "^3.3.3",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "1.1.6",
"dexie-react-hooks": "1.1.7",
"json5": "^2.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-markdown": "^8.0.7",
"react-router": "^6.13.0",
"react-router-dom": "^6.13.0",
"react-select": "^5.7.3",
"react-tooltip": "^5.14.0",
"react-router": "^6.20.0",
"react-router-dom": "^6.20.0",
"react-select": "^5.8.0",
"react-tooltip": "^5.24.0",
"remark-gfm": "^3.0.1",
"tailwind-merge": "^1.14.0",
"yup": "^1.2.0"
"yup": "^1.3.2"
},
"devDependencies": {
"@cypress/code-coverage": "^3.11.0",
"@cypress/code-coverage": "^3.12.11",
"@cypress/snapshot": "^2.1.7",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@nabla/vite-plugin-eslint": "^1.5.0",
"@tailwindcss/forms": "^0.5.4",
"@types/bcryptjs": "^2.4.2",
"@types/big.js": "^6.1.6",
"@types/node": "^20.4.5",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"@nabla/vite-plugin-eslint": "^1.6.0",
"@tailwindcss/forms": "^0.5.7",
"@types/bcryptjs": "^2.4.6",
"@types/big.js": "^6.2.2",
"@types/node": "^20.9.4",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"cypress": "^12.17.2",
"cypress": "^12.17.4",
"cypress-file-upload": "^5.0.8",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-coverage": "^3.2.2",
"lint-staged": ">=13.2.2",
"nyc": "^15.1.0",
"postcss": "^8.4.27",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.0.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"source-map-support": "^0.5.21",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite-plugin-istanbul": "^5.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
},
"browserslist": [
Expand Down
Loading

0 comments on commit 4dd88a2

Please sign in to comment.