Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2023
1 parent 6346988 commit 57255fb
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 146 deletions.
8 changes: 4 additions & 4 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build": "parcel build index.html"
},
"dependencies": {
"babel-preset-solid": "0.19.0",
"babel-preset-solid": "1.7.7",
"parcel": "^2.0.0-beta.1",
"solid-js": "0.19.2",
"solid-styled-jsx": "0.19.1",
"styled-jsx": "3.3.0"
"solid-js": "1.7.11",
"solid-styled-jsx": "0.27.1",
"styled-jsx": "5.1.2"
},
"devDependencies": {
"@babel/core": "7.11.4"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"prepare": "npm run build"
},
"dependencies": {
"babel-preset-solid": "0.23.4",
"solid-js": "0.23.4",
"solid-styled-jsx": "0.23.4",
"styled-jsx": "3.3.2"
"babel-preset-solid": "1.7.7",
"solid-js": "1.7.11",
"solid-styled-jsx": "0.27.1",
"styled-jsx": "5.1.2"
},
"devDependencies": {
"@types/atom": "1.40.5",
Expand Down
Loading

0 comments on commit 57255fb

Please sign in to comment.