Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parties/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ standard-minifier-css@1.10.1 # CSS minifier run for production mode
standard-minifier-js@3.2.0 # JS minifier run for production mode
es5-shim@4.8.1 # ECMAScript 5 compatibility for older browsers
ecmascript@0.18.1 # Enable ECMAScript2015+ syntax in app code
typescript@5.10.1 # Enable TypeScript syntax in .ts and .tsx modules
typescript@7.0.2 # Enable TypeScript syntax in .ts and .tsx modules
shell-server@0.7.0 # Server-side component of the `meteor shell` command
session@1.2.3
check@1.5.0
Expand Down
2 changes: 1 addition & 1 deletion parties/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ templating-runtime@2.0.2
templating-tools@2.0.1
tools-core@1.1.0
tracker@1.3.4
typescript@5.10.1
typescript@7.0.2
url@1.3.6
webapp@2.2.0
webapp-hashing@1.1.2
4 changes: 2 additions & 2 deletions tic-tac-toe/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ standard-minifier-css@1.10.1 # CSS minifier run for production mode
standard-minifier-js@3.2.0 # JS minifier run for production mode
es5-shim@4.8.1 # ECMAScript 5 compatibility for older browsers
ecmascript@0.18.1 # Enable ECMAScript2015+ syntax in app code
typescript@5.10.1 # Enable TypeScript syntax in .ts and .tsx modules
typescript@7.0.2 # Enable TypeScript syntax in .ts and .tsx modules
shell-server@0.7.0 # Server-side component of the `meteor shell` command
hot-module-replacement@0.6.0 # Update client in development without reloading the page

insecure@1.0.8 # Allow all DB writes from clients (for prototyping)
static-html@1.5.0 # Define static page content in .html files
react-meteor-data
react-meteor-data@4.1.0-beta.1
rspack@1.1.0

# Testing
Expand Down
4 changes: 2 additions & 2 deletions tic-tac-toe/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ordered-dict@1.2.0
promise@1.0.0
random@1.2.2
react-fast-refresh@0.3.0
react-meteor-data@4.0.1
react-meteor-data@4.1.0-beta.1
reactive-var@1.0.13
reload@1.3.2
retry@1.1.1
Expand All @@ -68,7 +68,7 @@ static-html@1.5.0
static-html-tools@1.0.0
tools-core@1.1.0
tracker@1.3.4
typescript@5.10.1
typescript@7.0.2
webapp@2.2.0
webapp-hashing@1.1.2
zodern:types@1.0.13