Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Purescript infra #142

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,170 changes: 1,345 additions & 825 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "vue-cli-service lint",
"clean": "rm -rf node_modules && npm run clean:purs",
"clean:purs": "rm -rf output .spago",
"deps": "npm install && npx spago build --source-maps && npx spago install",
"test:purs": "npx spago test --source-maps"
"deps": "npm install && npx spago build && npx spago install",
"test:purs": "npx spago test"
},
"dependencies": {
"@codemirror/basic-setup": "^0.19.0",
Expand Down Expand Up @@ -58,11 +58,11 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.7.0",
"jison-gho-loader": "^1.0.2",
"purescript": "^0.14.9",
"purs-loader": "^3.7.2",
"purescript": "^0.15.15",
"purs-loader": "^4.0.0",
"purty": "^7.0.0",
"sass": "^1.56.1",
"spago": "^0.21.0",
"spago": "^0.93.39",
"ts-jest": "^27.0.4",
"typescript": "~4.9.3",
"webpack": "^5.75.0"
Expand Down
143 changes: 0 additions & 143 deletions packages.dhall

This file was deleted.

36 changes: 0 additions & 36 deletions spago.dhall

This file was deleted.

Loading
Loading