Skip to content

Commit

Permalink
Updated piral
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Jul 8, 2024
1 parent f1942c2 commit 4068bb5
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
118 changes: 59 additions & 59 deletions apps/spa/package-lock.json

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

10 changes: 5 additions & 5 deletions apps/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
],
"dependencies": {
"core-js": "3.37.1",
"piral": "1.5.6",
"piral-base": "1.5.6",
"piral-core": "1.5.6",
"piral-update": "1.5.6",
"piral": "1.6.0",
"piral-base": "1.6.0",
"piral-core": "1.6.0",
"piral-update": "1.6.0",
"react": "^18",
"react-dom": "^18",
"react-router": "^5",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/react-router": "^5",
"@types/react-router-dom": "^5",
"esbuild-copy-static-files": "0.1.0",
"piral-cli": "1.5.6",
"piral-cli": "1.6.0",
"piral-cli-esbuild": "latest",
"typescript": "latest"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/spa/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sourceMap": true,
"skipLibCheck": true,
"lib": ["dom", "es2018"],
"moduleResolution": "Node",
"moduleResolution": "Bundler",
"module": "esnext",
"jsx": "react",
"importHelpers": true
Expand Down

0 comments on commit 4068bb5

Please sign in to comment.