@iwsio/react-blog-examples
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@iwsio/react-blog-examples", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Example React components for blog posts.", | ||
@@ -18,3 +18,4 @@ "main": "dist/index.js", | ||
"prebuild": "rimraf dist && tsc --build tsconfig.build.json --clean", | ||
"watch": "tsc --build tsconfig.build.json --watch" | ||
"watch": "tsc --build tsconfig.build.json --watch", | ||
"lint": "eslint ." | ||
}, | ||
@@ -40,9 +41,9 @@ "repository": { | ||
"@iwsio/json-csv-core": "^1.0.0", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/jest-dom": "^6.1.4", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@typescript-eslint/eslint-plugin": "^5.39.0", | ||
"@typescript-eslint/parser": "^5.39.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"eslint": "^8.10.0", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.27.5", | ||
@@ -55,3 +56,3 @@ "eslint-plugin-node": "^11.1.0", | ||
"react-dom": "^18.2.0", | ||
"vitest": "^0.32.2" | ||
"vitest": "^0.34.6" | ||
}, | ||
@@ -58,0 +59,0 @@ "peerDependencies": { |
10647