Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dependency versions. #564

Merged
merged 7 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
projectId: 'eup7bh',
e2e: {
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
baseUrl: 'http://localhost:8081/',
Daanvdplas marked this conversation as resolved.
Show resolved Hide resolved
baseUrl: 'http://127.0.0.1:8081/',
testIsolation: false,
setupNodeEvents(on, config) {
task(on, config);
Expand Down
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^1.0.6",
"@polkadot/api": "11.0.2",
"@polkadot/api-contract": "11.0.2",
"@polkadot/extension-dapp": "^0.46.9",
"@polkadot/ui-keyring": "^3.6.6",
"@polkadot/ui-shared": "^3.6.6",
"@polkadot/api": "12.4.2",
"@polkadot/api-contract": "12.4.2",
"@polkadot/extension-dapp": "^0.52.3",
"@polkadot/ui-keyring": "^3.9.1",
"@polkadot/ui-shared": "^3.9.1",
"big.js": "^6.2.1",
"buffer": "^6.0.3",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "1.1.7",
"json5": "^2.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-markdown": "^8.0.7",
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0",
"react-markdown": "^9.0.1",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-select": "^5.8.0",
"react-tooltip": "^5.26.0",
"remark-gfm": "^3.0.1",
"tailwind-merge": "^1.14.0",
"yup": "^1.3.3"
"react-tooltip": "^5.28.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.20",
Expand All @@ -65,39 +65,39 @@
"@tailwindcss/forms": "^0.5.7",
"@types/bcryptjs": "^2.4.6",
"@types/big.js": "^6.2.2",
"@types/node": "^20.11.16",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.17",
"@types/node": "^22.5.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"cypress": "13.7.1",
"cypress": "13.13.3",
"cypress-file-upload": "^5.0.8",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.5",
"istanbul-lib-coverage": "^3.2.2",
"lint-staged": ">=13.2.2",
"nyc": "^15.1.0",
"postcss": "^8.4.34",
"postcss-import": "^15.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"lint-staged": "^15.2.9",
"nyc": "^17.0.0",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"source-map-support": "^0.5.21",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.10",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.13",
"vite-plugin-istanbul": "^5.0.0",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.2"
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-istanbul": "^6.0.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"browserslist": [
"last 2 Chrome versions"
Expand Down
5 changes: 1 addition & 4 deletions snapshots.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
// SPDX-License-Identifier: GPL-3.0-only

peterwht marked this conversation as resolved.
Show resolved Hide resolved
module.exports = {
__version: '12.17.2',
__version: '13.13.3',
'Storage Types Contract': {
'DryRun getUnsignedIntegers': {
1: "<code>{\n u128ValueMax: '340,282,366,920,938,463,463,374,607,431,768,211,455',\n u128ValueMin: '0',\n u16ValueMax: '65,535',\n u16ValueMin: '0',\n u32ValueMax: '4,294,967,295',\n u32ValueMin: '0',\n u64ValueMax: '18,446,744,073,709,551,615',\n u64ValueMin: '0',\n u8ValueMax: '255',\n u8ValueMin: '0',\n }</code>",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
cypress: true,
}),
],
server: { port: 8081 },
Daanvdplas marked this conversation as resolved.
Show resolved Hide resolved
server: { host: '127.0.0.1', port: 8081 },
build: {
target: 'esnext',
rollupOptions: {
Expand Down
Loading