Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renhiyama committed Nov 23, 2023
1 parent 03c0f08 commit fc1d890
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reejs",
"version": "0.16.2",
"version": "0.16.3",
"description": "",
"type": "module",
"main": "src/cli/index.js",
Expand Down Expand Up @@ -32,4 +32,4 @@
".": "./imports.js",
"./packit": "./packit-intellisense.js"
}
}
}
4 changes: 2 additions & 2 deletions src/imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reejs/imports",
"version": "2.8.2",
"version": "2.8.3",
"description": "URL Imports, Native Imports and Dynamic Imports helper for Reejs. Can be easily used without installing Reejs.",
"main": "index.js",
"type": "module",
Expand All @@ -17,4 +17,4 @@
"type": "git",
"url": "https://github.com/rovelstars/reejs.git"
}
}
}
4 changes: 2 additions & 2 deletions src/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reejs/react",
"version": "0.16.2",
"version": "0.16.3",
"description": "",
"type": "module",
"main": "index.js",
Expand All @@ -10,4 +10,4 @@
"keywords": [],
"author": "",
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions src/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reejs/server",
"version": "0.16.2",
"version": "0.16.3",
"description": "",
"type": "module",
"main": "index.js",
Expand All @@ -10,4 +10,4 @@
"keywords": [],
"author": "",
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions src/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reejs/utils",
"version": "1.7.2",
"version": "1.7.3",
"description": "",
"type": "module",
"scripts": {
Expand All @@ -12,4 +12,4 @@
"dependencies": {
"@reejs/imports": "*"
}
}
}

0 comments on commit fc1d890

Please sign in to comment.