Skip to content

Commit

Permalink
Prepare v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar Oostendorp committed Jun 25, 2024
1 parent 5017375 commit 004e32b
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.7
0.3.8
120 changes: 60 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"name": "pixelaw-web",
"private": true,
"version": "0.3.7",
"type": "module",
"packageManager": "yarn@1.22.19",
"scripts": {
"dev": "vite",
"build-prod": "tsc && vite build",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@dojoengine/core": "^0.7.4",
"@dojoengine/create-burner": "^0.7.4",
"@dojoengine/react": "^0.7.4",
"@dojoengine/recs": "^0.1.35",
"@dojoengine/state": "^0.7.4",
"@dojoengine/torii-client": "^0.7.4",
"@dojoengine/utils": "^0.7.4",
"@react-hook/resize-observer": "^2.0.1",
"@types/upng-js": "^2.1.5",
"autoprefixer": "^10.4.19",
"browserify-zlib": "^0.2.0",
"dotenv": "^16.4.5",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"idb-keyval": "^6.2.1",
"immer": "^10.1.1",
"pngjs3": "^6.1.1",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"starknet": "^6.9.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"upng-js": "^2.1.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-envs": "^4.3.2",
"vite-plugin-graphql-loader": "^3.0.1",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.6.0"
}
"name": "pixelaw-web",
"private": true,
"version": "0.3.8",
"type": "module",
"packageManager": "yarn@1.22.19",
"scripts": {
"dev": "vite",
"build-prod": "tsc && vite build",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@dojoengine/core": "^0.7.4",
"@dojoengine/create-burner": "^0.7.4",
"@dojoengine/react": "^0.7.4",
"@dojoengine/recs": "^0.1.35",
"@dojoengine/state": "^0.7.4",
"@dojoengine/torii-client": "^0.7.4",
"@dojoengine/utils": "^0.7.4",
"@react-hook/resize-observer": "^2.0.1",
"@types/upng-js": "^2.1.5",
"autoprefixer": "^10.4.19",
"browserify-zlib": "^0.2.0",
"dotenv": "^16.4.5",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"idb-keyval": "^6.2.1",
"immer": "^10.1.1",
"pngjs3": "^6.1.1",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"starknet": "^6.9.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"upng-js": "^2.1.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-envs": "^4.3.2",
"vite-plugin-graphql-loader": "^3.0.1",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.6.0"
}
}

0 comments on commit 004e32b

Please sign in to comment.