Skip to content

Commit

Permalink
bump polyscript version
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzpodder committed Feb 17, 2024
1 parent fdaeff3 commit ec49869
Show file tree
Hide file tree
Showing 6 changed files with 3,006 additions and 2,552 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.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.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"packages/*"
]
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"devDependencies": {
"lint-staged": "^15.0.2",
"prettier": "^3.0.3"
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
"dependencies": {
"husky": "^8.0.3",
"release-it": "^17.0.0"
"husky": "^9.0.11",
"release-it": "^17.0.5"
},
"engines": {
"node": "^18"
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"format": "prettier -w src src/**/*.astro *.mjs *.js *.json"
},
"dependencies": {
"@astrojs/starlight": "^0.10.0",
"@codemirror/lang-python": "^6.1.3",
"astro": "^3.0.6",
"@astrojs/starlight": "^0.19.0",
"@codemirror/lang-python": "^6.1.4",
"astro": "^4.4.0",
"codemirror": "^6.0.1",
"pysandbox": "workspace:^",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-readline": "^1.1.1"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}
14 changes: 7 additions & 7 deletions packages/pysandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.41.2",
"auto-changelog": "^2.4.0",
"playwright": "^1.38.1",
"prettier": "^3.0.3",
"release-it": "^17.0.0",
"playwright": "^1.41.2",
"prettier": "^3.2.5",
"release-it": "^17.0.5",
"statikk": "^2.2.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"polyscript": "^0.6.7"
"polyscript": "^0.9.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit ec49869

Please sign in to comment.