Skip to content

Commit

Permalink
chore(1.7.4): update deps (#244)
Browse files Browse the repository at this point in the history
* chore(1.7.4): update deps

* fix: increase engines version
  • Loading branch information
ShaunSHamilton authored Mar 30, 2023
1 parent afa4ead commit 86334b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

##[1.7.4](#v1.7.4) (2022-01-26)
## [Released]

##[1.7.4](#v1.7.4) (2022-03-30)

### Updated

- Use `@vscode/vsce` instead of `vsce`

## [Released]
- Update all dependencies
- Year in `LICENSE`
- Remove `activationEvents` from `package.json`

##[1.7.3](#v1.7.3) (2022-01-26)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2019, freeCodeCamp.org
Copyright (c) 2019-2023, freeCodeCamp.org
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "freecodecamp-courses",
"displayName": "freeCodeCamp - Courses",
"description": "Provides tooling for quick and easy selection of courses offered by freeCodeCamp",
"version": "1.7.3",
"version": "1.7.4",
"author": "freeCodeCamp",
"publisher": "freeCodeCamp",
"galleryBanner": {
Expand All @@ -11,7 +11,7 @@
},
"icon": "images/logo-128X128.png",
"engines": {
"vscode": "^1.74.0",
"vscode": ">=1.76.0",
"node": ">=18.0.0"
},
"categories": [
Expand All @@ -23,14 +23,6 @@
"web3",
"rust"
],
"activationEvents": [
"onCommand:freecodecamp-courses.openCourse",
"onCommand:freecodecamp-courses.createNewCourse",
"onCommand:freecodecamp-courses.runCourse",
"onCommand:freecodecamp-courses.developCourse",
"onCommand:freecodecamp-courses.collapse",
"onCommand:freecodecamp-courses.test"
],
"main": "./dist/extension.js",
"contributes": {
"jsonValidation": [
Expand Down

0 comments on commit 86334b9

Please sign in to comment.