Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 6, 2022
1 parent d3ffe73 commit 1494e5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-solid",
"version": "2.2.0",
"version": "2.2.1",
"description": "solid-js integration plugin for vite 2",
"type": "module",
"files": [
Expand Down Expand Up @@ -42,10 +42,10 @@
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"babel-preset-solid": "^1.2.6",
"babel-preset-solid": "^1.3.0",
"merge-anything": "^4.0.2",
"solid-js": "^1.2.6",
"solid-refresh": "^0.3.2",
"solid-js": "^1.3.0",
"solid-refresh": "^0.4.0",
"vite": "^2.7.10"
},
"devDependencies": {
Expand Down

0 comments on commit 1494e5d

Please sign in to comment.