Skip to content

Commit

Permalink
update version, year, and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed Apr 29, 2024
1 parent 229e6b5 commit d2a28ae
Show file tree
Hide file tree
Showing 20 changed files with 116 additions and 503 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 - 2020 Tobiah Zarlez, 2021 Luke Zhang
Copyright (c) 2016 - 2020 Tobiah Zarlez, 2021-2024 Luke Zhang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
[![Rating](https://vsmarketplacebadge.apphb.com/rating-star/Luke-zhang-04.processing-vscode.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=Luke-zhang-04.processing-vscode)
[![.github/workflows/CI.yml](https://img.shields.io/github/workflow/status/Luke-zhang-04/processing-vscode/Node.js%20CI?label=CI&logo=github&style=flat-square)](https://github.com/Luke-zhang-04/processing-vscode/actions)
[![License](https://img.shields.io/github/license/Luke-zhang-04/processing-vscode?style=flat-square)](./LICENSE)
![Maintained?](https://img.shields.io/maintenance/yes/2021?style=flat-square)
![Maintained?](https://img.shields.io/maintenance/yes/2024?style=flat-square)
[![Vulnerabilities](https://snyk.io/test/github/Luke-zhang-04/processing-vscode/badge.svg?style=flat-square)](https://snyk.io/test/github/Luke-zhang-04/processing-vscode)

Note on Processing 4: I'm not sure how this extension will handle Processing 4. I will wait for it to be out of beta and fix the extension if needed.

## Contents

- [What this extension is](#what-this-extension-is)
Expand Down
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "processing-vscode",
"version": "2.4.1",
"version": "3.0.0-beta.0",
"private": true,
"description": "Processing Language Support for VSCode",
"license": "MIT",
Expand Down Expand Up @@ -35,31 +35,23 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/glob": "^7.1.4",
"@types/jest": "^27.0.3",
"@types/jsdom": "^16.2.13",
"@types/node": "^16.3.1",
"@types/node-fetch": "^2.5.11",
"@types/vscode": "^1.48.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"glob": "^7.1.7",
"jest": "^27.4.5",
"jsdom": "^16.6.0",
"node-fetch": "^2.6.1",
"prettier": "^2.3.2",
"prettier-plugin-jsdoc": "^0.3.23",
"prettier-plugin-package": "^1.3.0",
"rollup": "^2.53.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.2",
"tslib": "^2.3.0",
"typescript": "~4.3.5",
"vsce": "^1.95.1",
"yaml": "^1.10.2"
"vsce": "^1.95.1"
},
"activationEvents": [
"onCommand:processing.OpenExtensionDocumentation",
Expand Down
Loading

0 comments on commit d2a28ae

Please sign in to comment.