Skip to content

Commit

Permalink
build(npm): updates external dependencies
Browse files Browse the repository at this point in the history
Up'em just updated these outdated dependencies in package.json:

@babel/core                       7.21.5    -> 7.21.8  devDependencies   (policy: latest)
@swc/core                         1.3.55    -> 1.3.57  devDependencies   (policy: latest)
@types/node                       18.16.3   -> 20.1.3  devDependencies   (policy: latest)
@typescript-eslint/eslint-plugin  5.59.1    -> 5.59.5  devDependencies   (policy: latest)
@typescript-eslint/parser         5.59.1    -> 5.59.5  devDependencies   (policy: latest)
@vue/compiler-sfc                 3.2.47    -> 3.3.2   devDependencies   (policy: latest)
enhanced-resolve                  5.13.0    -> 5.14.0  dependencies      (policy: latest)
eslint                            8.39.0    -> 8.40.0  devDependencies   (policy: latest)
eslint-plugin-unicorn             46.0.1    -> 47.0.0  devDependencies   (policy: latest)
glob                              10.2.2    -> 10.2.3  dependencies      (policy: latest)
semver                            7.5.0     -> 7.5.1   dependencies      (policy: latest)
svelte                            3.58.0    -> 3.59.1  devDependencies   (policy: latest)
  • Loading branch information
sverweij committed May 12, 2023
1 parent faaadea commit 9329ae4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@
"ajv": "8.12.0",
"chalk": "5.2.0",
"commander": "10.0.1",
"enhanced-resolve": "5.13.0",
"enhanced-resolve": "5.14.0",
"figures": "5.0.0",
"get-stream": "^6.0.1",
"glob": "10.2.2",
"glob": "10.2.3",
"handlebars": "4.7.7",
"ignore": "5.2.4",
"indent-string": "5.0.0",
Expand All @@ -165,29 +165,29 @@
"prompts": "2.4.2",
"rechoir": "^0.8.0",
"safe-regex": "2.1.1",
"semver": "^7.5.0",
"semver": "^7.5.1",
"semver-try-require": "6.2.2",
"teamcity-service-messages": "0.1.14",
"tsconfig-paths-webpack-plugin": "4.0.1",
"watskeburt": "0.11.1",
"wrap-ansi": "8.1.0"
},
"devDependencies": {
"@babel/core": "7.21.5",
"@babel/core": "7.21.8",
"@babel/plugin-transform-modules-commonjs": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"@swc/core": "1.3.55",
"@swc/core": "1.3.57",
"@types/lodash": "4.14.194",
"@types/node": "18.16.3",
"@types/node": "20.1.3",
"@types/prompts": "2.4.4",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"@vue/compiler-sfc": "3.2.47",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"@vue/compiler-sfc": "3.3.2",
"c8": "7.13.0",
"chai": "4.3.7",
"chai-json-schema": "1.5.1",
"coffeescript": "2.7.0",
"eslint": "8.39.0",
"eslint": "8.40.0",
"eslint-config-moving-meadow": "4.0.2",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-budapestian": "5.0.1",
Expand All @@ -196,7 +196,7 @@
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"husky": "8.0.3",
"intercept-stdout": "0.1.2",
"lint-staged": "13.2.2",
Expand All @@ -206,7 +206,7 @@
"prettier": "2.8.8",
"proxyquire": "2.1.3",
"shx": "0.3.4",
"svelte": "3.58.0",
"svelte": "3.59.1",
"symlink-dir": "5.1.1",
"typescript": "5.0.4",
"upem": "7.3.2",
Expand Down Expand Up @@ -241,4 +241,4 @@
"vue-template-compiler": ">=2.0.0 <3.0.0",
"@vue/compiler-sfc": ">=3.0.0 <4.0.0"
}
}
}
2 changes: 1 addition & 1 deletion test/extract/transpile/__fixtures__/svelte.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* generated by Svelte v3.58.0 */
/* generated by Svelte v3.59.1 */
import {
SvelteComponent,
append,
Expand Down

0 comments on commit 9329ae4

Please sign in to comment.