Skip to content

Commit

Permalink
Merge pull request #8 from aminya/update-solid
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Mar 29, 2021
2 parents cae52ac + 3bf9295 commit 8cb088b
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 82 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"benchmark": "cross-env NODE_ENV=production parcel serve --target benchmark ./benchmark/index.html --open --no-hmr"
},
"dependencies": {
"babel-preset-solid": "0.24.13",
"solid-js": "0.24.15"
"babel-preset-solid": "0.25.0",
"solid-js": "0.25.0"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/cli": "^7.13.14",
"@babel/preset-typescript": "^7.13.0",
"@iwatakeshi/babel-plugin-remove-import-styles": "^1.0.5",
"@parcel/babel-plugin-transform-runtime": "^2.0.0-nightly.2255",
Expand All @@ -39,11 +39,11 @@
"@parcel/validator-typescript": "^2.0.0-nightly.633",
"@types/chance": "^1.1.1",
"@types/jest": "26.0.22",
"@types/node": "14.14.36",
"@types/node": "14.14.37",
"babel-jest": "^26.6.3",
"chance": "^1.1.7",
"cross-env": "^7.0.3",
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"eslint-config-atomic": "^1.12.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
Expand Down
Loading

0 comments on commit 8cb088b

Please sign in to comment.