Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
feichao93 committed Apr 5, 2020
1 parent 690478d commit e8cff76
Show file tree
Hide file tree
Showing 7 changed files with 1,903 additions and 1,217 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2019 shinima
Copyright (c) 2017-2020 shinima

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -20,12 +20,12 @@
"vscode": "^1.22.0"
},
"devDependencies": {
"@zeit/ncc": "^0.21.0",
"@zeit/ncc": "^0.22.0",
"copyfiles": "^2.1.1",
"lerna": "^3.20.2",
"mixin-deep": "^2.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1"
"prettier": "^2.0.2"
},
"dependencies": {
"@types/invariant": "^2.2.31"
Expand Down
Empty file modified packages/temme/bin/temme.js 100644 → 100755
Empty file.
12 changes: 6 additions & 6 deletions packages/temme/package.json
Expand Up @@ -36,21 +36,21 @@
"invariant": "^2.2.4"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/jest": "^25.2.1",
"@types/pegjs": "^0.10.1",
"coveralls": "^3.0.4",
"cross-env": "^6.0.0",
"jest": "^24.8.0",
"cross-env": "^7.0.2",
"jest": "^25.2.7",
"npm-run-all": "^4.1.5",
"pegjs": "^0.10.0",
"pegjs-jest": "^0.0.2",
"pegjs-loader": "^0.5.4",
"rimraf": "^3.0.0",
"rollup": "^1.16.2",
"rollup": "^2.3.3",
"rollup-plugin-pegjs": "^2.1.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.25.3",
"ts-jest": "^24.0.2",
"rollup-plugin-typescript2": "^0.27.0",
"ts-jest": "^25.3.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"webpack": "^4.35.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-temme/package.json
Expand Up @@ -70,9 +70,9 @@
"devDependencies": {
"@types/node": "^13.1.4",
"js-yaml": "^3.13.1",
"mkdirp": "^0.5.1",
"mkdirp": "^1.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"prettier": "^2.0.2",
"supervisor": "^0.12.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"copyfiles": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^4.0.4",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
Expand Down

0 comments on commit e8cff76

Please sign in to comment.