[next] Fix #1699 - Updated polyscript + added smoke test (#1726)

This commit is contained in:
Andrea Giammarchi
2023-09-19 18:08:21 +02:00
committed by GitHub
parent a088fbd6fb
commit e8d5138cfa
5 changed files with 25 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@ungap/with-resolvers": "^0.1.0",
"basic-devtools": "^0.1.6",
"polyscript": "^0.3.8"
"polyscript": "^0.3.10"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
@@ -948,9 +948,9 @@
"integrity": "sha512-yyVAOFKTAElc7KdLt2+UKGExNYwYb/Y/WE9i+1ezCQsJE8gbKSjewfpRqK2nQgZ4d4hhAAGgDCOcIZVilqE5UA=="
},
"node_modules/polyscript": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.3.8.tgz",
"integrity": "sha512-LXf1WQxhXiCud4VFCl4TUNFqTHghhpUYxSAAlCdb5XbxQs+0HSaC+1PuyrfsKDEM0WSZXa3xCH1LOxQl2aHDbg==",
"version": "0.3.10",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.3.10.tgz",
"integrity": "sha512-uO9vg0oIbyjo2n7B3/PtOFSWGjpW9WfIVf02aWSkQ6eUrWDmfrB13R03oLofsQoDDfaMZ+odKh3HqoDWqXd99Q==",
"dependencies": {
"@ungap/structured-clone": "^1.2.0",
"@ungap/with-resolvers": "^0.1.0",