Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Feb 23, 2024
1 parent f5108ec commit a03d01d
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"directory": "packages/binding"
},
"dependencies": {
"rcompat": "^0.9.0"
"rcompat": "^0.9.2"
},
"peerDependencies": {
"@ruby/head-wasm-wasi": "2",
Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"directory": "packages/build"
},
"dependencies": {
"rcompat": "^0.9.0"
"rcompat": "^0.9.2"
},
"devDependencies": {
"esbuild": "^0.20.0"
"esbuild": "^0.20.1"
},
"peerDependencies": {
"esbuild": "0.20",
Expand Down
22 changes: 11 additions & 11 deletions packages/create-primate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"rcompat": "^0.9.0"
"rcompat": "^0.9.2"
},
"type": "module",
"devDependencies": {
"@angular/compiler": "^17.2.1",
"@angular/core": "^17.2.1",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-server": "^17.2.1",
"@angular/ssr": "^17.2.0",
"@marko/compiler": "^5.34.6",
"@marko/translator-default": "^5.31.14",
"@angular/compiler": "^17.2.2",
"@angular/core": "^17.2.2",
"@angular/platform-browser": "^17.2.2",
"@angular/platform-server": "^17.2.2",
"@angular/ssr": "^17.2.1",
"@marko/compiler": "^5.34.7",
"@marko/translator-default": "^5.31.15",
"@primate/build": "^0.4.2",
"@primate/frontend": "^0.13.5",
"@primate/session": "^0.17.1",
"@primate/store": "^0.22.2",
"@primate/types": "^0.13.1",
"babel-preset-solid": "^1.8.15",
"better-sqlite3": "^9.4.1",
"esbuild": "^0.20.0",
"better-sqlite3": "^9.4.3",
"esbuild": "^0.20.1",
"handlebars": "^4.7.8",
"htmx.org": "^1.9.10",
"marked": "^12.0.0",
Expand All @@ -45,7 +45,7 @@
"react-dom": "^18.2.0",
"solid-js": "^1.8.15",
"surrealdb.js": "^0.11.0",
"svelte": "^4.2.11",
"svelte": "^4.2.12",
"vue": "^3.4.19",
"zone.js": "^0.14.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"directory": "packages/frontend"
},
"dependencies": {
"rcompat": "^0.9.0"
"rcompat": "^0.9.2"
},
"peerDependencies": {
"@angular/compiler": "17",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"directory": "packages/i18n"
},
"dependencies": {
"rcompat": "^0.9.0"
"rcompat": "^0.9.2"
},
"peerDependencies": {
"primate": "0.29"
Expand Down
2 changes: 1 addition & 1 deletion packages/primate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"directory": "packages/primate"
},
"dependencies": {
"rcompat": "^0.9.0"
"rcompat": "^0.9.2"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 0 additions & 1 deletion packages/primate/src/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ export default async (app$, mode = "development") => {
const { host, port } = app.get("http");
const address = `http${app.secure ? "s" : ""}://${host}:${port}`;
print(`${blue("++")} started ${dim("->")} ${dim(address)}\n`);

};
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"directory": "packages/session"
},
"dependencies": {
"rcompat": "^0.9.0"
"rcompat": "^0.9.2"
},
"peerDependencies": {
"primate": "0.29"
Expand Down
4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"db:surreal": "surreal start --user test --pass test"
},
"dependencies": {
"rcompat": "^0.9.0"
"rcompat": "^0.9.2"
},
"devDependencies": {
"@primate/types": "^0.13.1",
"better-sqlite3": "^9.4.1",
"better-sqlite3": "^9.4.3",
"mongodb": "^6.3.0",
"mysql2": "^3.9.1",
"postgres": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"directory": "packages/types"
},
"dependencies": {
"rcompat": "^0.9.0"
"rcompat": "^0.9.2"
},
"peerDependencies": {
"primate": "0.29"
Expand Down
1 change: 0 additions & 1 deletion packages/types/src/store/exports.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { default as primary } from "./primary.js";
export { default as link } from "./link.js";
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"dependencies": {
"@primate/build": "^0.4.1",
"@primate/frontend": "^0.13.3",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"handlebars": "^4.7.8",
"marked": "^12.0.0",
"primate": "^0.29.7",
"rcompat": "^0.8.8",
"shiki": "^1.1.3",
"svelte": "^4.2.11"
"shiki": "^1.1.7",
"svelte": "^4.2.12"
},
"scripts": {
"local": "scripts/local.sh",
Expand Down

0 comments on commit a03d01d

Please sign in to comment.