Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into viewfly-test
  • Loading branch information
krausest committed Oct 14, 2024
2 parents 0e906f4 + de3f926 commit 22b9054
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
32 changes: 16 additions & 16 deletions frameworks/keyed/viewfly/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions frameworks/keyed/viewfly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"build-prod": "webpack --mode production"
},
"keywords": [
"react",
"viewfly",
"webpack"
],
"author": "Stefan Krause",
"license": "Apache-2.0",
"author": "tanbo",
"license": "MIT",
"homepage": "https://github.com/krausest/js-framework-benchmark",
"repository": {
"type": "git",
"url": "https://github.com/krausest/js-framework-benchmark.git"
},
"dependencies": {
"@viewfly/core": "^1.0.0-alpha.13",
"@viewfly/platform-browser": "^1.0.0-alpha.13"
"@viewfly/core": "^1.0.2",
"@viewfly/platform-browser": "^1.0.3"
},
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.3.0",
"typescript": "^4.9.3",
"typescript": "^5.6.3",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.1"
Expand Down
3 changes: 2 additions & 1 deletion frameworks/keyed/viewfly/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,5 @@ function App() {
}
}

createApp(<App />).mount(document.getElementById('main')!)
// eslint-disable-next-line no-undef
createApp(<App />).mount(document.querySelector('#main')!)
1 change: 0 additions & 1 deletion frameworks/keyed/viewfly/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"dom"
],
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true,
"downlevelIteration": true,
"esModuleInterop": true,
"noImplicitOverride": true,
Expand Down

0 comments on commit 22b9054

Please sign in to comment.