Skip to content

Commit

Permalink
update 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-auffret committed Feb 8, 2024
1 parent f10df63 commit d94ebbb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "parcel-preact-typescript-boilerplate",
"version": "3.2.3",
"version": "4.0.0",
"description": "simple parcel2 preact typescript project without preact-compat",
"type": "module",
"source": "template/src/index.ts",
"module": "template/dist/index.js",
"types": "template/dist/index.d.ts",
"main": "template/dist/main.js",
"targets": {
"targets": {
"module": false,
"main": false,
"types": false
Expand All @@ -24,7 +24,7 @@
"project"
],
"engines": {
"node": ">=18"
"node": ">=20"
},
"author": "benevolar",
"license": "MIT",
Expand Down
28 changes: 14 additions & 14 deletions template/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "parcel-preact-typescript-boilerplate",
"version": "3.2.3",
"version": "4.0.0",
"description": "simple parcel2 preact typescript project without preact-compat",
"type": "module",
"source": "src/index.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/main.js",
"targets": {
"targets": {
"module": false,
"main": false,
"types": false
Expand Down Expand Up @@ -48,23 +48,23 @@
"react-dom": "preact/compat"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"browserslist": "> 0.5%, last 2 versions, not IE 9-11, not dead",
"dependencies": {
"preact": "^10.13.1"
"preact": "^10.19.4"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@parcel/reporter-bundle-analyzer": "^2.8.3",
"@parcel/transformer-typescript-tsc": "^2.8.3",
"@parcel/validator-typescript": "^2.8.3",
"@types/node": "^18.15.9",
"cssnano": "^5.1.15",
"parcel": "^2.8.3",
"postcss": "^8.4.21",
"@babel/core": "^7.23.9",
"@parcel/reporter-bundle-analyzer": "^2.11.0",
"@parcel/transformer-typescript-tsc": "^2.11.0",
"@parcel/validator-typescript": "^2.11.0",
"@types/node": "^20.11.16",
"cssnano": "^6.0.3",
"parcel": "^2.11.0",
"postcss": "^8.4.35",
"posthtml-doctype": "^1.1.1",
"rimraf": "^4.4.1",
"typescript": "^4.9.5 || 5.0.2"
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
}

0 comments on commit d94ebbb

Please sign in to comment.