Skip to content

Commit f7bfe07

Browse files
authored
build: bumping algokit and related dependencies (#14)
* build: bumping algokit and related dependencies * build: bumping version of utils * build: test generated updated * build: updating dependencies; locking node 18
1 parent 4a6fcac commit f7bfe07

File tree

4 files changed

+58
-46
lines changed

4 files changed

+58
-46
lines changed

template_content/package.json.jinja

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
"email": "{{ author_email }}"
77
},
88
"private": true,
9+
"engines": {
10+
"node": ">=18.0"
11+
},
912
"devDependencies": {
10-
"@types/node": "16.18.34",
13+
"@types/node": "18.17.14",
1114
"@types/react": "18.2.11",
1215
"@types/react-dom": "18.2.4",
1316
"@vitejs/plugin-react-swc": "3.3.2",
@@ -16,8 +19,8 @@
1619
"eslint": "8.42.0",
1720
"eslint-config-prettier": "8.8.0",
1821
"eslint-plugin-prettier": "5.0.0",
19-
"@typescript-eslint/eslint-plugin": "5.59.9",
20-
"@typescript-eslint/parser": "5.59.9",
22+
"@typescript-eslint/eslint-plugin": "6.5.0",
23+
"@typescript-eslint/parser": "6.5.0",
2124
{% endif -%}
2225
{% if use_tailwind -%}
2326
"postcss": "8.4.24",
@@ -33,23 +36,23 @@
3336
"@playwright/test": "^1.35.0",
3437
"playwright": "^1.35.0",
3538
{% endif -%}
36-
"vite": "4.3.9"
39+
"vite": "4.4.9"
3740
},
3841
"dependencies": {
39-
"@walletconnect/modal-sign-html": "^2.6.0",
40-
"@algorandfoundation/algokit-utils": "^2.3.1",
41-
"@blockshake/defly-connect": "^1.1.5",
42+
"@walletconnect/modal-sign-html": "^2.6.1",
43+
"@algorandfoundation/algokit-utils": "^3.0.0",
44+
"@blockshake/defly-connect": "^1.1.6",
4245
"@daffiwallet/connect": "^1.0.3",
4346
"@perawallet/connect": "^1.3.1",
44-
"@txnlab/use-wallet": "^2.0.0",
45-
"algosdk": "^2.3.0",
47+
"@txnlab/use-wallet": "^2.1.1",
48+
"algosdk": "^2.5.0",
4649
{% if use_daisy_ui -%}
4750
"daisyui": "3.1.0",
4851
{% endif -%}
49-
"notistack": "3.0.1",
50-
"react": "18.2.0",
52+
"notistack": "^3.0.1",
53+
"react": "^18.2.0",
5154
"react-dom": "18.2.0",
52-
"tslib": "2.5.3"
55+
"tslib": "^2.6.2"
5356
},
5457
"scripts": {
5558
"dev": "vite",

tests_generated/test_all_default_parameters_off/package.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,31 @@
66
"email": "None"
77
},
88
"private": true,
9+
"engines": {
10+
"node": ">=18.0"
11+
},
912
"devDependencies": {
10-
"@types/node": "16.18.34",
13+
"@types/node": "18.17.14",
1114
"@types/react": "18.2.11",
1215
"@types/react-dom": "18.2.4",
1316
"@vitejs/plugin-react-swc": "3.3.2",
1417
"autoprefixer": "10.4.14",
1518
"ts-node": "10.9.1",
1619
"typescript": "5.1.6",
17-
"vite": "4.3.9"
20+
"vite": "4.4.9"
1821
},
1922
"dependencies": {
20-
"@walletconnect/modal-sign-html": "^2.6.0",
21-
"@algorandfoundation/algokit-utils": "^2.3.1",
22-
"@blockshake/defly-connect": "^1.1.5",
23+
"@walletconnect/modal-sign-html": "^2.6.1",
24+
"@algorandfoundation/algokit-utils": "^3.0.0",
25+
"@blockshake/defly-connect": "^1.1.6",
2326
"@daffiwallet/connect": "^1.0.3",
2427
"@perawallet/connect": "^1.3.1",
25-
"@txnlab/use-wallet": "^2.0.0",
26-
"algosdk": "^2.3.0",
27-
"notistack": "3.0.1",
28-
"react": "18.2.0",
28+
"@txnlab/use-wallet": "^2.1.1",
29+
"algosdk": "^2.5.0",
30+
"notistack": "^3.0.1",
31+
"react": "^18.2.0",
2932
"react-dom": "18.2.0",
30-
"tslib": "2.5.3"
33+
"tslib": "^2.6.2"
3134
},
3235
"scripts": {
3336
"dev": "vite",

tests_generated/test_all_default_parameters_on_netlify/package.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@
66
"email": "None"
77
},
88
"private": true,
9+
"engines": {
10+
"node": ">=18.0"
11+
},
912
"devDependencies": {
10-
"@types/node": "16.18.34",
13+
"@types/node": "18.17.14",
1114
"@types/react": "18.2.11",
1215
"@types/react-dom": "18.2.4",
1316
"@vitejs/plugin-react-swc": "3.3.2",
1417
"autoprefixer": "10.4.14",
1518
"eslint": "8.42.0",
1619
"eslint-config-prettier": "8.8.0",
1720
"eslint-plugin-prettier": "5.0.0",
18-
"@typescript-eslint/eslint-plugin": "5.59.9",
19-
"@typescript-eslint/parser": "5.59.9",
21+
"@typescript-eslint/eslint-plugin": "6.5.0",
22+
"@typescript-eslint/parser": "6.5.0",
2023
"postcss": "8.4.24",
2124
"tailwindcss": "3.3.2",
2225
"ts-jest": "^29.1.1",
@@ -25,21 +28,21 @@
2528
"typescript": "5.1.6",
2629
"@playwright/test": "^1.35.0",
2730
"playwright": "^1.35.0",
28-
"vite": "4.3.9"
31+
"vite": "4.4.9"
2932
},
3033
"dependencies": {
31-
"@walletconnect/modal-sign-html": "^2.6.0",
32-
"@algorandfoundation/algokit-utils": "^2.3.1",
33-
"@blockshake/defly-connect": "^1.1.5",
34+
"@walletconnect/modal-sign-html": "^2.6.1",
35+
"@algorandfoundation/algokit-utils": "^3.0.0",
36+
"@blockshake/defly-connect": "^1.1.6",
3437
"@daffiwallet/connect": "^1.0.3",
3538
"@perawallet/connect": "^1.3.1",
36-
"@txnlab/use-wallet": "^2.0.0",
37-
"algosdk": "^2.3.0",
39+
"@txnlab/use-wallet": "^2.1.1",
40+
"algosdk": "^2.5.0",
3841
"daisyui": "3.1.0",
39-
"notistack": "3.0.1",
40-
"react": "18.2.0",
42+
"notistack": "^3.0.1",
43+
"react": "^18.2.0",
4144
"react-dom": "18.2.0",
42-
"tslib": "2.5.3"
45+
"tslib": "^2.6.2"
4346
},
4447
"scripts": {
4548
"dev": "vite",

tests_generated/test_all_default_parameters_on_vercel/package.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@
66
"email": "None"
77
},
88
"private": true,
9+
"engines": {
10+
"node": ">=18.0"
11+
},
912
"devDependencies": {
10-
"@types/node": "16.18.34",
13+
"@types/node": "18.17.14",
1114
"@types/react": "18.2.11",
1215
"@types/react-dom": "18.2.4",
1316
"@vitejs/plugin-react-swc": "3.3.2",
1417
"autoprefixer": "10.4.14",
1518
"eslint": "8.42.0",
1619
"eslint-config-prettier": "8.8.0",
1720
"eslint-plugin-prettier": "5.0.0",
18-
"@typescript-eslint/eslint-plugin": "5.59.9",
19-
"@typescript-eslint/parser": "5.59.9",
21+
"@typescript-eslint/eslint-plugin": "6.5.0",
22+
"@typescript-eslint/parser": "6.5.0",
2023
"postcss": "8.4.24",
2124
"tailwindcss": "3.3.2",
2225
"ts-jest": "^29.1.1",
@@ -25,21 +28,21 @@
2528
"typescript": "5.1.6",
2629
"@playwright/test": "^1.35.0",
2730
"playwright": "^1.35.0",
28-
"vite": "4.3.9"
31+
"vite": "4.4.9"
2932
},
3033
"dependencies": {
31-
"@walletconnect/modal-sign-html": "^2.6.0",
32-
"@algorandfoundation/algokit-utils": "^2.3.1",
33-
"@blockshake/defly-connect": "^1.1.5",
34+
"@walletconnect/modal-sign-html": "^2.6.1",
35+
"@algorandfoundation/algokit-utils": "^3.0.0",
36+
"@blockshake/defly-connect": "^1.1.6",
3437
"@daffiwallet/connect": "^1.0.3",
3538
"@perawallet/connect": "^1.3.1",
36-
"@txnlab/use-wallet": "^2.0.0",
37-
"algosdk": "^2.3.0",
39+
"@txnlab/use-wallet": "^2.1.1",
40+
"algosdk": "^2.5.0",
3841
"daisyui": "3.1.0",
39-
"notistack": "3.0.1",
40-
"react": "18.2.0",
42+
"notistack": "^3.0.1",
43+
"react": "^18.2.0",
4144
"react-dom": "18.2.0",
42-
"tslib": "2.5.3"
45+
"tslib": "^2.6.2"
4346
},
4447
"scripts": {
4548
"dev": "vite",

0 commit comments

Comments
 (0)