Skip to content

Commit

Permalink
bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzpodder committed May 22, 2024
1 parent b7ae334 commit 0535edd
Show file tree
Hide file tree
Showing 19 changed files with 2,110 additions and 1,760 deletions.
595 changes: 298 additions & 297 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"packages/*"
]
},
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.2.2",
"devDependencies": {
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.4",
"prettier": "^3.2.5"
},
"dependencies": {
"husky": "^9.0.11",
"release-it": "^17.0.5"
"release-it": "^17.3.0"
},
"engines": {
"node": "^18"
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"format": "prettier -w src src/**/*.astro *.mjs *.js *.json"
},
"dependencies": {
"@astrojs/starlight": "^0.19.0",
"@codemirror/lang-python": "^6.1.4",
"astro": "^4.4.0",
"@astrojs/starlight": "^0.23.1",
"@codemirror/lang-python": "^6.1.6",
"astro": "^4.8.6",
"codemirror": "^6.0.1",
"pysandbox": "workspace:^",
"xterm": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/MainThread/autoimport.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/MainThread/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/MainThread/matplotlib.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/MainThread/restricted.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/MainThread/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/Worker/autoimport.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/Worker/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/Worker/matplotlib.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/Worker/restricted.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion packages/pysandbox/examples/Worker/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script type="importmap">
{
"imports": {
"polyscript": "/node_modules/polyscript/core.js"
"polyscript": "/node_modules/polyscript/dist/index.js"
}
}
</script>
Expand Down
5 changes: 5 additions & 0 deletions packages/pysandbox/jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "@pysandbox/core",
"version": "0.12.0",
"exports": "./src/index.ts"
}
14 changes: 7 additions & 7 deletions packages/pysandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@
"format:py": "black src serve.py",
"format:scripts": "prettier -w *.mjs *.ts",
"format": "yarn format:js && yarn format:scripts",
"serve": "statikk --port 8000 --coi",
"serve": "python serve.py",
"prepublish": "yarn build",
"release": "release-it",
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.44.0",
"auto-changelog": "^2.4.0",
"playwright": "^1.41.2",
"jsr": "^0.12.4",
"playwright": "^1.44.0",
"prettier": "^3.2.5",
"release-it": "^17.0.5",
"statikk": "^2.2.0",
"release-it": "^17.3.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"polyscript": "^0.9.0"
"polyscript": "^0.12.10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit 0535edd

Please sign in to comment.