examples/thoughts now uses wasp-config from 0.15, not from rc2.

This commit is contained in:
Martin Sosic 2024-10-10 20:32:38 +02:00
parent 5b873da825
commit a13e4ad130
2 changed files with 21 additions and 60 deletions

View File

@ -16,10 +16,28 @@
"prisma": "5.19.1",
"typescript": "^5.1.0",
"vite": "^4.3.9",
"wasp-config": "file:../../../../../.local/share/wasp-lang/0.15.0-rc2/data/packages/wasp-config"
"wasp-config": "file:../../../../../.local/share/wasp-lang/0.15.0/data/packages/wasp-config"
}
},
"../../../../../.local/share/wasp-lang/0.15.0-rc2/data/packages/wasp-config": {
"version": "1.0.0",
"extraneous": true,
"license": "MIT",
"bin": {
"wasp-config": "dist/run.js"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "^22.4.1",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"nodemon": "^3.1.4",
"prettier": "3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
}
},
"../../../../../.local/share/wasp-lang/0.15.0/data/packages/wasp-config": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
@ -1264,37 +1282,6 @@
"integrity": "sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==",
"license": "MIT"
},
"node_modules/@oslojs/asn1": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@oslojs/asn1/-/asn1-1.0.0.tgz",
"integrity": "sha512-zw/wn0sj0j0QKbIXfIlnEcTviaCzYOY3V5rAyjR6YtOByFtJiT574+8p9Wlach0lZH9fddD4yb9laEAIl4vXQA==",
"license": "MIT",
"dependencies": {
"@oslojs/binary": "1.0.0"
}
},
"node_modules/@oslojs/binary": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@oslojs/binary/-/binary-1.0.0.tgz",
"integrity": "sha512-9RCU6OwXU6p67H4NODbuxv2S3eenuQ4/WFLrsq+K/k682xrznH5EVWA7N4VFk9VYVcbFtKqur5YQQZc0ySGhsQ==",
"license": "MIT"
},
"node_modules/@oslojs/crypto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@oslojs/crypto/-/crypto-1.0.1.tgz",
"integrity": "sha512-7n08G8nWjAr/Yu3vu9zzrd0L9XnrJfpMioQcvCMxBIiF5orECHe5/3J0jmXRVvgfqMm/+4oxlQ+Sq39COYLcNQ==",
"license": "MIT",
"dependencies": {
"@oslojs/asn1": "1.0.0",
"@oslojs/binary": "1.0.0"
}
},
"node_modules/@oslojs/encoding": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz",
"integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==",
"license": "MIT"
},
"node_modules/@oslojs/asn1": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@oslojs/asn1/-/asn1-1.0.0.tgz",
@ -1503,19 +1490,6 @@
"linux"
]
},
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz",
"integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==",
"cpu": [
"ppc64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz",
@ -1541,19 +1515,6 @@
"linux"
]
},
"node_modules/@rollup/rollup-linux-s390x-gnu": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz",
"integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==",
"cpu": [
"s390x"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-s390x-gnu": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz",
@ -7909,7 +7870,7 @@
"link": true
},
"node_modules/wasp-config": {
"resolved": "../../../../../.local/share/wasp-lang/0.15.0-rc2/data/packages/wasp-config",
"resolved": "../../../../../.local/share/wasp-lang/0.15.0/data/packages/wasp-config",
"link": true
},
"node_modules/wcwidth": {

View File

@ -12,6 +12,6 @@
"prisma": "5.19.1",
"typescript": "^5.1.0",
"vite": "^4.3.9",
"wasp-config": "file:../../../../../.local/share/wasp-lang/0.15.0-rc2/data/packages/wasp-config"
"wasp-config": "file:../../../../../.local/share/wasp-lang/0.15.0/data/packages/wasp-config"
}
}