@prairielearn/html 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- @prairielearn/html:build: cache hit, replaying output ce1aac287c735a34
1
+ @prairielearn/html:build: cache hit, replaying output b42467e94478b467
2
2
  @prairielearn/html:build: warning package.json: No license field
3
3
  @prairielearn/html:build: $ tsc
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @prairielearn/html
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dba390399: Upgrade dependencies to latest versions
8
+
3
9
  ## 2.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prairielearn/html",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -9,8 +9,8 @@
9
9
  },
10
10
  "devDependencies": {
11
11
  "@prairielearn/tsconfig": "*",
12
- "mocha": "^9.2.2",
13
- "ts-node": "^10.7.0",
14
- "typescript": "^4.6.3"
12
+ "mocha": "^10.0.0",
13
+ "ts-node": "^10.9.1",
14
+ "typescript": "^4.8.2"
15
15
  }
16
16
  }
package/tsconfig.json CHANGED
@@ -3,5 +3,6 @@
3
3
  "compilerOptions": {
4
4
  "outDir": "./dist",
5
5
  "rootDir": "./src",
6
- }
6
+ "types": ["mocha"],
7
+ },
7
8
  }